Class GetLocationByLocationNameRequest
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_name | Y | Location Name |
Example GetLocationByLocationNameRequest
Input Method: XML
<xml>
<request_email>randles.josh+api@gmail.com</request_email>
<custServProviderId>375573</custServProviderId>
<entity_id>377397</entity_id>
<location_name>Location 06272016-1</location_name>
</xml>