Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

None.

Response Information

Resource Description :

article_discount
NameDescriptionTypeAdditional information
id

globally unique identifier

Required

company_discount_family_id

globally unique identifier
company_id

globally unique identifier
article_category_id

globally unique identifier
article_id

globally unique identifier
article_price_label_id

globally unique identifier
quantity_min

integer
quantity_max

integer
price

decimal number
discount

decimal number
date_from

date
date_to

date
modified_dateutc

Readonly system field managed by the database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "784d4d1f-d113-468e-87d0-21e32c0ebe54",
  "company_discount_family_id": "9368de02-bd4b-4d2a-bedb-46160aed7496",
  "company_id": "b7eb097e-c5ce-45d4-88c7-da731459ffa0",
  "article_category_id": "5fdc0256-eede-403d-b919-970a68bddf70",
  "article_id": "4bf18c96-bff8-4c68-9c45-7d6c9101d3fb",
  "article_price_label_id": "18c21c2c-db6f-49bb-ac6d-74b01d3954b9",
  "quantity_min": 7,
  "quantity_max": 8,
  "price": 9.0,
  "discount": 10.0,
  "date_from": "2026-01-11T21:05:31.4957172+00:00",
  "date_to": "2026-01-11T21:05:31.4957172+00:00",
  "modified_dateutc": "2026-01-11T21:05:31.4957172+00:00"
}

application/xml, text/xml

Sample:
<article_discount xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <article_category_id>5fdc0256-eede-403d-b919-970a68bddf70</article_category_id>
  <article_id>4bf18c96-bff8-4c68-9c45-7d6c9101d3fb</article_id>
  <article_price_label_id>18c21c2c-db6f-49bb-ac6d-74b01d3954b9</article_price_label_id>
  <company_discount_family_id>9368de02-bd4b-4d2a-bedb-46160aed7496</company_discount_family_id>
  <company_id>b7eb097e-c5ce-45d4-88c7-da731459ffa0</company_id>
  <date_from>2026-01-11T21:05:31.495Z</date_from>
  <date_to>2026-01-11T21:05:31.495Z</date_to>
  <discount>10</discount>
  <id>784d4d1f-d113-468e-87d0-21e32c0ebe54</id>
  <modified_dateutc>2026-01-11T21:05:31.495Z</modified_dateutc>
  <price>9</price>
  <quantity_max>8</quantity_max>
  <quantity_min>7</quantity_min>
</article_discount>