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
Name | Description | Type | Additional information |
---|---|---|---|
customerOrganizationUserId |
Unique customer organization user id |
integer |
Required |
Body Parameters
BasicCreateOrderVMName | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.