post
https://{region}.api.jamfcloud.com/partners/v1/distributor/purchase-orders
Submits a distributor purchase order against the quote it references. The request is validated using the same rules as POST /distributor/validate-purchase-order; a purchase order that fails validation is rejected.
The response has no body. Jamf assigns the jamfPoNumber during processing, which is not synchronous with this request — poll GET /distributor/purchase-orders/{jamfPoNumber} or subscribe a webhook via PATCH /distributor/configuration to observe the outcome.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
201The purchase order was created and accepted for processing. The response has no body, and no Location header is returned: the jamfPoNumber the purchase order will be addressed by is assigned during processing, after this response.