POST Incident/CheckAddOrUpdateIncident
API call to return the status of an incident
Request Information
URI Parameters
None.
Body Parameters
IncidentStatusRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| IncidentReference | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"IncidentReference": "sample string 1"
}
Response Information
Resource Description
IncidentStatusResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IncidentStatus | IncidentStatus |
None. |
|
| Released | boolean |
None. |
|
| TrackingURL | string |
None. |
|
| Success | boolean |
None. |
|
| Messages | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IncidentStatus": 0,
"Released": true,
"TrackingURL": "sample string 2",
"Success": true,
"Messages": [
"sample string 1",
"sample string 2"
]
}