POST POS/v3.1/Sales/Invoices/Payments Try Now

Add Bulk payment to the Invoices.

Request Information

URI Parameters

None.

Body Parameters

The payment.

NameDescriptionTypeAdditional 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-04-02T14:56",
  "TotalAmount": 3.0,
  "Payments": [
    {
      "InvoiceId": "",
      "Amount": {
        "Currency": "",
        "Amount": 1.0
      }
    }
  ],
  "Action": "ChargeNow",
  "Note": ""
}

Response Information

Resource Description

None.