POST api/mobile/v1/validatepaymentdata?isAjial={isAjial}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| isAjial | boolean |
Default value is False |
Body Parameters
Params_Payment| Name | Description | Type | Additional information |
|---|---|---|---|
| POLICY_CODE | string |
None. |
|
| POLICY_NO | integer |
None. |
|
| ENDORSEMENT | integer |
None. |
|
| POILCYDESC | string |
None. |
|
| INSUREDNAME | string |
None. |
|
| ACCOUNTNUMBER | integer |
None. |
|
| ACCOUNTNAME | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"POLICY_CODE": "sample string 1",
"POLICY_NO": 1,
"ENDORSEMENT": 1,
"POILCYDESC": "sample string 2",
"INSUREDNAME": "sample string 3",
"ACCOUNTNUMBER": 1,
"ACCOUNTNAME": "sample string 4"
}
application/xml, text/xml
Sample:
<SenbokModel.Params_Payment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SenbokAPI.Models"> <ACCOUNTNAME>sample string 4</ACCOUNTNAME> <ACCOUNTNUMBER>1</ACCOUNTNUMBER> <ENDORSEMENT>1</ENDORSEMENT> <INSUREDNAME>sample string 3</INSUREDNAME> <POILCYDESC>sample string 2</POILCYDESC> <POLICY_CODE>sample string 1</POLICY_CODE> <POLICY_NO>1</POLICY_NO> </SenbokModel.Params_Payment>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |