customerReturnNoteUpdate
mutation
Update an Customer return note
Update an Customer return note with the inserted data. Returns the updated Customer return note
mutation {
customerReturnNoteUpdate(companyId: Int!, data: CustomerReturnNoteUpdate!, options: CustomerReturnNoteMutateOptions): CustomerReturnNote!
}Returns: CustomerReturnNote!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | CustomerReturnNoteUpdate! | |
options | CustomerReturnNoteMutateOptions |