Request Information

URI Parameters :

None.

Body Parameters :

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

Request Formats :

application/json, text/json

Sample:
{
  "id": "22b4ce4a-cc0d-4d72-842c-eb59972c46f4",
  "code": "sample string 2",
  "value": "sample string 3",
  "sales_organization_id": "88eab643-4d4e-42f2-98d8-ca8cfe6d114a",
  "user_id": "6cd01fb0-adb8-4271-94ae-f1500a80caf7",
  "modified_dateutc": "2026-06-16T21:19:07.4911033+00:00"
}

application/xml, text/xml

Sample:
<settings xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <code>sample string 2</code>
  <id>22b4ce4a-cc0d-4d72-842c-eb59972c46f4</id>
  <modified_dateutc>2026-06-16T21:19:07.491Z</modified_dateutc>
  <sales_organization_id>88eab643-4d4e-42f2-98d8-ca8cfe6d114a</sales_organization_id>
  <user_id>6cd01fb0-adb8-4271-94ae-f1500a80caf7</user_id>
  <value>sample string 3</value>
</settings>

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": "4adf73d7-31d7-4a8b-a5a7-cb022b4464fa",
  "code": "sample string 2",
  "value": "sample string 3",
  "sales_organization_id": "461a7f40-8ad5-4103-bb04-480f7f41922f",
  "user_id": "89fbfee6-c047-4193-8cd3-fb4b56df255c",
  "modified_dateutc": "2026-06-16T21:19:07.4911033+00:00"
}

application/xml, text/xml

Sample:
<settings xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <code>sample string 2</code>
  <id>4adf73d7-31d7-4a8b-a5a7-cb022b4464fa</id>
  <modified_dateutc>2026-06-16T21:19:07.491Z</modified_dateutc>
  <sales_organization_id>461a7f40-8ad5-4103-bb04-480f7f41922f</sales_organization_id>
  <user_id>89fbfee6-c047-4193-8cd3-fb4b56df255c</user_id>
  <value>sample string 3</value>
</settings>