GetBatchEventsByDateRange
- Method
- Example Request
- Example Response
GetBatchEventsByDateRange(GetBatchEventsByDateRangeRequest)
This operation will provide a list of batches within a specified date range and the processing events by which they were affected.
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| GetBatchEventsByDateRangeRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| GetBatchEventsByDateRangeResponse |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ssl="https://ssl.selectpayment.com/">
<soapenv:Header>
<ssl:SecurityHeader>
<ssl:BinarySecurityToken>your security token here</ssl:BinarySecurityToken>
</ssl:SecurityHeader>
</soapenv:Header>
<soapenv:Body>
<ssl:GetBatchEventsByDateRange>
<ssl:storeId>0</ssl:storeId>
<ssl:storeKey isNull="true" />
<ssl:EntityId>12345</ssl:EntityId>
<ssl:LocationIds>
<ssl:int>102030</ssl:int>
<ssl:int>102031</ssl:int>
</ssl:LocationIds>
<ssl:StartDate>2011-02-06</ssl:StartDate>
<ssl:EndDate>2011-03-03</ssl:EndDate>
<ssl:BatchEventType>
<ssl:WSBatchEventType>NeedsNoAttention</ssl:WSBatchEventType>
<ssl:WSBatchEventType>NeedsNoRescan</ssl:WSBatchEventType>
</ssl:BatchEventType>
</ssl:GetBatchEventsByDateRange>
</soapenv:Body>
</soapenv:Envelope>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<GetBatchEventsByDateRangeResponse xmlns="https://ssl.selectpayment.com/">
<GetBatchEventsByDateRangeResult>
<WSBatchEvent>
<EntityId>12345</EntityId>
<LocationId>102031</LocationId>
<BatchNumber>765e92b6-8ec5-4fdd-b180-c0387a5r1f72</BatchNumber>
<EventDateTime>2011-02-07T14:42:41.08</EventDateTime>
<EventType>NeedsNoRescan</EventType>
<UserName>RD</UserName>
<Description/>
</WSBatchEvent>
<WSBatchEvent>
<EntityId>12345</EntityId>
<LocationId>102031</LocationId>
<BatchNumber>765e92b6-8ec5-4fdd-b180-c0387a5r1f72</BatchNumber>
<EventDateTime>2011-02-07T15:18:08.06</EventDateTime>
<EventType>NeedsNoAttention</EventType>
<UserName>RD</UserName>
<Description/>
</WSBatchEvent>
<WSBatchEvent>
<EntityId>12345</EntityId>
<LocationId>102030</LocationId>
<BatchNumber>1021</BatchNumber>
<EventDateTime>2011-03-02T08:45:26.173</EventDateTime>
<EventType>NeedsNoAttention</EventType>
<UserName>RD</UserName>
<Description/>
</WSBatchEvent>
<WSBatchEvent>
<EntityId>12345</EntityId>
<LocationId>102030</LocationId>
<BatchNumber>1021</BatchNumber>
<EventDateTime>2011-03-02T08:34:17.053</EventDateTime>
<EventType>NeedsNoRescan</EventType>
<UserName>RD</UserName>
<Description/>
</WSBatchEvent>
</GetBatchEventsByDateRangeResult>
</GetBatchEventsByDateRangeResponse>
</soapenv:Body>
</soapenv:Envelope>