Skip to main content

Class GetCaseStatusRequest

Properties

Field/Tag NameValueRequiredNotes
custServProviderIdYPartner Id
request_emailYRegistered at ProfitStars; email format
entity_idYMerchant Id
case_numberYRiskforce 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": "######"
}