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": "d8bef562-1428-4b55-b94b-dcdb0fe42e43",
  "name": "sample string 2",
  "discount": 3.0,
  "sales_organization_id": "0eaf9f4a-da1a-44c4-9c76-4ba8c8dda734",
  "modified_dateutc": "2026-01-12T00:21:58.9242974+00:00"
}

application/xml, text/xml

Sample:
<company_discount_family xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <discount>3</discount>
  <id>d8bef562-1428-4b55-b94b-dcdb0fe42e43</id>
  <modified_dateutc>2026-01-12T00:21:58.924Z</modified_dateutc>
  <name>sample string 2</name>
  <sales_organization_id>0eaf9f4a-da1a-44c4-9c76-4ba8c8dda734</sales_organization_id>
</company_discount_family>