POST api/SpotterIntegration/DeleteCaseSync
Request Information
URI Parameters
None.
Body Parameters
SpotterDeleteCaseSyncRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| InjuryNonInjuryCaseList | Collection of integer |
None. |
|
| MSSCaseList | Collection of integer |
None. |
|
| CorporationCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InjuryNonInjuryCaseList": [
1,
2
],
"MSSCaseList": [
1,
2
],
"CorporationCode": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | string |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": "sample string 3",
"totalCount": 4
}