supplierInvoiceDelete
mutation
Deletes Supplier invoice(s)
Deletes the Supplier invoice(s) that have the inserted IDs Returns a DeletionError as true if delete is successful
mutation {
supplierInvoiceDelete(companyId: Int!, documentId: [Int!]!): DeletionError!
}Returns: DeletionError!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentId | [Int!]! |