Create ContractAsk AIpost https://{hostname}/api/vendor/v1/contracts/addUse this API to create a new contract.Body Paramsnamestringrequiredlength between 1 and 255The name of the contract for creation.statusstringenumrequiredDefaults to NEWThe status of the new contract.NEWIN_PROGRESSACTIVEINACTIVEEXPIREDTERMINATEDARCHIVEDAllowed:NEWIN_PROGRESSACTIVEINACTIVEEXPIREDTERMINATEDARCHIVEDagreementCreatedDatedaterequiredThe creation date for the new agreement.contractTypeIduuidThe contract type identifier for new contract.contractTypeNamestringlength β€ 255The contract type name for new contract.approvedDatedateThe approval date for the new contract.expirationDatedateThe expiration date for the new contract.contractOwnerIduuidThe owner identifier for the new contract.contractOwnerEmailstringlength β€ 255The owner email for the new contract.vendorContactstringlength β€ 500The vendor contact for the new contract.approversstringlength β€ 1000The approvers list for the new contract.notestringlength β€ 4000The notes for the new contract.costnumberβ₯ 0The cost for the new contract.currencyobjectThe currency in which the cost is indicated. Uses ISO 4217 currency codes.currency objecturlurilength β€ 2000The document URL for the new contract.orgGroupIduuidThe organization group for the new contract.attributeValuesobjectThe custom attributes for the new contract.attributeValues objectvendorIduuidrequiredThe vendor identifier for the new contract.assetsarray of objectsThe collection of asset links for contract.assetsADD objectprocessingActivitiesarray of objectsThe collection of processing activity links.processingActivitiesADD objectvendorsarray of objectsThe collection of vendor links for contract.vendorsADD objectResponses 201Created 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago