POST api/McsPay/PostNotifyUrl
Request Information
URI Parameters
None.
Body Parameters
McsPay_ReponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| sign | string |
None. |
|
| sign_type | string |
None. |
|
| resp_code | string |
None. |
|
| resp_desc | string |
None. |
|
| data | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"sign": "sample string 1",
"sign_type": "sample string 2",
"resp_code": "sample string 3",
"resp_desc": "sample string 4",
"data": "sample string 5"
}
application/xml, text/xml
Sample:
<McsPay_ReponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LG.Utils"> <data>sample string 5</data> <resp_code>sample string 3</resp_code> <resp_desc>sample string 4</resp_desc> <sign>sample string 1</sign> <sign_type>sample string 2</sign_type> </McsPay_ReponseModel>
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.