GET POS/PurchaseOrders/{id}/Payments/{PurchaseOrderPaymentId} Try Now
Gets the purchase order payment.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The identifier.
|
string |
Required
|
| PurchaseOrderPaymentId |
The purchase order payment identifier.
|
string |
Required
|
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentDate |
Payment Date.
|
date |
None.
|
| PaymentId |
Payment unique identifier.
|
string |
None.
|
| PurchaseOrderId |
the Purchase Order unique identifier
|
string |
None.
|
| PaymentModeId |
the Payment Mode unique identifier
|
string |
None.
|
| Amount |
the Paid Amount
|
Money |
None.
|
| ReferenceNo |
the Reference Number
|
string |
None.
|
| Note |
the Payment Note
|
string |
None.
|
| PaymentStatus |
the Payment Status
|
TransactionResponseType |
None.
|
| IsDeleted |
Is Payment Deleted.
|
boolean |
None.
|
| IsReconciled |
Is Payment Reconciled.
|
boolean |
None.
|
| DateUpdated |
The Date updated.
|
date |
None.
|
Response Formats
application/json, text/json
Sample:
{
"PaymentDate": "2025-10-30T00:23",
"PaymentId": "",
"PurchaseOrderId": "",
"PaymentModeId": "",
"Amount": {
"Currency": "",
"Amount": 1.0
},
"ReferenceNo": "",
"Note": "",
"PaymentStatus": "None",
"IsDeleted": true,
"IsReconciled": true,
"DateUpdated": "2025-10-30T00:23"
}