POST api/Lang/AddSingle?idcust={idcust}
Add new localization
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idcust | integer |
Required |
|
api-version |
The requested API version |
string |
Default value is 1.0 |
Body Parameters
sLocaleKeyName | Description | Type | Additional information |
---|---|---|---|
txt | string |
Required Max length: 128 |
|
Note1 | string |
Max length: 255 |
|
Texts | Collection of sLocaleTXT |
Required |
Request Formats
application/json, text/json
Sample:
{ "txt": "sample string 1", "Note1": "sample string 2", "Texts": [ { "IDCust": 1, "GID": "1879e899-ba07-4c12-8896-a6501bcbcb81", "Locale": "sample string 1", "txt": "sample string 2", "Note1": "sample string 3" }, { "IDCust": 1, "GID": "1879e899-ba07-4c12-8896-a6501bcbcb81", "Locale": "sample string 1", "txt": "sample string 2", "Note1": "sample string 3" } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true