GET api/v1/orders/{orderId}/characteristics
This endpoint retrieves order characteristics based on the order Id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
orderId |
Id of the characteristics of the order to search for. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An object with the property characteristics
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.