migratedDebitNoteCreate
mutation
Creates a Migrated debit note
Creates a Migrated debit note with the inserted data. Returns the created Migrated debit note
mutation {
migratedDebitNoteCreate(companyId: Int!, data: MigratedDebitNoteInsert!, options: MigratedDebitNoteMutateOptions): MigratedDebitNote!
}Returns: MigratedDebitNote!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | MigratedDebitNoteInsert! | |
options | MigratedDebitNoteMutateOptions |