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