Skip to main content

Class DisableSmartDetectRequest

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 DisableSmartDetectRequest

Input Method: XML

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

Input Method: JSON

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