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!
sLocaleTXTName | 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": "dbb585fe-54fd-4842-90cc-ed68fbd3e68d", "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