Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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": "c1d360d3-10ce-472f-9e63-041a72d9ce8f",
"code": "sample string 2",
"value": "sample string 3",
"sales_organization_id": "1339f92d-bbc8-4646-bc5f-78ba8eb8eba6",
"user_id": "0ab204f8-c7f4-4cdb-8905-7068787f42af",
"modified_dateutc": "2026-06-16T21:22:37.0127+00:00"
}
application/xml, text/xml
Sample:
<settings xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <code>sample string 2</code> <id>c1d360d3-10ce-472f-9e63-041a72d9ce8f</id> <modified_dateutc>2026-06-16T21:22:37.012Z</modified_dateutc> <sales_organization_id>1339f92d-bbc8-4646-bc5f-78ba8eb8eba6</sales_organization_id> <user_id>0ab204f8-c7f4-4cdb-8905-7068787f42af</user_id> <value>sample string 3</value> </settings>
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.