object CancelPurchaseOrderOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
purchase_order | PurchaseOrder | Purchase order returned by this operation. |
Referenced By
- purchase_order_cancel Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"purchase_order": {id: "T3JkZXI6MTIzNA==", order_number: "SO-100045"}
}