migratedDebitNoteUpdate
mutation
Update a Migrated debit note
Update a Migrated debit note with the inserted data. Returns the updated Migrated debit note
mutation {
migratedDebitNoteUpdate(companyId: Int!, data: MigratedDebitNoteUpdate!, options: MigratedDebitNoteMutateOptions): MigratedDebitNote!
}Returns: MigratedDebitNote!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | MigratedDebitNoteUpdate! | |
options | MigratedDebitNoteMutateOptions |