GET v6/order/getDraft

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

OrderSettingModelv6
NameDescriptionTypeAdditional information
CustomerAccountNumber

string

None.

IsLocked

boolean

None.

ShowOrderType

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "customerAccountNumber": "sample string 1",
  "isLocked": true,
  "showOrderType": true
}