receiptDraftable
mutation
Revert receipt to draft
Converts a finalized receipt back to draft status. Returns the updated receipt.
mutation {
receiptDraftable(companyId: Int!, documentId: Int!): Receipt!
}Returns: Receipt!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentId | Int! |