Overview
Returns the number of Reverse Phone Lookups done for a given date range.
Syntax
C#
public WSReportReverseLookUpResponse ReverseLookUpDetails(string securityToken, string orgCode, string fromDate, string toDate)
WSDL
Production: https://ui.solutionsbytext.com/Sbt.App.SetUp/wsservices/ReportWSService.svc?singlewsdl
Staging: https://test.solutionsbytext.com/SBT.App.SetUp/wsservices/ReportWSService.svc?singlewsdl
Parameters
securityToken
- String[1000] (Required) - Security Token to authenticate the user
orgCode
- String[20] (Required) - Organization Code for the group, division or organization.
fromDate
- String[20] (Required) – Start date from when data for Revers Lookups need to be fetched. Date format is [mm/dd/yyyy].
toDate
- String[20] (Required) - End date till when data for Revers Lookups need to be fetched. Date format is [mm/dd/yyyy].
Note: Date range should include only current and previous month. For beyond previous month data, please contact SBT team.