v1
latestOpenAPI 3.0.12026-07-243124341009.5 KBCompanies
Get Company PO by PO ID
Returns details about the specified company purchase order.
get/v1/company/purchase-order/{poId}
Path parameters
poIdstring required
The identifier for the purchase order to be retrieved.
Headers
RequestIdstring uuid
The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
Unique request identifier (UUID) used to correlate request data with log entries and events.
FrontOfficeTenantIdinteger
An integer identifier for the tenant that the request is being made for. Required when Tenant header is not provided.
Tenantstring
Tenant company code that determines data access scope during the request. Required when FrontOfficeTenantId header is not provided.
Response
The company purchase order.
Example response
{
"po_ID": 12345,
"po_comp": 12346,
"po_num": "PO-12345",
"po_amount": 1000,
"po_amountused": 200,
"po_remaining": 800,
"po_threshold": 900,
"po_notify": true,
"notify_users": "12345,67890",
"po_description": "Purchase order for office supplies",
"is_active": true,
"comp_name": "Acme Corporation"
}