GetAllMerchants
- Method
- ExampleRequest
- ExampleResponse
GetAllMerchants(GetAllMerchantsRequest)
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| GetAllMerchantsRequest | request |
Returns
| TYPE | DESCRIPTION |
|---|---|
| GetAllMerchantsResponse |
Example GetAllMerchantsRequest
Input Method: XML
<xml>
<request_email>none@example.com</request_email>
<custServProviderId>######</custServProviderId>
<merchant_enabled>All</merchant_enabled>
<begin_date>yyyy-mm-dd</begin_date>
<end_date>yyyy-mm-dd</end_date>
</xml>
Example GetAllMerchantsResponse
Response: XML
<GetAllMerchantsResponse>
<GetAllMerchants>
<GetAllMerchantsResult>
<WSMerchant>
<BoardingRefId>true</BoardingRefId>
<CreationDateTime>2018-04-22T09:02:12Z</CreationDateTime>
<CustServProviderId>######</CustServProviderId>
<EntityId>######</EntityId>
<MerchantEnabled>true</MerchantEnabled>
<MerchantName>Sample Test 1 </MerchantName>
<Locations>
<WSMerchantLocation>
<LocationEnabled>true</LocationEnabled>
<LocationId>########</LocationId>
<LocationName>Test 1</LocationName>
</WSMerchantLocation>
</Locations>
</WSMerchant>
<WSMerchant>
<BoardingRefId>true</BoardingRefId>
<CreationDateTime>2018-04-22T09:03:20Z</CreationDateTime>
<CustServProviderId>######</CustServProviderId>
<EntityId>######</EntityId>
<MerchantEnabled>true</MerchantEnabled>
<MerchantName>Sample Test 2</MerchantName>
<Locations>
<WSMerchantLocation>
<LocationEnabled>true</LocationEnabled>
<LocationId>########</LocationId>
<LocationName>Test 2</LocationName>
</WSMerchantLocation>
</Locations>
</WSMerchant>
</GetAllMerchantsResult>
</GetAllMerchants>
<HTTPStatusCode>200</HTTPStatusCode>
</GetAllMerchantsResponse>