POST api/CheckIn

Request Information

URI Parameters

None.

Body Parameters

PanelServiceCheckInRequest
NameDescriptionTypeAdditional information
Serial

string

None.

Key

string

None.

Battery

integer

None.

Site

integer

None.

Version

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "Serial": "sample string 1",
  "Key": "sample string 2",
  "Battery": 3,
  "Site": 4,
  "Version": 5.0
}

application/xml, text/xml

Sample:
<PanelServiceCheckInRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M2senseWebApiProject.Models">
  <Battery>3</Battery>
  <Key>sample string 2</Key>
  <Serial>sample string 1</Serial>
  <Site>4</Site>
  <Version>5</Version>
</PanelServiceCheckInRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.