Skip to main content
POST
Purchase Order - Add Tag

Authorizations

Authorization
string
header
required

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

Body

application/json
purchase_order_ids
string[]
required

Array of purchase order IDs

tag_id
string
required

Tag ID to add

Response

Tag added to purchase orders

success
boolean
required

Whether the operation succeeded