POST api/UnitStatus
Request Information
URI Parameters
None.
Body Parameters
UnitStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| Authentication | Authentication |
Required |
|
| Status | Status |
Required |
Request Formats
application/json, text/json
Sample:
{
"Authentication": {
"UserId": "sample string 1",
"Password": "sample string 2"
},
"Status": {
"CADAlertID": "sample string 1",
"CADAlertId": "sample string 2",
"UnitID": "sample string 3",
"StatusCode": "sample string 4",
"MessageID": "sample string 5",
"Timestamp": "2026-06-30T23:17:02.9607126-04:00",
"IsTestMessage": true
}
}
application/xml, text/xml
Sample:
<UnitStatus xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Authentication>
<UserId>sample string 1</UserId>
<Password>sample string 2</Password>
</Authentication>
<Status>
<CADAlertID>sample string 1</CADAlertID>
<CADAlertId>sample string 2</CADAlertId>
<UnitID>sample string 3</UnitID>
<StatusCode>sample string 4</StatusCode>
<MessageID>sample string 5</MessageID>
<Timestamp>2026-06-30T23:17:02.9607126-04:00</Timestamp>
<IsTestMessage>true</IsTestMessage>
</Status>
</UnitStatus>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
Required |
|
| Message | string |
Required |
|
| MessageID | string |
None. |
|
| Time | string |
None. |
|
| Type | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"MessageID": "sample string 3",
"Time": "sample string 4",
"Type": "sample string 5"
}
application/xml, text/xml
Sample:
<ResponseMessage xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Success>true</Success> <Message>sample string 2</Message> <MessageID>sample string 3</MessageID> <Time>sample string 4</Time> <Type>sample string 5</Type> </ResponseMessage>