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": "462bc48f-5fd7-447b-911f-80173beaed46",
"code": "sample string 2",
"value": "sample string 3",
"sales_organization_id": "11e1f341-5c0b-40d5-826b-c98ba3094f0e",
"user_id": "b37a0bed-12e7-4b83-9d3c-f45b3c48e0fd",
"modified_dateutc": "2026-03-07T14:53:40.677067+00:00"
}
application/xml, text/xml
Sample:
<settings xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <code>sample string 2</code> <id>462bc48f-5fd7-447b-911f-80173beaed46</id> <modified_dateutc>2026-03-07T14:53:40.677Z</modified_dateutc> <sales_organization_id>11e1f341-5c0b-40d5-826b-c98ba3094f0e</sales_organization_id> <user_id>b37a0bed-12e7-4b83-9d3c-f45b3c48e0fd</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.