SearchManifestsAsync Method
Search for manifests within a given date range.
Syntax
[VB.NET] Public Function SearchManifestsAsync(ByVal StartDate As String, ByVal EndDate As String) As Task
[C#] public Task SearchManifestsAsync(string startDate, string endDate);