Class UpdateVelocityActionRequest
Properties
| Field/Tag Name | Value | Required | Notes |
|---|---|---|---|
| custServProviderId | Y | Partner Id | |
| entity_id | Y | Merchant Id | |
| request_email | Y | Registered at ProfitStars; email format | |
| service_id | Y | ||
| location_id | N | Location Id Default = ‘0’ which represents the Merchant Default Location | |
| velocity_action | Suspend Declined | Y | |
| subject | N | text(255) | |
| description | N | text (long) | |
| case_reason | Application Special Circumstances, Update Bank Account Information, Update Business Information, | N |
Example UpdateVelocityActionRequest
Input Method: XML
<xml>
<request_email>none@example.com</request_email>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<location_id>######</location_id>
<service_id>#######</service_id>
<velocity_action>Suspend</velocity_action>
<subject></subject>
<description></description>
<case_reason></case_reason>
</xml>
Input Method: JSON
{
"request_email": "none@example.com",
"custServProviderId": "######",
"entity_id": "######",
"location_id": "######",
"service_id": "#######",
"velocity_action": "Suspend",
"case_reason": "",
"subject": "",
"description": ""
}