POST api/CMS/Payment/ManagePaymentDetails

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
data
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PaymentID": "sample string 1",
  "ApplicationCode": "sample string 2",
  "PaymentDate": "2026-03-31T16:42:55.9440005+05:30",
  "PaymentAmount": 4.0,
  "IsSuccessful": true,
  "PaymentStatus": "sample string 6",
  "GatewayCode": "sample string 7",
  "UserID": "sample string 8",
  "TransDate": "2026-03-31T16:42:55.9440005+05:30",
  "IPAddress": "sample string 10"
}

application/xml, text/xml

Sample:
<OnlinePaymentAddModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIST.CMS.ViewModel">
  <ApplicationCode>sample string 2</ApplicationCode>
  <GatewayCode>sample string 7</GatewayCode>
  <IPAddress>sample string 10</IPAddress>
  <IsSuccessful>true</IsSuccessful>
  <PaymentAmount>4</PaymentAmount>
  <PaymentDate>2026-03-31T16:42:55.9440005+05:30</PaymentDate>
  <PaymentID>sample string 1</PaymentID>
  <PaymentStatus>sample string 6</PaymentStatus>
  <TransDate>2026-03-31T16:42:55.9440005+05:30</TransDate>
  <UserID>sample string 8</UserID>
</OnlinePaymentAddModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>