POST api/Lang/Modify?idcust={idcust}
Modify existing text by GID
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
GID is the key - required!
sLocaleTXT| Name | Description | Type | Additional information |
|---|---|---|---|
| IDCust | integer |
None. |
|
| GID | globally unique identifier |
None. |
|
| Locale | string |
Required Max length: 6 |
|
| txt | string |
Required Max length: 128 |
|
| Note1 | string |
Max length: 255 |
Request Formats
application/json, text/json
Sample:
{
"IDCust": 1,
"GID": "ec4bea45-03f9-46a7-856f-fb78b6f847b6",
"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