Reset potential invoice
What does reset do? Resets all customizations and metadata for a potential invoice, returning it to its default state. This clears all manual adjustments you have made, so the invoice will show the original billable items as they were automatically calculated by the system.
What gets cleared:
- Billed from and billed to dates (reverts to default billing period)
- Contact ID (removes invoice recipient)
- Subscription quantities and order (reverts to default quantities)
- Custom manual positions (removes any manually added items)
- Skipped tasks and express quotations (includes all items back in the invoice)
- Leadtime fee settings (reverts to default configuration)
When to use:
- When you want to start fresh with default invoice settings
- After making mistakes in invoice configuration and want to undo all changes
- To clear all customizations before creating a new invoice from scratch
- When you need to see the original calculated amounts without any adjustments
Important notes:
- This operation cannot be undone
- The invoice will revert to showing all automatically calculated billable items
- Any custom manual positions you added will be removed
- The invoice will use default billing period dates
Invoice ID Format: The invoice ID follows the format: {type}::{projectId}::{dateFrom}::{dateTo}
- Example: SingleProject::0e9d033a-ab41-4212-8637-66c4e3b01fe2::2025-10-01::2025-10-31
Permission requirements: Requires Invoices.manage permission and access to the project to reset potential invoice.
/billing/potential-invoices/{id}/resetAuthorizationOAuth2 access token · headerrequiredapi:writeAuthorizationBearer token (JWT) · headerrequiredidstringrequiredPotential invoice ID in format: {type}::{projectId}::{dateFrom}::{dateTo}
Potential invoice reset successfully
successbooleanrequiredOperation success flag
Unauthorized - Invalid or missing authentication token
User lacks Invoices.manage permission or project access
Potential invoice not found