POST api/mobile/v1/getpolicydetails
Request Information
URI Parameters
None.
Body Parameters
ClaimContainerClass| Name | Description | Type | Additional information |
|---|---|---|---|
| InsuredName | string |
None. |
|
| BranchNo | string |
None. |
|
| PolicyType | string |
None. |
|
| PolicyYear | integer |
None. |
|
| PolicyNo | string |
None. |
|
| PolicyEnd | string |
None. |
|
| PlateSuffixDesc | string |
None. |
|
| PLateNo | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"InsuredName": "sample string 1",
"BranchNo": "sample string 2",
"PolicyType": "sample string 3",
"PolicyYear": 4,
"PolicyNo": "sample string 5",
"PolicyEnd": "sample string 6",
"PlateSuffixDesc": "sample string 7",
"PLateNo": "sample string 8"
}
application/xml, text/xml
Sample:
<SenbokModel.ClaimContainerClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SenbokAPI.Models"> <BranchNo>sample string 2</BranchNo> <InsuredName>sample string 1</InsuredName> <PLateNo>sample string 8</PLateNo> <PlateSuffixDesc>sample string 7</PlateSuffixDesc> <PolicyEnd>sample string 6</PolicyEnd> <PolicyNo>sample string 5</PolicyNo> <PolicyType>sample string 3</PolicyType> <PolicyYear>4</PolicyYear> </SenbokModel.ClaimContainerClass>
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. |