POST api/ReviewApplication/MapPolicy
Request Information
URI Parameters
None.
Body Parameters
NeedAnalysisMapName | Description | Type | Additional information |
---|---|---|---|
policyNumber | string |
None. |
|
Id | string |
None. |
|
houseHoldId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "policyNumber": "sample string 1", "Id": "sample string 2", "houseHoldId": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of NeedsAnalysisDTOName | Description | Type | Additional information |
---|---|---|---|
presentationId | string |
None. |
|
MapThePolicy | boolean |
None. |
|
houseHoldId | integer |
None. |
|
PolicyNumber | string |
None. |
|
agentName | string |
None. |
|
Status | string |
None. |
|
Alp | string |
None. |
|
LOB | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "presentationId": "sample string 1", "MapThePolicy": true, "houseHoldId": 1, "PolicyNumber": "sample string 3", "agentName": "sample string 4", "Status": "sample string 5", "Alp": "sample string 6", "LOB": "sample string 7" }, { "presentationId": "sample string 1", "MapThePolicy": true, "houseHoldId": 1, "PolicyNumber": "sample string 3", "agentName": "sample string 4", "Status": "sample string 5", "Alp": "sample string 6", "LOB": "sample string 7" } ]