POST api/LabelManagement/DownMergeLabels
Request Information
URI Parameters
None.
Body Parameters
Collection of TranslationLabelVMName | Description | Type | Additional information |
---|---|---|---|
LabelName | string |
None. |
|
LabelValue | string |
None. |
|
LanguageID | integer |
None. |
|
ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
[ { "LabelName": "sample string 1", "LabelValue": "sample string 2", "LanguageID": 3, "ID": 4 }, { "LabelName": "sample string 1", "LabelValue": "sample string 2", "LanguageID": 3, "ID": 4 } ]
application/xml, text/xml
Sample:
<ArrayOfTranslationLabelVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Shell.LabelManagementService.Data.Model"> <TranslationLabelVM> <ID>4</ID> <LabelName>sample string 1</LabelName> <LabelValue>sample string 2</LabelValue> <LanguageID>3</LanguageID> </TranslationLabelVM> <TranslationLabelVM> <ID>4</ID> <LabelName>sample string 1</LabelName> <LabelValue>sample string 2</LabelValue> <LanguageID>3</LanguageID> </TranslationLabelVM> </ArrayOfTranslationLabelVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>