consignmentInvoiceDraftable
mutation
Revert consignment invoice to draft
Converts a finalized consignment invoice back to draft status. Returns the updated document.
mutation {
consignmentInvoiceDraftable(companyId: Int!, documentId: Int!): ConsignmentInvoice!
}Returns: ConsignmentInvoice!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentId | Int! |