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
sLocaleKey| Name | 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": "cec3c067-c1f1-4076-91ea-ca4c62896225",
"Locale": "sample string 1",
"txt": "sample string 2",
"Note1": "sample string 3"
},
{
"IDCust": 1,
"GID": "cec3c067-c1f1-4076-91ea-ca4c62896225",
"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