DELETE api/StatServiceOnlines/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
StatServiceOnline| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceId | integer |
None. |
|
| ServiceName | string |
None. |
|
| UnitId | string |
None. |
|
| WaitingCount | integer |
None. |
|
| MaxWT | integer |
None. |
|
| AvgWT | integer |
None. |
|
| InServiceCount | integer |
None. |
|
| MaxST | integer |
None. |
|
| AvgST | integer |
None. |
|
| WTAlertLevel | byte |
None. |
|
| STAlertLevel | byte |
None. |
|
| BusyState | byte |
None. |
|
| TotalServed | integer |
None. |
|
| HourlyArrivalRate | integer |
None. |
|
| NextAppointmentTime | date |
None. |
|
| AvgCalendarUtilizationPct | decimal number |
None. |
|
| CalendarUtilizationWeight | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ServiceId": 1,
"ServiceName": "sample string 2",
"UnitId": "sample string 3",
"WaitingCount": 1,
"MaxWT": 1,
"AvgWT": 1,
"InServiceCount": 1,
"MaxST": 1,
"AvgST": 1,
"WTAlertLevel": 64,
"STAlertLevel": 64,
"BusyState": 64,
"TotalServed": 1,
"HourlyArrivalRate": 1,
"NextAppointmentTime": "2026-01-17T23:49:19.9501732-05:00",
"AvgCalendarUtilizationPct": 1.0,
"CalendarUtilizationWeight": 1
}
application/xml, text/xml
Sample:
<StatServiceOnline xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OCCAPI.Models.QFlow6"> <AvgCalendarUtilizationPct>1</AvgCalendarUtilizationPct> <AvgST>1</AvgST> <AvgWT>1</AvgWT> <BusyState>64</BusyState> <CalendarUtilizationWeight>1</CalendarUtilizationWeight> <HourlyArrivalRate>1</HourlyArrivalRate> <InServiceCount>1</InServiceCount> <MaxST>1</MaxST> <MaxWT>1</MaxWT> <NextAppointmentTime>2026-01-17T23:49:19.9501732-05:00</NextAppointmentTime> <STAlertLevel>64</STAlertLevel> <ServiceId>1</ServiceId> <ServiceName>sample string 2</ServiceName> <TotalServed>1</TotalServed> <UnitId>sample string 3</UnitId> <WTAlertLevel>64</WTAlertLevel> <WaitingCount>1</WaitingCount> </StatServiceOnline>