POST api/PaymentOrderResponse
Request Information
URI Parameters
None.
Body Parameters
PaymentResponseReq| Name | Description | Type | Additional information |
|---|---|---|---|
| recordId | string |
None. |
|
| orderId | string |
None. |
|
| paymentId | string |
None. |
|
| string |
None. |
||
| mobile | string |
None. |
|
| status | string |
None. |
|
| statusCode | string |
None. |
|
| token | string |
None. |
|
| appId | string |
None. |
|
| appName | string |
None. |
|
| key | string |
None. |
|
| txnDate | string |
None. |
|
| subscriptionId | string |
None. |
|
| paymentType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"recordId": "sample string 1",
"orderId": "sample string 2",
"paymentId": "sample string 3",
"email": "sample string 4",
"mobile": "sample string 5",
"status": "sample string 6",
"statusCode": "sample string 7",
"token": "sample string 8",
"appId": "sample string 9",
"appName": "sample string 10",
"key": "sample string 11",
"txnDate": "sample string 12",
"subscriptionId": "sample string 13",
"paymentType": "sample string 14"
}
application/xml, text/xml
Sample:
<PaymentResponseReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoultryExpAPI.Models"> <appId>sample string 9</appId> <appName>sample string 10</appName> <email>sample string 4</email> <key>sample string 11</key> <mobile>sample string 5</mobile> <orderId>sample string 2</orderId> <paymentId>sample string 3</paymentId> <paymentType>sample string 14</paymentType> <recordId>sample string 1</recordId> <status>sample string 6</status> <statusCode>sample string 7</statusCode> <subscriptionId>sample string 13</subscriptionId> <token>sample string 8</token> <txnDate>sample string 12</txnDate> </PaymentResponseReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ErrorRes| Name | Description | Type | Additional information |
|---|---|---|---|
| errCode | string |
None. |
|
| errDesc | string |
None. |
|
| errFlag | string |
None. |
|
| token | string |
None. |
|
| recordId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"errCode": "sample string 1",
"errDesc": "sample string 2",
"errFlag": "sample string 3",
"token": "sample string 4",
"recordId": "sample string 5"
}
application/xml, text/xml
Sample:
<ErrorRes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoultryExpAPI.Models"> <errCode>sample string 1</errCode> <errDesc>sample string 2</errDesc> <errFlag>sample string 3</errFlag> <recordId>sample string 5</recordId> <token>sample string 4</token> </ErrorRes>