POST api/v1/organizationuseraccounts/{customerOrganizationUserId}/orders

Method that creates a new MyBluebook order using the default areas and characteristics of the user's account.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerOrganizationUserId

Unique customer organization user id

integer

Required

Body Parameters

BasicCreateOrderVM
NameDescriptionTypeAdditional information
ExternalRefId

string

Required

OrderType

eOrderType

Required

Request Formats

application/json, text/json

Sample:
{
  "externalRefId": "sample string 1",
  "orderType": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.