POST api/Language
Request Information
URI Parameters
None.
Body Parameters
Language| Name | Description | Type | Additional information |
|---|---|---|---|
| languageNo | integer |
None. |
|
| name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"languageNo": 1,
"name": "sample string 2"
}
application/xml, text/xml
Sample:
<Language xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <languageNo>1</languageNo> <name>sample string 2</name> </Language>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Language| Name | Description | Type | Additional information |
|---|---|---|---|
| languageNo | integer |
None. |
|
| name | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"languageNo": 1,
"name": "sample string 2"
}
application/xml, text/xml
Sample:
<Language xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <languageNo>1</languageNo> <name>sample string 2</name> </Language>