GET api/v1/organizationuseraccounts/{customerOrganizationUserId}/orders/{orderId}
Endpoint that retrieves a MyBluebook order based on the Id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerOrganizationUserId |
Unique customer organization user id |
integer |
Required |
orderId |
Id of the order. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A record with an HTTP 200, or null with an HTTP 404.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.