invoiceDraftable
mutation
Revert invoice to draft
Converts a finalized invoice back to draft status, allowing further edits. Returns the updated invoice.
mutation {
invoiceDraftable(companyId: Int!, documentId: Int!): Invoice!
}Returns: Invoice!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentId | Int! |