REST APIAPI Reference
Purchase Orders
curl -X GET "https://example.com/v1/finance/purchase-orders"curl -X POST "https://example.com/v1/finance/purchase-orders"curl -X POST "https://example.com/v1/finance/purchase-orders:batchCancel"curl -X POST "https://example.com/v1/finance/purchase-orders:batchPdf"curl -X POST "https://example.com/v1/finance/purchase-orders:batchSend"curl -X GET "https://example.com/v1/finance/purchase-orders/string"curl -X PUT "https://example.com/v1/finance/purchase-orders/string"curl -X POST "https://example.com/v1/finance/purchase-orders/string/cancel"curl -X GET "https://example.com/v1/finance/purchase-orders/string/pdf"curl -X POST "https://example.com/v1/finance/purchase-orders/string/send"curl -X POST "https://example.com/v1/finance/purchase-orders/string/status"