Skip to main content
PUT
Purchase Order - Set Tags

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
string
required

Purchase order ID

tags
string[]
required

Array of tag IDs to set (ObjectId strings referencing the tag collection)

Example:

Response

Tags set on purchase order

success
boolean
required

Whether the operation succeeded