Name | Description | Type | Additional information |
---|---|---|---|
ItemType |
Type of Order Item |
OrderItemType |
Required |
SupplierId |
Supplier Id |
integer |
Required |
DealId |
Deal Id |
integer |
Required |
Quantity |
Quantity of items that a user can buy |
integer |
There can be restrictions for the quantity of available shopping cards, top ups and eVouchers. You can get maximum quantity of available items: Shopping card/ Top up: GET api/shoppingcard/maxquantity?supplierId={supplierId}&dealId={dealId} eVoucher: GET api/evoucher/maxquantity?supplierId={supplierId}&dealId={dealId} Required |
Amount |
Amount to pay (valid only for purchase a new Shopping Card) |
decimal number |
None. |
ProductCodeId |
Product code id (valid only for purchase and refilling Shopping Cards with fixed prices) |
integer |
None. |
CardNumber |
Card Number to Top up (valid only for Shopping Card refilling) |
string |
Max length: 250 |