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": "d859cce1-d27f-4218-8280-ba4ab60706d4",
"code": "sample string 2",
"value": "sample string 3",
"sales_organization_id": "0f7ccaa9-bff8-4e18-bd60-1e5a4deec415",
"user_id": "fe26ca25-ee72-4459-89e0-7129d642794d",
"modified_dateutc": "2026-01-11T21:07:29.413632+00:00"
}
application/xml, text/xml
Sample:
<settings xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <code>sample string 2</code> <id>d859cce1-d27f-4218-8280-ba4ab60706d4</id> <modified_dateutc>2026-01-11T21:07:29.413Z</modified_dateutc> <sales_organization_id>0f7ccaa9-bff8-4e18-bd60-1e5a4deec415</sales_organization_id> <user_id>fe26ca25-ee72-4459-89e0-7129d642794d</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": "34cde5ae-67a7-486e-92e8-afc3378b17a6",
"code": "sample string 2",
"value": "sample string 3",
"sales_organization_id": "cd800904-cf75-4ca8-9758-0cfc2ca4e86b",
"user_id": "3d21bb6d-c8b0-4da9-bc84-b9944e9fa4de",
"modified_dateutc": "2026-01-11T21:07:29.4270918+00:00"
}
application/xml, text/xml
Sample:
<settings xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <code>sample string 2</code> <id>34cde5ae-67a7-486e-92e8-afc3378b17a6</id> <modified_dateutc>2026-01-11T21:07:29.427Z</modified_dateutc> <sales_organization_id>cd800904-cf75-4ca8-9758-0cfc2ca4e86b</sales_organization_id> <user_id>3d21bb6d-c8b0-4da9-bc84-b9944e9fa4de</user_id> <value>sample string 3</value> </settings>