PUT POS/PurchaseOrders/{id}/Payments/{paymentId}/refund Try Now

Refunds the po payment.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id
The identifier.
string
Required
paymentId
The payment identifier.
string
Required

Body Parameters

The refund request.

NameDescriptionTypeAdditional 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-03-28T17:50",
  "Amount": 1.0,
  "Note": "",
  "AdjustAmount": true,
  "ReferenceNumber": ""
}

Response Information

Resource Description

None.