Skip to main content

Class DisableNotificationRequest

A Disable Notification Request is used to disable notification settings that are related to a particular Notification (NSID).

Properties

Field/Tag NameValueRequiredNotes
custServProviderIdYPartner Id
entity_idYMerchant Id
request_emailYregistered at ProfitStars; email format
nsidYProvided by EPS; numeric
subjectNtext(255)
descriptionNtext (long)
case_reasonApplication Special Circumstances, Update Bank Account Information, Update Business Information,N

Example DisableNotificationRequest

Input Method: XML

<xml>  
<custServProviderId>######</custServProviderId>
<entity_id>######</entity_id>
<request_email>none@example.com</request_email>
<nsid>#######</nsid>
<subject></subject>
<description></description>
<case_reason></case_reason>
</xml>

Input Method: JSON

{ 
"custServProviderId": "######",
"entity_id": "######",
"request_email": " none@example.com",
"nsid": "#######",
"subject": "",
"description": "",
"case_reason": ""
}