listOrderTypes

get

/ccadmin/v1/orderTypes

List Order Types. Lists all the order types.

Request

Supported Media Types
  • application/json
Query Parameters
name
Type: string
An optional partial displayName of a order type to use for search.
orderTypeIds
Type: string
An optional, comma separated list of specific order type ID's to retrieve.

Response

Supported Media Types
  • application/json
200 Response
Following model is returned when operation succeeds.
Body
Root Schema : listOrderTypes_response
Nested Schema : items
Type: object
the list of order types keyed by order type name
Example application/json

{
    "order":{
        "displayName":"Order"
    }
}
Default Response
The error response
Body
Root Schema : errorModel
Type: object
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Nested Schema : items
Type: object

Examples

Sample Response Payload returned by endpoint:

{"order": {"displayName": "Order"}}