© 2026 Clarivate
GET /api/.../OrderTypes
Return a list of order types.
[
{
"OrderTypeID": 3,
"OrderType": "Firm Order"
},
{
"OrderTypeID": 4,
"OrderType": "Gift"
},
{
"OrderTypeID": 7,
"OrderType": "Standing Order"
},
{
"OrderTypeID": 8,
"OrderType": "Subscription"
},
{
"OrderTypeID": 9,
"OrderType": "Donation"
}
]
| Code | Description |
|---|---|
| 200 | OK. Success |
| 400 | Bad request |