GET api/CMS/Payment/GetPaymentDetailByID?ApplicationCode={ApplicationCode}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ApplicationCode | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"PaymentID": "sample string 1",
"ApplicationCode": "sample string 2",
"PaymentDate": "2026-03-31T16:41:34.4634687+05:30",
"PaymentAmount": 4.0,
"IsSuccessful": true,
"PaymentStatus": "sample string 6",
"GatewayCode": "sample string 7",
"UserID": "sample string 8",
"TransDate": "2026-03-31T16:41:34.4634687+05:30"
}
application/xml, text/xml
Sample:
<utblPaymentDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.Model"> <ApplicationCode>sample string 2</ApplicationCode> <GatewayCode>sample string 7</GatewayCode> <IsSuccessful>true</IsSuccessful> <PaymentAmount>4</PaymentAmount> <PaymentDate>2026-03-31T16:41:34.4634687+05:30</PaymentDate> <PaymentID>sample string 1</PaymentID> <PaymentStatus>sample string 6</PaymentStatus> <TransDate>2026-03-31T16:41:34.4634687+05:30</TransDate> <UserID>sample string 8</UserID> </utblPaymentDetail>