| PurchaseOrderID |
ID of the purchase Order
|
integer
|
None.
|
| PurchaseOrderGuid |
Unique GIUD of the Purchase Order
|
globally unique identifier
|
None.
|
| User |
User who created the Purchase Order
|
UserBaseModel
|
None.
|
| PurchaseOrderReference |
StoreFeeder user facing reference number for the Purchase Order
|
string
|
None.
|
| DateRaised |
Date the Purchase Order was originally raised
|
date
|
None.
|
| Supplier |
Supplier that the Purchase Order is for
|
PurchaseOrderSupplierModel
|
None.
|
| Warehouse |
Warehouse that the Purchase Order is for
|
WarehouseBaseModel
|
None.
|
| DateDue |
Date that the Purchase Order is due to be delivered
|
date
|
None.
|
| PurchaseOrderStatus |
Status of the Purchase Order
|
PurchaseOrderStatuses
|
None.
|
| DeliveryCost |
Delivery charge for the Purchase Order
|
decimal number
|
None.
|
| Subtotal |
Subtotal of the Purchase Order (i.e. total product cost and shipping less tax)
|
decimal number
|
None.
|
| TotalVat |
Total VAT for the purchase order
|
decimal number
|
None.
|
| Total |
Total cost of the purchase order including shipping and tax.
|
decimal number
|
None.
|
| Currency |
Currency that the purchase order is created in
|
CurrencyBaseModel
|
None.
|
| DateSent |
The Date the Purchase Order was sent to the Supplier
|
date
|
None.
|
| PaymentReference |
The Payment Reference
|
string
|
Max length: 125
|
| PaidOn |
The date the Purchase Order was paid
|
date
|
None.
|
| PurchaseOrderLines |
List of Purchase Order Lines contained in the purchase order.
|
Collection of PurchaseOrderLineModel
|
None.
|
| UpdatedDate |
The date the purchase order was last updated.
|
date
|
None.
|
| CreatedVia |
The method the Purchase Order was created by
|
string
|
None.
|
| EstimatedPalletCount |
Estimated pallet count for the Purchase Order
|
integer
|
None.
|
| Note |
Notes for the Purchase Order
|
string
|
Max length: 500
|