Associates one or more users with an existing contract
Associates one or more users with an existing contract. After the refactor, each user must be sent as an object withDocumentation Index
Fetch the complete documentation index at: https://developers.projectcor.com/llms.txt
Use this file to discover all available pages before exploring further.
id and a non-empty dates array. The endpoint supports partial processing (partial_success): valid assignments are attached while rejected users or rejected date ranges are returned in errors.
id and at least one date range in dates.ContractNotFoundError — No contract found with the specified external IDValidationError — Missing required fields, invalid users schema, or empty dates array for any userCE001 — User association not found in COR (error_code: USER_ASSOCIATION_NOT_FOUND)UnprocessableEntity (422) — Upstream attach validation errors are returned in the endpoint response bodyPartial success date validation — A user can be partially attached while one or more date ranges are rejected (message: "Partial success. Some dates were rejected")