☰
debitNoteCreate
Creates a Debit note
Creates a Debit note with the inserted data. Returns the created Debit note
Function signature
debitNoteCreate(companyId: Int!,data: DebitNoteInsert!,options: DebitNoteMutateOptions): DebitNote!
Type
Arguments
Required fields are marked with "!"companyId: Int!
data: DebitNoteInsert!
options: DebitNoteMutateOptions