post https://api.toriihq.com/v1.0/contracts
Creates a new contract.
The request body must contain the name, idApp, and status of the contract.
Dates should be sent in ISOString format. Example: "2022-02-03"
Currency fields (e.g., amount) can be numbers ("amount": 1500, uses org default currency) or objects to set a different currency: "amount": { "value": 23000000, "currency": "EUR" }. Cannot set currency as a top-level field.
- Rate limit: 200 requests per minute