post
https://api.candis.io/v1/organizations//imports/purchase-orders
Import purchase orders. This operation is idempotent - if a purchase order with the same orderNumber and organizationId already exists, it will be updated.
BetaThis API is a beta feature and is subject to possible changes. The API response and functionality will be updated in the future.
| Request limit | Record limit | Batch size |
|---|---|---|
| 500 requests per minute per organization 2,500 per minute per holding | 3,000 records per minute per organization (burst 5,000) 4,800 per minute per holding (burst 8,000) | Maximum 100 records per request |
Both limits are evaluated on every request. A request is rejected when either is exceeded.
For requests containing the maximum of 100 records:
- Following an idle period, 50 consecutive requests are accepted without delay. This corresponds to the 5,000-record burst allowance.
- Sustained submission is subsequently paced at one request per 2 seconds, approximately 30 per minute.
- The allowance is restored to its ceiling after approximately 100 seconds without submissions.