| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Invoice record id |
integer |
None. |
| ContactId |
Contact id |
integer |
Required |
| VNo |
Voucher/Invoice number |
string |
Required |
| VDate |
Voucher/Invoice date |
date |
Required Matching regular expression pattern: (19|20)[0-9]{2}[-](0[1-9]|1[012])[-](0[1-9]|[12][0-9]|3[01]) |
| DueDate |
Voucher/Invoice due date |
date |
Matching regular expression pattern: (19|20)[0-9]{2}[-](0[1-9]|1[012])[-](0[1-9]|[12][0-9]|3[01]) |
| VatIncluded |
VAT included in amount or not |
boolean |
None. |
| DiscountAsRate |
VAT included in amount or not |
boolean |
None. |
| Type |
Transaction type (Invoice, Cr. Note) |
string |
None. |
| Note |
Invoice note/reference |
string |
None. |
| Items |
Invoice items |
Collection of AppInvoiceMasterItemRequest |
Required |
| Receipts | Collection of AppReceiptMasterRequestNew |
None. |
|
| Attachments |
Invoice attachments |
Collection of AppAttachmentRequest |
None. |
| isNotifyCustomer |
Customer notification is required or not |
boolean |
None. |
| isSendCopy |
Email copy is need to send or not |
boolean |
None. |
| CurrencyId |
Currency id |
integer |
Required |
| CurrencyRate |
Currency conversion rate |
decimal number |
Required |
| ISFullyPaid | boolean |
None. |