| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchaseOrderID |
Unique identifier of a Purchase Order |
integer |
None. |
| PONumber |
The Purchase Order number |
string |
None. |
| PODate |
The Purchase Order date |
date |
None. |
| DeliveryDate |
The Purchase Order delivery date |
date |
None. |
| POStatus |
The status of the Purchase Order |
PurchaseOrderStatusModel |
None. |
| Supplier |
The location associated with the source location |
LocationModel |
None. |
| Location |
The location associated with the Purchase Order |
LocationModel |
None. |
| Total |
The Purchase Order total |
decimal number |
None. |
| Currency |
The currency of the Purchase Order |
CurrencyModel |
None. |
| Notes |
Notes |
string |
None. |
| Items |
List of Line Items on the Purchase Order |
Collection of PurchaseOrderItemModel |
None. |
| FileCount | integer |
None. |