customerReturnNoteNullify
mutation
Nullify Customer return note
Nullifies the Customer return note
mutation {
customerReturnNoteNullify(companyId: Int!, documentId: Int!, nullifiedReason: String): CustomerReturnNote!
}Returns: CustomerReturnNote!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
documentId | Int! | |
nullifiedReason | String |