| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID |
Caliq internal unique identifier. Either this or the ProductCode must be supplied |
integer |
None. |
| ProductCode |
User entered unique part number |
string |
Max length: 25 |
| Quantity |
Quantity the customer wishes to purchase. Must be greater than zero |
integer |
None. |
| RequiredDate |
Date the customer wants the item YYYYMMDD. If not supplied then will be created with order date |
string |
None. |
| UnitPrice |
The price for quantity 1 of the item, in the order currency |
decimal number |
Required |
| LineDiscountAmount |
If [UnitPrice] is undiscounted value, the difference between [UnitPrice] * [Quantity] and what was charged for the order line in total, else 0 |
decimal number |
None. |
| DiscountNotes |
Notes supporting and explaining the reason for discount |
string |
Max length: 100 |
| GiftVoucher |
If this item is a gift voucher specfiy the number of the voucher |
string |
Max length: 255 |
| LinkGroupID |
Usually left empty but set to int if multiple lines should be linked in Caliq and shipped together. Should start at 1 and be consecutive within the order |
integer |
None. |
| MediaCode |
Any media code to be linked to this order line. Only one media code per line is supported |
string |
Max length: 255 |
| CustRef |
Sundry text field for reference, goes in Caliq line ref. Will be truncated to 20 chars |
string |
Max length: 20 |
| UnitCost |
Override unit cost - leave null unless instructed otherwise |
decimal number |
None. |