Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
article_discount| Name | Description | Type | Additional 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": "468ded66-3c17-4d70-b237-e7c146dc1beb",
"company_discount_family_id": "b8ba6e8e-a93d-4d16-8300-36bac8cd3ff2",
"company_id": "3531bbfd-6007-4020-be26-9eeb4efced28",
"article_category_id": "08b5cfa1-bb4a-404f-894f-43a9cf4083cd",
"article_id": "3d39100f-7a7f-4117-8cae-9b836677bb69",
"article_price_label_id": "c2586495-2fd0-4aac-a6c4-6cd9f8a8be4d",
"quantity_min": 7,
"quantity_max": 8,
"price": 9.0,
"discount": 10.0,
"date_from": "2026-06-16T21:19:33.3475364+00:00",
"date_to": "2026-06-16T21:19:33.3475364+00:00",
"modified_dateutc": "2026-06-16T21:19:33.3475364+00:00"
}
application/xml, text/xml
Sample:
<article_discount xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <article_category_id>08b5cfa1-bb4a-404f-894f-43a9cf4083cd</article_category_id> <article_id>3d39100f-7a7f-4117-8cae-9b836677bb69</article_id> <article_price_label_id>c2586495-2fd0-4aac-a6c4-6cd9f8a8be4d</article_price_label_id> <company_discount_family_id>b8ba6e8e-a93d-4d16-8300-36bac8cd3ff2</company_discount_family_id> <company_id>3531bbfd-6007-4020-be26-9eeb4efced28</company_id> <date_from>2026-06-16T21:19:33.347Z</date_from> <date_to>2026-06-16T21:19:33.347Z</date_to> <discount>10</discount> <id>468ded66-3c17-4d70-b237-e7c146dc1beb</id> <modified_dateutc>2026-06-16T21:19:33.347Z</modified_dateutc> <price>9</price> <quantity_max>8</quantity_max> <quantity_min>7</quantity_min> </article_discount>