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": "e1ec7861-c836-4e93-b610-b02efa6b4af2",
"code": "sample string 2",
"value": "sample string 3",
"sales_organization_id": "1e184ef4-aa83-45b4-8474-03ab5cf3bd6d",
"user_id": "7042d508-0e45-412a-97af-49dbff06e96f",
"modified_dateutc": "2026-01-11T21:00:07.0760578+00:00"
}
application/xml, text/xml
Sample:
<settings xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <code>sample string 2</code> <id>e1ec7861-c836-4e93-b610-b02efa6b4af2</id> <modified_dateutc>2026-01-11T21:00:07.076Z</modified_dateutc> <sales_organization_id>1e184ef4-aa83-45b4-8474-03ab5cf3bd6d</sales_organization_id> <user_id>7042d508-0e45-412a-97af-49dbff06e96f</user_id> <value>sample string 3</value> </settings>