Request Information
URI Parameters :
None.
Body Parameters :
Collection of ObjectNone.
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": "6b691134-d466-408e-a100-a9f8f9564a4c",
"code": "sample string 2",
"value": "sample string 3",
"sales_organization_id": "77eb3306-4f03-48ec-b878-e98757f4d576",
"user_id": "1787c374-0c6d-4c99-a1de-b349bbc901c0",
"modified_dateutc": "2026-06-16T21:15:55.2943818+00:00"
}
application/xml, text/xml
Sample:
<settings xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <code>sample string 2</code> <id>6b691134-d466-408e-a100-a9f8f9564a4c</id> <modified_dateutc>2026-06-16T21:15:55.294Z</modified_dateutc> <sales_organization_id>77eb3306-4f03-48ec-b878-e98757f4d576</sales_organization_id> <user_id>1787c374-0c6d-4c99-a1de-b349bbc901c0</user_id> <value>sample string 3</value> </settings>