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