latestOpenAPI 3.0.12026-08-192092911.2 MB

916e669fc527

PurchaseOrders

Get a purchase order series

Retrieve the details of a single purchase order series (required scope finance:read)

get/v1/finance/purchaseOrders/series/{purchaseOrderSeriesId}

Path parameters

purchaseOrderSeriesIdinteger required

The unique identifer of the purchase order series

Headers

Customer-Idinteger required

The customer identifier

Response

OK

idinteger

The unique identifier of the purchase order

namestring

The name of the purchase order series

Example response

{
  "id": 12345,
  "name": "Stationary"
}