Create a new instance of the AccountContract object.Copy Pagepost https://{server_address}/ResourceServer/api/v10/Account/ContractBody ParamsAn Account Contract object contains contract details that have been assigned to an account. There is a one-to-many relationship from an Account to multiple Account Contracts.namestringaccountIdnumberUnique identifier for the associated Account object.accountNamestringThe name of the object associated with the accountId property.accountContractStatusTypeIdnumberUnique identifier for the associated AccountContractStatusType object.accountContractStatusTypeNamestringThe name of the object associated with the accountContractStatusTypeId property.startdate-timeThe start date for the term of the Contract. Date and time values are specified in the ISO 8601 format.frequencynumberfrequencyTypeIdnumberUnique identifier for the associated FrequencyType object.frequencyTypeNamestringThe name of the object associated with the frequencyTypeId property.accountContractRenewalTypeIdnumberUnique identifier for the associated AccountContractRenewalType object.accountContractRenewalTypeNamestringThe name of the object associated with the accountContractRenewalTypeId property.renewalAccountContractIdnumberIf the contract's renew type is a new contract, then this identifier will specify the contract that that will be used on renewal. Unique identifier for the associated AccountContract object.renewalAccountContractNamestringThe name of the object associated with the renewalAccountContractId property.contractTerminationIdnumberUnique identifier for the associated ContractTermination object.contractTerminationNamestringThe name of the object associated with the contractTerminationId property.terminationAccountContractStatusTypeIdnumberUnique identifier for the associated AccountContractStatusType object.terminationAccountContractStatusTypeNamestringThe name of the object associated with the terminationAccountContractStatusTypeId property.renewalAccountContractStatusTypeIdnumberUnique identifier for the associated AccountContractStatusType object.renewalAccountContractStatusTypeNamestringThe name of the object associated with the renewalAccountContractStatusTypeId property.earlyTerminationdate-timeIf the contract has been terminated early, this date will specify the date of termination. Date and time values are specified in the ISO 8601 format.earlyTerminationCommentstringtermTypeIdnumberUnique identifier for the associated TermType object.termTypeNamestringThe name of the object associated with the termTypeId property.versionnumberisSynchronousBillingbooleantruetruefalsebillingFrequencynumberbillingFrequencyTypeIdnumberUnique identifier for the associated FrequencyType object.billingFrequencyTypeNamestringThe name of the object associated with the billingFrequencyTypeId property.Responses 201Create a new instance of a AccountContract 400The request could not be processed.Updated 2 months ago