POST api/Lang/AddMulti?idcust={idcust}
Add new localizations
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
Collection of 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": "34e9330b-266c-462e-a430-ecc056e8442f",
"Locale": "sample string 1",
"txt": "sample string 2",
"Note1": "sample string 3"
},
{
"IDCust": 1,
"GID": "34e9330b-266c-462e-a430-ecc056e8442f",
"Locale": "sample string 1",
"txt": "sample string 2",
"Note1": "sample string 3"
}
]
},
{
"txt": "sample string 1",
"Note1": "sample string 2",
"Texts": [
{
"IDCust": 1,
"GID": "34e9330b-266c-462e-a430-ecc056e8442f",
"Locale": "sample string 1",
"txt": "sample string 2",
"Note1": "sample string 3"
},
{
"IDCust": 1,
"GID": "34e9330b-266c-462e-a430-ecc056e8442f",
"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