Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

None.

Response Information

Resource Description :

settings
NameDescriptionTypeAdditional information
id

globally unique identifier
code

string
value

string
sales_organization_id

globally unique identifier
user_id

globally unique identifier
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "ff0de6dd-8bb5-49cc-9c68-318fc32fc40b",
  "code": "sample string 2",
  "value": "sample string 3",
  "sales_organization_id": "e02902da-dfbe-412a-961c-2d6660a4dc77",
  "user_id": "93cd6825-11ee-4b89-a8b6-ef31e6d7f497",
  "modified_dateutc": "2026-03-07T13:17:49.4256106+00:00"
}

application/xml, text/xml

Sample:
<settings xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <code>sample string 2</code>
  <id>ff0de6dd-8bb5-49cc-9c68-318fc32fc40b</id>
  <modified_dateutc>2026-03-07T13:17:49.425Z</modified_dateutc>
  <sales_organization_id>e02902da-dfbe-412a-961c-2d6660a4dc77</sales_organization_id>
  <user_id>93cd6825-11ee-4b89-a8b6-ef31e6d7f497</user_id>
  <value>sample string 3</value>
</settings>