Class GetLocationByLocationIDRequest
Properties
| Field/Tag Name | Value | Required | Notes |
|---|---|---|---|
| custServProviderId | Y | Partner Id | |
| entity_id | Y | Merchant Id | |
| request_email | Y | Registered at ProfitStars; email format | |
| location_id | Y | Location Id |
Example GetLocationByLocationIDRequest
Input Method: XML
<xml>
<request_email>sample@test.com</request_email>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<location_id>########</location_id>
</xml>