# Create a new contract profile Endpoint: POST /contract-profiles Version: 1.11 Security: bearerAuth ## Request fields (application/json): - `name` (string, required) Contract profile Name - `contractOwnerId` (integer, required) Contract Owner Identifier - `contractTerm` (integer, required) Contract term in months - `earlyTerminationFixedCharge` (number, required) Early termination fixed charge (in major currency) - `earlyTerminationPercentageCharge` (integer, required) Early termination charge as a percentage - `rolloverContractProfileId` (integer) Once term of this contract profile ends, contract using this profile will auto-renew as this contract profile - `renewalAlertDays` (integer) Renewal alert will be given this many days before the contract ends - `noticePeriodDays` (integer) Notice period alert will be given this many days before the contract ends ## Response 200 fields (application/json): - `id` (integer) Contract profile identifier Example: 1 - `name` (string, required) Contract profile Name - `contractOwnerId` (integer, required) Contract Owner Identifier - `createdDate` (string) Date when this contract profile was created - `contractTerm` (integer, required) Contract term in months - `earlyTerminationFixedCharge` (number, required) Early termination fixed charge (in major currency) - `earlyTerminationPercentageCharge` (integer, required) Early termination charge as a percentage - `rolloverContractProfileId` (integer) Once term of this contract profile ends, contract using this profile will auto-renew as this contract profile - `renewalAlertDays` (integer) Renewal alert will be given this many days before the contract ends - `noticePeriodDays` (integer) Notice period alert will be given this many days before the contract ends - `supersededByContractProfileId` (integer) Where this contract profile has been updated and hence superseded by a new contract profile (this contract profile can no longer be assigned) ## Response 201 fields (application/json): - `id` (integer) Contract profile identifier Example: 1 - `name` (string, required) Contract profile Name - `contractOwnerId` (integer, required) Contract Owner Identifier - `createdDate` (string) Date when this contract profile was created - `contractTerm` (integer, required) Contract term in months - `earlyTerminationFixedCharge` (number, required) Early termination fixed charge (in major currency) - `earlyTerminationPercentageCharge` (integer, required) Early termination charge as a percentage - `rolloverContractProfileId` (integer) Once term of this contract profile ends, contract using this profile will auto-renew as this contract profile - `renewalAlertDays` (integer) Renewal alert will be given this many days before the contract ends - `noticePeriodDays` (integer) Notice period alert will be given this many days before the contract ends - `supersededByContractProfileId` (integer) Where this contract profile has been updated and hence superseded by a new contract profile (this contract profile can no longer be assigned) ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 412 fields ## Response 500 fields ## Response 501 fields