Class UpdateNotificationSettingsRequest
An Update Notification Settings Request is used to create a request with instructions to update email addresses that are related to a particular Notification Setting (NSID).
Properties
| Field/Tag Name | Value | Required | Notes |
|---|---|---|---|
| custServProviderId | Y | Partner Id | |
| entity_id | Y | Merchant Id | |
| request_email | Y | Registered at ProfitStars; email format | |
| nsid | Y | Provided by EPS; numeric | |
| to_address | Y | Multiple email addresses seperated by commas, do not include spaces | |
| subject | N | Text(255) | |
| description | N | Text(long) | |
| case_reason | Application Special Circumstances, Update Bank Account Information, Update Business Information | N |
Example UpdateNotificationSettingsRequest
Input Method: XML
<xml>
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<request_email>none@example.com</request_email>
<nsid>#######</nsid>
<to_address>none1@example.com,none2@example.com</to_address>
<subject></subject>
<description></description>
<case_reason></case_reason>
</xml>