POST api/PolyTxn
Request Information
URI Parameters
None.
Body Parameters
Jsonparams| Name | Description | Type | Additional information |
|---|---|---|---|
| jsonstring | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"jsonstring": "sample string 1"
}
application/xml, text/xml
Sample:
<Jsonparams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EmaalWebAPI.Models"> <jsonstring>sample string 1</jsonstring> </Jsonparams>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PolyOut| Name | Description | Type | Additional information |
|---|---|---|---|
| success | string |
None. |
|
| navigateurl | string |
None. |
|
| transactionrefno | string |
None. |
|
| errormessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": "sample string 1",
"navigateurl": "sample string 2",
"transactionrefno": "sample string 3",
"errormessage": "sample string 4"
}
application/xml, text/xml
Sample:
<PolyOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EmaalWebAPI.Models"> <errormessage>sample string 4</errormessage> <navigateurl>sample string 2</navigateurl> <success>sample string 1</success> <transactionrefno>sample string 3</transactionrefno> </PolyOut>