POST {language}/company/{companyId}/translateData/dataDictionary
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
companyId | globally unique identifier |
Required |
|
language | string |
Required |
Body Parameters
Collection of KeyPairSGName | Description | Type | Additional information |
---|---|---|---|
Text | string |
None. |
|
Value | globally unique identifier |
None. |
|
Type | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "Text": "sample string 1", "Value": "8abcd508-e3e3-4db9-88e5-3cfef8c90cb4", "Type": "sample string 3" }, { "Text": "sample string 1", "Value": "8abcd508-e3e3-4db9-88e5-3cfef8c90cb4", "Type": "sample string 3" } ]
application/xml, text/xml
Sample:
<ArrayOfKeyPairSG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.Core.Models"> <KeyPairSG> <Text>sample string 1</Text> <Type>sample string 3</Type> <Value>8abcd508-e3e3-4db9-88e5-3cfef8c90cb4</Value> </KeyPairSG> <KeyPairSG> <Text>sample string 1</Text> <Type>sample string 3</Type> <Value>8abcd508-e3e3-4db9-88e5-3cfef8c90cb4</Value> </KeyPairSG> </ArrayOfKeyPairSG>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.