Class GetVelocityEmailSettingsRequest
This action will retrieve a list of velocity email settings for a specified merchant.
Properties
| Field/Tag Name | Value | Required | Notes |
|---|---|---|---|
| custServProviderId | Y | Partner Id | |
| request_email | Y | registered at ProfitStars; email format | |
| entity_id | Y | Merchant Id |
Example GetVelocityEmailSettingsRequest
Input Method: XML
<xml>
<custServProviderId>######</custServProviderId>
<request_email>none@example.com</request_email>
<entity_id>######</entity_id>
</xml>
Input Method: JSON
{
"custServProviderId": "######",
"request_email": "none@example.com",
"entity_id": "######",
}