settlementNoteCreate
mutation
Creates an Settlement note
Creates a Settlement note with the inserted data. Returns the created Settlement note
mutation {
settlementNoteCreate(companyId: Int!, data: SettlementNoteInsert!, options: SettlementNoteMutateOptions): SettlementNote!
}Returns: SettlementNote!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | SettlementNoteInsert! | |
options | SettlementNoteMutateOptions |