POST v1/api/PaymentHistory
Get Payment history for a Client or Policy Number
Request Information
URI Parameters
None.
Body Parameters
PaymentHistoryRequestDto
PaymentHistoryRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | string |
None. |
|
| PolicyId | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
Response Information
Resource Description
PaymentHistoryResponseDto
PaymentHistoryResponseDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultMessage | string |
None. |
|
| PaymentHistoryData | Collection of PaymentHistoryDataDto |
None. |