Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Current »

An Order is a Basket that has gone through the checkout process to become a placed order. The orders are only visible to the users who created them, and cannot be modified.

Requires:

Actions

URL
Verb
Information
/ordersGET

Returns a list of all existing orders for the currently logged in user

/order/{Guid}GETReturns a order for the specified {Guid} and the currently logged in user
/orders?ProjectGuid=GETReturns a list of all existing orders for the currently logged in user and the projectGuid specified in the query string.

Attributes

The following details are returned about a order.

Field
Data Type
Required
Information
GuidGuidYUsed to uniquely identify a order
CreatedDateUtcDateTimeYThe date time the order was created as a basket, in UTC
LastSavedDateUtcDateTimeYThe date time the order was last saved, in UTC
CompletedDateUTCDateTimeYThe date time the order was completed, in UTC
LinesArray Of Basket LinesYItems in the basket.
OrderTotalDecimalYTotal amount payable for the order.
StatusOrderStatusYThe current status of the order.
  • No labels