POST api/Lang/Modify?idcust={idcust}

Modify existing text by GID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idcust

integer

Required

api-version

The requested API version

string

Default value is 1.0

Body Parameters

GID is the key - required!

sLocaleTXT
NameDescriptionTypeAdditional 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": "a66a669f-a321-42f6-8413-41c489b2917b",
  "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

boolean

Response Formats

application/json, text/json

Sample:
true