supplierCreditNoteUpdate
mutation
Update an Supplier credit note
Update an Supplier credit note with the inserted data. Returns the updated Supplier credit note
mutation {
supplierCreditNoteUpdate(companyId: Int!, data: SupplierCreditNoteUpdate!, options: SupplierCreditNoteMutateOptions): SupplierCreditNote!
}Returns: SupplierCreditNote!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | SupplierCreditNoteUpdate! | |
options | SupplierCreditNoteMutateOptions |