/allocationsCreate an allocation
Creates a new allocation for an assignee, parent object, and date range. Supply assignee, end_date, parent, and start_date within the allocation data, and use opt_fields to request additional response properties. A 201 response returns the full record of the newly created allocation.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
The allocation to create.
A 400 is returned when a parameter is missing or malformed, a 401 when no valid authentication token is provided, and a 402 when the requested object or mutation exceeds the account's premium level. A 403 is returned when the authenticated user cannot access the requested object or property, a 404 when the path, method, or specified object is not found, and a 500 for a server-side failure. The allocation data must include assignee, end_date, parent, and start_date.