POST global/PostNomenclature
Request Information
URI Parameters
None.
Body Parameters
NomenclatureInput| Name | Description | Type | Additional information |
|---|---|---|---|
| NomenclatureTypeCode | string |
None. |
|
| NomenclatureCode | string |
None. |
|
| NomenclatureGuid | globally unique identifier |
None. |
|
| Translations | Collection of TranslationInput |
None. |
Request Formats
application/json, text/json
Sample:
{
"NomenclatureTypeCode": "sample string 1",
"NomenclatureCode": "sample string 2",
"NomenclatureGuid": "eef768df-6a54-4b82-9fea-43a03ecce569",
"Translations": [
{
"LanguageGuid": "e803af5a-05eb-4f3c-9710-7137130b159b",
"LanguageCode": "sample string 2",
"TranslationGuid": "3c6b1b04-02cd-42ff-b2d0-177b75964fc8",
"TranslationValue": "sample string 3"
},
{
"LanguageGuid": "e803af5a-05eb-4f3c-9710-7137130b159b",
"LanguageCode": "sample string 2",
"TranslationGuid": "3c6b1b04-02cd-42ff-b2d0-177b75964fc8",
"TranslationValue": "sample string 3"
}
]
}
application/xml, text/xml
Sample:
<NomenclatureInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestApi.Models.Inputs">
<NomenclatureCode>sample string 2</NomenclatureCode>
<NomenclatureGuid>eef768df-6a54-4b82-9fea-43a03ecce569</NomenclatureGuid>
<NomenclatureTypeCode>sample string 1</NomenclatureTypeCode>
<Translations>
<TranslationInput>
<LanguageCode>sample string 2</LanguageCode>
<LanguageGuid>e803af5a-05eb-4f3c-9710-7137130b159b</LanguageGuid>
<TranslationGuid>3c6b1b04-02cd-42ff-b2d0-177b75964fc8</TranslationGuid>
<TranslationValue>sample string 3</TranslationValue>
</TranslationInput>
<TranslationInput>
<LanguageCode>sample string 2</LanguageCode>
<LanguageGuid>e803af5a-05eb-4f3c-9710-7137130b159b</LanguageGuid>
<TranslationGuid>3c6b1b04-02cd-42ff-b2d0-177b75964fc8</TranslationGuid>
<TranslationValue>sample string 3</TranslationValue>
</TranslationInput>
</Translations>
</NomenclatureInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |