GET api/v1/ordertypescatalog

Endpoint that gets all the order types available to create new orders.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

OrderTypeBasic
NameDescriptionTypeAdditional information
Id

integer

None.

Code

string

None.

Description

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "code": "sample string 2",
  "description": "sample string 3"
}