POST api/report/eventinterval
Request Information
URI Parameters
None.
Body Parameters
EventIntervalRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceTakerID | string |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| Location | string |
None. |
|
| RecordType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ServiceTakerID": "sample string 1",
"FromDate": "sample string 2",
"ToDate": "sample string 3",
"Location": "sample string 4",
"RecordType": "sample string 5"
}
application/xml, text/xml
Sample:
<EventIntervalRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TempAlarmAPI.Models"> <FromDate>sample string 2</FromDate> <Location>sample string 4</Location> <RecordType>sample string 5</RecordType> <ServiceTakerID>sample string 1</ServiceTakerID> <ToDate>sample string 3</ToDate> </EventIntervalRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.