GET v1/Policies/ByCustomer/{customerId}?keyword={keyword}&page={page}&rowCount={rowCount}
Get a list of policies for a customer ID
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerId |
Id of the customer |
string |
Required |
keyword |
Keyword |
string |
None. |
page |
Page |
integer |
Default value is 1 |
rowCount |
Row count |
integer |
Default value is 99999 |
Body Parameters
None.
Response Information
Resource Description
List of policies for a customer ID
PolicySearchResultsDTOName | Description | Type | Additional information |
---|---|---|---|
Data | Collection of PolicySearchDTO |
None. |
|
PageNumber | integer |
None. |
|
PagesTotal | integer |
None. |
|
TotalItems | integer |
None. |
|
IsSuccess | boolean |
None. |
|
ErrorCode | string |
None. |
|
ErrorMessage | string |
None. |
|
DisplayMessage | string |
None. |
|
Links | Collection of PageLink |
None. |
|
Href | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.