settlementNoteUpdate
mutation
Update an Settlement note
Update an Settlement note with the inserted data. Returns the updated Settlement note
mutation {
settlementNoteUpdate(companyId: Int!, data: SettlementNoteUpdate!, options: SettlementNoteMutateOptions): SettlementNote!
}Returns: SettlementNote!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | SettlementNoteUpdate! | |
options | SettlementNoteMutateOptions |