| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The given globally unique indentifier for this order, must be supplied by the caller and match the identifier in the URL. |
globally unique identifier |
None. |
| CompanyId |
The company identifier for this order |
integer |
None. |
| EntityId |
The location identifier for this order |
integer |
None. |
| WasCreatedWithInventoryHold |
Readonly field indicating whether this order was created with inventory hold enabled. |
boolean |
None. |
| FirstName |
The first name of the customer associated with this order |
string |
None. |
| LastName |
The last name of the customer associated with this order |
string |
None. |
| CustomerId |
The customerId of the customer associated with this order |
globally unique identifier |
None. |
| DateCreatedUtc |
Readonly field indicating the UTC time the order was created |
date |
None. |
| OrderSource |
Readonly field containing the name and identifier of the integrator that created this order |
CovaSalesOrderV2V3PutOrderSource |
None. |
| OrderNumber |
Unused field |
string |
None. |
| IntegratorId |
The Id of the Integrator that created this order. This field is required. |
globally unique identifier |
None. |
| Items |
The line items on this order. This field is required and must contain at least one item. |
Collection of CovaSalesOrderV2V3PutCovaOrderItem |
None. |
| Discount |
Invoice-level discounts applied to this order |
CovaSalesOrderV2V3PutCovaOrderDiscount |
None. |
| IsDelivery |
Boolean indicating whether this order is a delivery order. |
boolean |
None. |
| ReceiptNumber |
Readonly field containing the receipt number generated for this order in Cova POS |
string |
None. |
| ExternalOrderId |
Unused field |
string |
None. |
| Taxes |
A list of taxes that will override all taxes calculated by Cova POS for this order. If this field is not supplied, Cova POS will calculate taxes for this order as it would for any normal order. All taxes supplied by this field will show as being applied to only the first line item. |
Collection of CovaSalesOrderV2V3PutCovaOrderTax |
None. |
| Notes |
A field used to supply generic notes about this order. This field is optional, but if supplied should be brief as it will be displayed in Cova POS. |
string |
None. |
| TimeSlotDisplayString |
A field used to supply generic text describing a delivery information for this order. This field is optional, but if supplied should be brief as it will be displayed in Cova POS. |
string |
None. |