Skip to main content

Class GetLocationByLocationIDRequest

Properties

Field/Tag NameValueRequiredNotes
custServProviderIdYPartner Id
entity_idYMerchant Id
request_emailYRegistered at ProfitStars; email format
location_idYLocation 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>