POST CaseApi/RefreshCase
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id |
long |
Optional |
| SessionId |
Session GUID |
string |
Required |
| FilerEmailAddress |
Filer Email address |
string |
Required |
| CaseTrackingId |
Case Tracking Id |
String |
Required |
| LocationCode |
Selected location value |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"SessionId": "6794ae38-b0f7-4882-8d07-4f4cff5ea4c1",
"FilerEmailAddress":"sirishapettela@gmail.com",
"caseTrackingId":"7d01f06e-e199-4055-a110-26b12e13a37a",
"locationCode":"bell:dc"
}
Response Information
Response Formats
application/json, text/json
Sample:
{
"SuccessMessage": "Refreshed Successfully"
}