POST Registration/PaymentNotify
Request Information
URI Parameters
None.
Body Parameters
PaymentNotifyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BuyerID | string |
None. |
|
| SellerID | string |
None. |
|
| ReqId | string |
None. |
|
| PaymentStatus | string |
None. |
|
| CreatedDateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"BuyerID": "sample string 1",
"SellerID": "sample string 2",
"ReqId": "sample string 3",
"PaymentStatus": "sample string 4",
"CreatedDateTime": "2026-01-04T01:34:19.1073746+05:30"
}
application/xml, text/xml
Sample:
<DataModels.PaymentNotifyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EasyHaatApiSolution.Models"> <BuyerID>sample string 1</BuyerID> <CreatedDateTime>2026-01-04T01:34:19.1073746+05:30</CreatedDateTime> <PaymentStatus>sample string 4</PaymentStatus> <ReqId>sample string 3</ReqId> <SellerID>sample string 2</SellerID> </DataModels.PaymentNotifyModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.