{
"title": "string",
"description": "string",
"relatedAccountId": "string",
"primaryContactId": "string",
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z",
"totalValue": 0,
"currency": "string",
"contractTypeId": "string",
"billingFrequency": "OneTime",
"paymentTerms": "Net15",
"renewalType": "Manual",
"renewalReminderDays": 0,
"terms": "string"
}curl --location --request POST 'https://platform.shopranos.eu/api/v1/contracts' \
--header 'x-companyid;' \
--header 'x-user-id;' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"title": "string",
"description": "string",
"relatedAccountId": "string",
"primaryContactId": "string",
"startDate": "2019-08-24T14:15:22.123Z",
"endDate": "2019-08-24T14:15:22.123Z",
"totalValue": 0,
"currency": "string",
"contractTypeId": "string",
"billingFrequency": "OneTime",
"paymentTerms": "Net15",
"renewalType": "Manual",
"renewalReminderDays": 0,
"terms": "string"
}'{
"id": "string",
"contractNumber": "string",
"title": "string",
"status": "Draft"
}