v4
latestOpenAPI 3.1.02026-08-032294621.7 MBPurchase Orders
List PurchaseOrderV2 record lines
Retrieve a paginated list of lines for a specific PurchaseOrderV2 record, ordered by position.
get/public/v2/purchase-orders/{record_number}/lines/
Path parameters
record_numberinteger required
The number attribute of the record.
The number attribute of the record.
Query parameters
searchstring nullable
company_idinteger[] nullable
numberinteger[] nullable
vendor_idinteger[] nullable
start_datestring date nullable
end_datestring date nullable
record_statusRecordStatus[] nullable
approval_statusstring[] nullable
billedboolean nullable
unbilledboolean nullable
partially_billedboolean nullable
billed_statusstring[]
updated_afterstring date-time nullable
updated_beforestring date-time nullable
limitinteger
Number of records to return per page (capped at 100)
Number of records to return per page (capped at 100)
offsetinteger
Number of records to skip before starting to return results
Number of records to skip before starting to return results
Response
OK