POST api/account/customer/order?currencyCode={currencyCode}&description={description}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
currencyCode

string

Default value is

description

string

Default value is

Body Parameters

None.

Response Information

Resource Description

CustomerOrder
NameDescriptionTypeAdditional information
ID

integer

None.

UniqueID

globally unique identifier

None.

CustomerID

integer

None.

Customer

Customer

None.

CreatedDate

date

None.

Description

string

None.

CurrencyID

integer

None.

Currency

Currency

None.

PaymentProviderID

integer

None.

PaymentProvider

PaymentProvider

None.

OrderStatusID

integer

None.

OrderStatus

CustomerOrderStatus

None.

PayResponse

PaymentResponse

None.

Items

Collection of CustomerOrderLine

None.

Coupons

Collection of CustomerOrderCoupon

None.

PayVouchers

Collection of CustomerOrderPayVoucher

None.

Value

decimal number

None.

ExpectedValue

decimal number

None.

ExpectedLineCount

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.