Added
New Purchase Requests API
24 days ago
We’ve added support for Purchase Requests in the API.
Endpoint
GET /v1/organizations/{organizationId}/purchase-requests
What’s included
- Filter by
status - Filter by
createdAtFrom,createdAtTo,updatedAtFrom,updatedAtTo - Pagination with
offsetandlimit - Sorting with
sortFieldandsortDirection - Response includes purchase request details (supplier, amounts, cost center/object) and pagination metadata.
This endpoint is currently in beta and may evolve.