get https://api.apicbase.com/api/v2/procurement/intake_reasons/
Returns a list of intake reasons and their descriptions.
Returns is a list of accepted values for the intake_reason
field.
- Codes that indicate an accepted delivery (
accepted
istrue
) can only be used with packages that had some quantity be delivered (quantity_delivered
is greater than 0). - Codes that indicated non accepted deliveries (
accepted
isfalse
) can only be used with undelivered packages (quantity_delivered
is 0).