POST POS/Sales/Invoices/{invoiceId}/Payments Try Now
Adds the Invoice Payment.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
invoiceId |
The invoice identifier.
|
string |
Required
|
Body Parameters
The invoice request.
Name | Description | Type | Additional information |
---|---|---|---|
PaymentDate |
the payment date.
|
date |
None.
|
PaymentModeId |
the payment mode identifier.
|
string |
None.
|
Amount |
the amount.
|
decimal number |
None.
|
ReferenceNo |
the reference no.
|
string |
None.
|
Note |
the note.
|
string |
None.
|
PayPalFee |
the pay pal fee.
|
decimal number |
None.
|
Action |
the action.
|
Action |
None.
|
Request Formats
application/json, text/json
Sample:
{ "PaymentDate": "2024-11-27T18:18", "PaymentModeId": "", "Amount": 2.0, "ReferenceNo": "", "Note": "", "PayPalFee": 5.0, "Action": "ChargeNow" }
Response Information
Resource Description
None.