Request Information
URI Parameters :
None.
Body Parameters :
None.
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": "6c55a154-f65e-457a-b925-8906b38401e8",
"code": "sample string 2",
"value": "sample string 3",
"sales_organization_id": "9afbe3cd-c8ea-4c26-af94-abd36f79f3b2",
"user_id": "c0daed01-3d3b-49e6-9c74-ae6788744808",
"modified_dateutc": "2026-06-16T21:18:01.4801773+00:00"
}
application/xml, text/xml
Sample:
<settings xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <code>sample string 2</code> <id>6c55a154-f65e-457a-b925-8906b38401e8</id> <modified_dateutc>2026-06-16T21:18:01.480Z</modified_dateutc> <sales_organization_id>9afbe3cd-c8ea-4c26-af94-abd36f79f3b2</sales_organization_id> <user_id>c0daed01-3d3b-49e6-9c74-ae6788744808</user_id> <value>sample string 3</value> </settings>