Skip to main content

Query: isDuplicatedInvoiceNo

sales {
invoices {
isDuplicatedInvoiceNo(
invoiceNo: String!
documentTemplateId: String!
quoteInvoiceNid: Int
): Boolean!
}
}

Arguments

isDuplicatedInvoiceNo.invoiceNo ● String! non-null scalar

isDuplicatedInvoiceNo.documentTemplateId ● String! non-null scalar

isDuplicatedInvoiceNo.quoteInvoiceNid ● Int scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.