Class GetVelocitySettingsByLocationIDRequest
This action will retrieve the velocity settings for a particular location.
Properties
| Field/Tag Name | Value | Required | Notes |
|---|---|---|---|
| custServProviderId | Y | Partner Id | |
| request_email | Y | Registered at ProfitStars; email format | |
| entity_id | Y | Merchant Id | |
| location_id | Y | Location Id |
Example GetVelocitySettingsByLocationIDRequest
Input Method: XML
<xml>
<request_email>none@example.com</request_email>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<location_id>########</location_id>
</xml>