POST POS/Sales/Orders/{OrderId}/Payments Try Now
Adds the order payment.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
OrderId |
The order identifier.
|
string |
Required
|
Body Parameters
The order payment 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-30T13:25", "PaymentModeId": "", "Amount": 2.0, "ReferenceNo": "", "Note": "", "PayPalFee": 5.0, "Action": "ChargeNow" }
Response Information
Resource Description
None.