CreateOrderResponseServiceModel

Response model for creating an order

NameDescriptionTypeAdditional Information
VendorOrderDate

The Date when the order was created.

date

None.

Locale

The language and territory used as the locale setting for the order (e.g. "en_US").

string

None.

TypeOfOrder

The type of order to be placed. The market for the order.

Possible values are: RESELLER, MSP.

string

None.

VendorOrderCode

Identifier of the order

string

None.

OrderHeaderToken

A randomly generated GUID acting as a pointer to the order. This may be passed in URL as an unguessable order identifier.

string

None.

CurrencyCode

The ISO three-letter curreny code of the order (e.g. "USD").

string

None.

PaymentHeader

The payment header for the order.

CreateOrderResponseServiceModel_PaymentHeader

None.

Items

The list of items included in the order

Collection of CreateOrderResponseServiceModel_OrderItem

None.

Customers

Customer records associated with the order

CreateOrderResponseServiceModel_Customers

None.