Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

None.

Response Information

Resource Description :

company_discount_family
NameDescriptionTypeAdditional 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": "0164292b-4354-4536-b207-4d303e11c033",
  "name": "sample string 2",
  "discount": 3.0,
  "sales_organization_id": "e5c16410-061a-41b2-8ddc-c6a136ef9601",
  "modified_dateutc": "2026-06-16T21:24:19.1047039+00:00"
}

application/xml, text/xml

Sample:
<company_discount_family xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <discount>3</discount>
  <id>0164292b-4354-4536-b207-4d303e11c033</id>
  <modified_dateutc>2026-06-16T21:24:19.104Z</modified_dateutc>
  <name>sample string 2</name>
  <sales_organization_id>e5c16410-061a-41b2-8ddc-c6a136ef9601</sales_organization_id>
</company_discount_family>