| Type | Update |
| List | Purchase Orders |
| URL | http://{domain}/api/v2/purchaseorders/update.json |
| Accepts Filters | No |
| Output Attributes |
No |
| Parameter | Type | Required | Notes |
Example |
|---|---|---|---|---|
| id |
int | Yes | Purchase Order ID |
44 |
| notes | string | No |
|
|
| attributes | int | No |
|
See attribute documentation. |
{
"code": "200",
"data": [
{
"id": "1",
"title": "Order 5000 (Pending)",
"tag": "H708BZ8UU8RLUI6UE31BPXHX5"
}
]
}