post https://api.zenskar.com/contract
This API helps you automate the process of contract creation.
Important
Learn more about:
Param | Description |
---|---|
name | A descriptive name for the contract. |
description | A detailed description of the contract. |
customer (required) | The unique identifier of the customer associated with this contract. |
template_id (required) | The identifier of the plan (erstwhile known as template) used for creating this contract. |
currency | The currency in which the contract is denominated, e.g., USD or EUR. |
start_date (required) | The date when the contract becomes effective. |
end_date (required) | The date when the contract expires. |
renewal_policy | An enumeration indicating the policy for contract renewal. 'renewWithDefaultContract' renews the contract with default terms, while 'renewWithExisting' renews it with the existing terms. |
invoice_generation_day | The specific day of the month when invoices are generated for this contract. |
invoice_generation_cadence | The frequency with which invoices are generated, such as monthly, quarterly, etc. |
billing_cycle_start_day | The day of the month when the billing cycle starts for this contract. |
billing_cycle_cadence | The frequency of the billing cycle, indicating how often billing occurs, e.g., monthly, quarterly. |