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 4 Next »

An Order that is not a basket anymore. The orders are only visible to the users who created them, and can only contain projects that the user created (this is enforced by the Session).

Requires:

Actions

URL
Verb
Information
/ordersGET

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

Attributes

The following attributes are for creating or updating a order. (Currently nothing is required to create orders)

FieldData TypeRequiredInformation

The following details are returned about a basket.

Field
Data Type
Required
Information
GuidGuidYUsed to uniquely identify a basket
CreatedDateUtcDateTimeYThe date time the basket was created, in UTC
LastSavedDateUtcDateTimeYThe date time the basket was last saved, in UTC
LinesArray Of Basket LinesNItems in the basket.
OrderTotalDecimalYTotal amount payable for the order.
CompletedDateUTCDateTimeYThe date time the basket was completed, in UTC
StatusOrderStatusYEnum status based on status Id
  • No labels