GET api/Policy/GetNextScheduledPaymentDate?policyId={policyId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
policyId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
dateResponse Formats
application/json, text/json
Sample:
"2025-08-27T03:32:18.3882739+01:00"
application/xml, text/xml
Sample:
<dateTime xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2025-08-27T03:32:18.3882739+01:00</dateTime>