POST OnlinePayment/ENach_StuTransactionVerification_API
Request Information
URI Parameters
None.
Body Parameters
EnachSchduleNotificationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SchoolBName | string |
None. |
|
| DBName | string |
None. |
|
| OrganisationID | integer |
None. |
|
| ECS_ConfugurationID | integer |
None. |
|
| StudentEnrollmentID | integer |
None. |
|
| NAmount | decimal number |
None. |
|
| CustomerID | string |
None. |
|
| OrderID | string |
None. |
|
| PaymentID | string |
None. |
|
| FeetypeIDs | string |
None. |
|
| ECSType | string |
None. |
|
| IPAddresss | string |
None. |
|
| TxnNo | string |
None. |
|
| TranID | integer |
None. |
|
| TxnID_Identifier | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SchoolBName": "sample string 1",
"DBName": "sample string 2",
"OrganisationID": 3,
"ECS_ConfugurationID": 4,
"StudentEnrollmentID": 5,
"NAmount": 6.0,
"CustomerID": "sample string 7",
"OrderID": "sample string 8",
"PaymentID": "sample string 9",
"FeetypeIDs": "sample string 10",
"ECSType": "sample string 11",
"IPAddresss": "sample string 12",
"TxnNo": "sample string 13",
"TranID": 1,
"TxnID_Identifier": "sample string 14"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.