GetAllLocations
- Method
- ExampleRequest
- ExampleResponse
GetAllLocations(GetAllLocationsRequest)
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| GetAllLocationsRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| GetAllLocationsResponse |
Example GetAllLocationsRequest
Input Method: XML
<xml>
<request_email>none@example.com</request_email>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
</xml>
Example GetAllLocationsResponse
Response: XML
<GetAllLocationsResponse>
<GetAllLocations>
<GetAllLocationsResult>
<WSLocation>
<AccountNumberLast4>####</AccountNumberLast4>
<AccountType>Checking</AccountType>
<CustServProviderId>######</CustServProviderId>
<CustomerLocationNumber>true</CustomerLocationNumber>
<EntityId>######</EntityId>
<LocationEnabled>true</LocationEnabled>
<LocationId>########</LocationId>
<LocationName>Test 1 Location</LocationName>
<MerchantName>Sample Test</MerchantName>
<RoutingNumber>#########</RoutingNumber>
</WSLocation>
<WSLocation>
<AccountNumberLast4>####</AccountNumberLast4>
<AccountType>Checking</AccountType>
<CustServProviderId>######</CustServProviderId>
<CustomerLocationNumber>true</CustomerLocationNumber>
<EntityId>######</EntityId>
<LocationEnabled>true</LocationEnabled>
<LocationId>######</LocationId>
<LocationName>Test 2 Location</LocationName>
<MerchantName>Sample 1 Test</MerchantName>
<RoutingNumber>#########</RoutingNumber>
</WSLocation>
</GetAllLocationsResult>
</GetAllLocations>
<HTTPStatusCode>200</HTTPStatusCode>
</GetAllLocationsResponse>