ResetLoadUpdatedMembers
The ResetLoadUpdatedMembers API resets the pagination such that when LoadUpdatedMember is called next time the first page of records is returned
Parameters
- sinceDate-The earliest date of member registrations. Must be in the following format: yyyy-mm-dd
- siteID– Numeric identifier of the Site in the Frankly Media database
- partnerName – Unique identifier of the 3rd party calling the API. Provided by Frankly Media
- token – An encrypted string constructed using the passed-in parameters and the partner-specific “shared secret” provided by the Frankly Media. Unless requested differently by the partner, the MD5 hashing algorithm is used to produce the token. For the purpose of this call the following formula should be used: md5(memberID + shared secret). For the generic example refer to this article.
How to call
URL Format: https://api.enticent.com/Subscriptions.svc/ResetLoadUpdatedMembers /{sinceDate}/{siteID}/{partnerName}/{token}. https://api.enticent.com/Subscriptions.svc/ResetLoadUpdatedMembers /2009-01-01/718/partner/6D-E9-9A-B6-73-D8-10-79-BC-4F-EE-51-A4-84-15-D8
Return Value
No return in the success scenario.