Custom purchase order actions
GET/api/v1/purchase_orders/:id/:action
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Performs a custom action on an purchase order. *
- The current range of actions are as follows
-
- mark_paid
-
- download
-
- archive
-
- delete
-
Request
Responses
- 200
- 401
- 403
- 422
- 429
- 5XX
- default
Returns the purchase order object
Response Headers
X-MINIMUM-CLIENT-VERSION
The API version
X-RateLimit-Remaining
The number of requests left for the time window.
X-RateLimit-Limit
The total number of requests in a given time window.
Authentication error
Authorization error
Validation error
Rate Limit Exceeded
Server error
Unexpected Error