You can now amend existing contracts through the API:
POST /contracts/{id}/amendments- Amend a contract
The amendment request allows you to add new items, modify existing items, and update contract terms including dates and invoicing schedules.
You can now amend existing contracts through the API:
POST /contracts/{id}/amendments - Amend a contractThe amendment request allows you to add new items, modify existing items, and update contract terms including dates and invoicing schedules.
You can now amend existing contracts through the API:
POST /contracts/{id}/amendments - Amend a contractThe amendment request allows you to add new items, modify existing items, and update contract terms including dates and invoicing schedules.
Track usage-based billing with the new usage records endpoints:
POST /contract-items/{id}/usage - Create a usage recordGET /contract-items/{id}/usage - List all usage records for a contract itemDELETE /contract-items/{id}/usage - Delete a usage recordTrack usage-based billing with the new usage records endpoints:
POST /contract-items/{id}/usage - Create a usage recordGET /contract-items/{id}/usage - List all usage records for a contract itemDELETE /contract-items/{id}/usage - Delete a usage recordTrack usage-based billing with the new usage records endpoints:
POST /contract-items/{id}/usage - Create a usage recordGET /contract-items/{id}/usage - List all usage records for a contract itemDELETE /contract-items/{id}/usage - Delete a usage recordFull invoice lifecycle management is now available:
GET /invoices - List all invoicesPOST /invoices - Create an invoiceGET /invoices/{id} - Retrieve an invoicePUT /invoices/{id} - Update an invoiceDELETE /invoices/{id} - Delete an invoiceFull invoice lifecycle management is now available:
GET /invoices - List all invoicesPOST /invoices - Create an invoiceGET /invoices/{id} - Retrieve an invoicePUT /invoices/{id} - Update an invoiceDELETE /invoices/{id} - Delete an invoiceFull invoice lifecycle management is now available:
GET /invoices - List all invoicesPOST /invoices - Create an invoiceGET /invoices/{id} - Retrieve an invoicePUT /invoices/{id} - Update an invoiceDELETE /invoices/{id} - Delete an invoiceFull contract lifecycle management is now available:
GET /contracts - List all contractsPOST /contracts - Create a contractGET /contracts/{id} - Retrieve a contractPUT /contracts/{id} - Update a contractDELETE /contracts/{id} - Delete a contractPUT /contracts/{id}/end - End an open-ended contractFull contract lifecycle management is now available:
GET /contracts - List all contractsPOST /contracts - Create a contractGET /contracts/{id} - Retrieve a contractPUT /contracts/{id} - Update a contractDELETE /contracts/{id} - Delete a contractPUT /contracts/{id}/end - End an open-ended contract