Skip to main content

Class DisableLocationRequest

A Disable Location Request is used to disable an existing location for an existing merchant.

Properties

Field/Tag NameValueRequiredNotes
custServProviderIdYPartner Id
entity_idYMerchant Id
customer_nameYMerchant Name; alphanumeric (50)
request_emailYRegistered at ProfitStars; email format
location_idYalphanumeric: Unique ID
location_nameYUnique Location Name
subjectNText(255)
descriptionNText(long)
case_reasonApplication Special Circumstances, Update Bank Account Information, Update Business InformationN

Examples DisableLocationRequest

Input Method: XML

<xml> 
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<customer_name>Sample Test</customer_name>
<request_email>none@example.com</request_email>
<location_id>########</location_id>
<location_name>Test Location</location_name>
<subject></subject>
<description></description>
<case_reason></case_reason>
</xml>