Class DisableLocationRequest
A Disable Location Request is used to disable an existing location for an existing merchant.
Properties
| Field/Tag Name | Value | Required | Notes |
|---|---|---|---|
| custServProviderId | Y | Partner Id | |
| entity_id | Y | Merchant Id | |
| customer_name | Y | Merchant Name; alphanumeric (50) | |
| request_email | Y | Registered at ProfitStars; email format | |
| location_id | Y | alphanumeric: Unique ID | |
| location_name | Y | Unique Location Name | |
| subject | N | Text(255) | |
| description | N | Text(long) | |
| case_reason | Application Special Circumstances, Update Bank Account Information, Update Business Information | N |
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>