Skip to main content

Class GetVelocityActionByLocationIdRequest

Properties

Field/Tag NameValueRequiredNotes
custServProviderIdYPartner Id
request_emailYRegistered at ProfitStars; email format
entity_idYMerchant Id
location_idNLocation Id Default = ‘0’ which represents the Merchant Default Location

Example GetVelocityActionByLocationIdRequest(Risk Management Approval Required)

Input Method: XML

<xml> 
<request_email>none@example.com</request_email>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<location_id>#######</location_id>
</xml>

Input Method: JSON

{ 
"custServProviderId": "######",
"request_email": "none@example.com",
"entity_id": "######",
"location_id": "#######"
}