GET api/v1/orders/{orderId}/characteristics

This endpoint retrieves order characteristics based on the order Id.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.