MarkInvoicesAsPaidRequest
Invoices Mark as paid request
| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceId |
Gets the invoice identifier.
|
string |
Required
|
| PaymentModeId |
Gets the payment mode identifier.
|
string |
Required
|
| ReferenceNumber |
Gets the reference number.
|
string |
Conditional - Mandatory when Payment mode is PayPal
|
| Note |
Gets the note.
|
string |
Max length: 255
Optional
|
| PaymentDate |
Gets the payment date.
|
date |
Optional - PaymentDate should not be older than created date of invoice and should not be future date. If not given then current date will considered as PaymentDate
|