Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
company_discount_family| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| name | string | ||
| discount | decimal number | ||
| sales_organization_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": "80069d22-7bef-4b16-94dd-83d844c83437",
"name": "sample string 2",
"discount": 3.0,
"sales_organization_id": "0e4f6a76-9107-48a0-ac5a-a88e0cb51fce",
"modified_dateutc": "2026-06-16T21:23:06.1498986+00:00"
}
application/xml, text/xml
Sample:
<company_discount_family xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <discount>3</discount> <id>80069d22-7bef-4b16-94dd-83d844c83437</id> <modified_dateutc>2026-06-16T21:23:06.149Z</modified_dateutc> <name>sample string 2</name> <sales_organization_id>0e4f6a76-9107-48a0-ac5a-a88e0cb51fce</sales_organization_id> </company_discount_family>