Class GetCaseStatusRequest
Properties
| Field/Tag Name | Value | Required | Notes |
|---|---|---|---|
| custServProviderId | Y | Partner Id | |
| request_email | Y | Registered at ProfitStars; email format | |
| entity_id | Y | Merchant Id | |
| case_number | Y | Riskforce case number |
Example GetCaseStatusRequest
Input Method: XML
<xml>
<custServProviderId>######</custServProviderId>
<request_email>none@example.com</request_email>
<entity_id>######</entity_id>
<case_number>######</case_number>
</xml>
Input Method: JSON
{
"custServProviderId": "######",
"request_email": "none@example.com",
"entity_id": "######",
"case_number": "######"
}