POST POS/Sales/Invoices/Payments Try Now
Add Bulk payment to the Invoices.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|
Body Parameters
The payment.
Name | Description | Type | Additional information |
---|---|---|---|
PaymentModeId |
The payment mode identifier.
|
string |
Required
|
ReferenceNo |
The reference number of payment.
|
string |
None.
|
PaymentDate |
The payment date.
|
date |
None.
|
TotalAmount |
The total amount.
|
decimal number |
None.
|
Payments |
The list of payments.
|
Collection of Payments |
None.
|
Action |
The action, viz.: ChargeNow, Offline etc.
|
Action |
None.
|
Note |
The note.
|
string |
None.
|
Request Formats
application/json, text/json
Sample:
{ "PaymentModeId": "", "ReferenceNo": "", "PaymentDate": "2024-12-04T04:54", "TotalAmount": 3.0, "Payments": [ { "InvoiceId": "", "Amount": 2.0 } ], "Action": "ChargeNow", "Note": "" }
Response Information
Resource Description
None.