latestOpenAPI 3.0.12026-08-18132038.0 KB
310150fbd68d
PurchaseOrders
PO detail with all its jobs
Returns the PO with its freelancer and all attached jobs (price, currency, language pair, order reference, delivery date). Used when an invoice cites a PO number.
get/V1/purchase_orders/{po_number}
Response
PO found
Example response
{
"jobs": [
{
"short_job_type": "TRA",
"status": "approved",
"language_pair": "en > fr"
}
]
}