Contract
The contract API allows you to manage your contracts and orders
not deprecated
get
Return the Contract for the given Certificate.
/v2/certificates/{certificateId}/contract
get
Returns the Contract with the given ID.
/v2/contracts/{contractId}
get
Return the BaseItem of the Contract with the given ID.
/v2/contracts/{contractId}/base-items
get
Get the ContractItem with the given ID.
/v2/contracts/{contractId}/items/{contractItemId}
get
Return the next TerminationDate for the ContractItem with the given ID.
/v2/contracts/{contractId}/items/{contractItemId}/next-termination-dates
delete
Cancel the TariffChange for the referred ContractItem.
/v2/contracts/{contractId}/items/{contractItemId}/tariff-change
post
Schedule the Termination of a ContractItem.
/v2/contracts/{contractId}/items/{contractItemId}/termination
delete
Cancel the Termination for the referred ContractItem.
/v2/contracts/{contractId}/items/{contractItemId}/termination
post
Schedule the Termination of a Contract.
/v2/contracts/{contractId}/termination
delete
Cancel the Termination for the referred Contract.
/v2/contracts/{contractId}/termination
get
Return a list of Contracts for the given Customer.
/v2/customers/{customerId}/contracts
get
Get InvoiceSettings of a Customer.
/v2/customers/{customerId}/invoice-settings
put
Update InvoiceSettings of a Customer.
/v2/customers/{customerId}/invoice-settings
get
List Invoices of a Customer.
/v2/customers/{customerId}/invoices
get
Request an Access Token for the Invoice file.
/v2/customers/{customerId}/invoices/{invoiceId}/file-access-token
get
Get list of Orders of a Customer.
/v2/customers/{customerId}/orders
get
Return the Contract for the given Domain.
/v2/domains/{domainId}/contract
get
Get details of an Invoice.
/v2/invoices/{invoiceId}
post
Preview Order.
/v2/order-previews
get
Get list of Orders.
/v2/orders
post
Create an Order.
/v2/orders
get
Get Order for Customer.
/v2/orders/{orderId}
get
Return the Contract for the given Project.
/v2/projects/{projectId}/contract
get
Get list of Orders of a Project.
/v2/projects/{projectId}/orders
get
Return the Contract for the given Server.
/v2/servers/{serverId}/contract
post
Preview TariffChange.
/v2/tariff-change-previews
post
Create TariffChange Order.
/v2/tariff-changes