Request Information

URI Parameters :

None.

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": "a13d5900-7b96-4f9e-8766-4671668c66e8",
  "code": "sample string 2",
  "value": "sample string 3",
  "sales_organization_id": "50dfe36b-0563-49e2-8fa3-3f059a7316b1",
  "user_id": "1f9ddf84-97fe-4e75-b96d-72c211cd4018",
  "modified_dateutc": "2026-03-07T14:51:05.2117072+00:00"
}

application/xml, text/xml

Sample:
<settings xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <code>sample string 2</code>
  <id>a13d5900-7b96-4f9e-8766-4671668c66e8</id>
  <modified_dateutc>2026-03-07T14:51:05.211Z</modified_dateutc>
  <sales_organization_id>50dfe36b-0563-49e2-8fa3-3f059a7316b1</sales_organization_id>
  <user_id>1f9ddf84-97fe-4e75-b96d-72c211cd4018</user_id>
  <value>sample string 3</value>
</settings>