PUT POS/PurchaseOrders/{id}/Payments/{paymentId}/refund Try Now
Refunds the po payment.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The identifier.
|
string |
Required
|
paymentId |
The payment identifier.
|
string |
Required
|
Body Parameters
The refund request.
Name | Description | Type | Additional information |
---|---|---|---|
RefundDate |
the refund date.
|
date |
None.
|
Amount |
the refund amount.
|
decimal number |
None.
|
Note |
the note.
|
string |
None.
|
AdjustAmount |
the adjust amount.
|
boolean |
None.
|
ReferenceNumber |
the reference number.
|
string |
None.
|
Request Formats
application/json, text/json
Sample:
{ "RefundDate": "2024-12-10T03:51", "Amount": 1.0, "Note": "", "AdjustAmount": true, "ReferenceNumber": "" }
Response Information
Resource Description
None.