Creates a new contract in your COR instance with external ID mapping
Creates a new contract in your COR instance through the integrations service. Validates contract type, status, client association, and validates date fields inDocumentation Index
Fetch the complete documentation index at: https://developers.projectcor.com/llms.txt
Use this file to discover all available pages before exploring further.
YYYY-MM-DD format before creating.
The currency ISO sent in the request must have a previously configured currency exchange in COR. If no exchange rate exists from the contract currency to the company base currency, contract creation is rejected with status: 400, name: CORCustomError, and code: CTR006.
YYYY-MM-DD formatYYYY-MM-DD formatValidationError — Missing required fieldsClientNotFoundError — The specified client does not exist in the integration mappingsDuplicateExternalIdError — A contract with this external ID already existsValidationError — Invalid start date format: <value> when start_date is not a valid YYYY-MM-DD dateValidationError — Invalid end date format: <value> when end_date is not a valid YYYY-MM-DD dateCTR006 (CORCustomError, 400) — Cannot save contract. Exchange rate not found for ${currency} to ${baseCurrency}. Please sync exchange rates first.