Updates a purchase order

This call updates an existing purchase order by id. Canceling a purchase order is not supported yet.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The purchase order id.

Body Params

Updated values for the purchase order.

A POCO that represents a purchase order to be updated the API.

string
enum
Allowed:
date-time | null

The date purchase order was issued. If not specified, the default
value is the server time.

string | null

The purchase order description.

string | null

The purchase order name.

uuid | null

The vendor id for the purchase order.

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses
204

No Content

Language
Credentials
OAuth2
Missing 1 required scope
LoadingLoading…
Response
Click Try It! to start a request and see the response here!