| Name | Description | Type | Additional information |
|---|---|---|---|
| LineNumber |
The number of the specific line. |
integer |
Required |
| Status |
The status of the specific line. |
SupplierOrderLineStatus |
Required |
| StockId |
The specific stock for this line. |
globally unique identifier |
Required |
| ArticleId |
The specific article for this line. |
globally unique identifier |
Required |
| UnitId |
The unit for the specific article. |
integer |
None. |
| OriginalQuantity |
The original quantity ordered for this specific line |
decimal number |
None. |
| Quantity |
The quantity ordered for this specific line |
decimal number |
Required |
| Price |
The price for this specific line |
decimal number |
Required |
| DiscountPercentage |
The discount for this specific line |
decimal number |
Required |
| Recyclefee |
The recyclefee for this specific line. |
decimal number |
None. |
| Note |
A message for this specific line |
string |
Max length: 128 |
| RequestedDeliveryDate |
Requested delivery date for the row, not required. |
date |
None. |
| DeliveryDetails |
A list of all the deliveries for the specific article |
Collection of SupplierOrderDeliveryDetail |
None. |