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