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": "e056d1f0-54a6-4556-a607-c458e8e139e5",
"code": "sample string 2",
"value": "sample string 3",
"sales_organization_id": "f33d3945-ae2d-41c7-9cf4-68cc27414749",
"user_id": "3c9ab05b-6306-424e-84fa-85efafdd6c7d",
"modified_dateutc": "2026-01-11T21:02:28.9056828+00:00"
}
application/xml, text/xml
Sample:
<settings xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <code>sample string 2</code> <id>e056d1f0-54a6-4556-a607-c458e8e139e5</id> <modified_dateutc>2026-01-11T21:02:28.905Z</modified_dateutc> <sales_organization_id>f33d3945-ae2d-41c7-9cf4-68cc27414749</sales_organization_id> <user_id>3c9ab05b-6306-424e-84fa-85efafdd6c7d</user_id> <value>sample string 3</value> </settings>