Request Information
URI Parameters :
None.
Body Parameters :
settings| Name | Description | Type | Additional 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": "dedf3138-dddb-40be-8c13-be116c6bbd6a",
"code": "sample string 2",
"value": "sample string 3",
"sales_organization_id": "2e114f17-6dbc-434c-b545-c73bbe13488b",
"user_id": "bc66e935-6812-4eac-8b3e-c0a2cabd08de",
"modified_dateutc": "2026-06-16T21:18:00.2029016+00:00"
}
application/xml, text/xml
Sample:
<settings xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <code>sample string 2</code> <id>dedf3138-dddb-40be-8c13-be116c6bbd6a</id> <modified_dateutc>2026-06-16T21:18:00.202Z</modified_dateutc> <sales_organization_id>2e114f17-6dbc-434c-b545-c73bbe13488b</sales_organization_id> <user_id>bc66e935-6812-4eac-8b3e-c0a2cabd08de</user_id> <value>sample string 3</value> </settings>
Response Information
Resource Description :
settings| Name | Description | Type | Additional 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": "9d9be5a5-7e27-4223-b6cc-01ff9d1b8d16",
"code": "sample string 2",
"value": "sample string 3",
"sales_organization_id": "7262197b-23c2-404e-97d5-46b182316064",
"user_id": "cc34a3e9-b7cc-439f-a520-a4cc499df796",
"modified_dateutc": "2026-06-16T21:18:00.2132356+00:00"
}
application/xml, text/xml
Sample:
<settings xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <code>sample string 2</code> <id>9d9be5a5-7e27-4223-b6cc-01ff9d1b8d16</id> <modified_dateutc>2026-06-16T21:18:00.213Z</modified_dateutc> <sales_organization_id>7262197b-23c2-404e-97d5-46b182316064</sales_organization_id> <user_id>cc34a3e9-b7cc-439f-a520-a4cc499df796</user_id> <value>sample string 3</value> </settings>