supplierCreditNoteCreate
mutation
Creates an Supplier credit note
Creates a Supplier credit note with the inserted data. Returns the created Supplier credit note
mutation {
supplierCreditNoteCreate(companyId: Int!, data: SupplierCreditNoteInsert!, options: SupplierCreditNoteMutateOptions): SupplierCreditNote!
}Returns: SupplierCreditNote!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | SupplierCreditNoteInsert! | |
options | SupplierCreditNoteMutateOptions |