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.
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 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 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 contractThe Rillet Public API is now available. This initial release includes:
Products
GET /products - List all productsPOST /products - Create a productGET /products/{id} - Retrieve a productPUT /products/{id} - Update a productDELETE /products/{id} - Delete a productCustomers
GET /customers - List all customersPOST /customers - Create a customerGET /customers/{id} - Retrieve a customerPUT /customers/{id} - Update a customerDELETE /customers/{id} - Delete a customer