This method will renew all the pep searches that are due for renewal based on the parameter within the method. For example, if no date is given the default will renew the searches due for renewal before the 1st of the next month.
Parameter | Type | Format | Description |
---|---|---|---|
RenewalDate New | Nullable DateTime | If set must be less than 6 months from today | If set this will only include searches due for renewal up to and including the date specified. If not set it will automatically be set to the 1st of the following month. |
Response Parameters
Parameter | Type | Format | Description |
---|---|---|---|
Count | Int32 | Number of searches that are due for renewal on or before the RenewalDate | |
TotalCost | Decimal | Total cost of renewing all the searches that are due for renewal on or before the RenewalDate | |
RenewalDate | string | Date that the searches are due for renewal on or before |