POST

api/v1/SaveDeviceStatus

Save device status

Request Information

URI Parameters

None.

Body Parameters

DeviceStatus
NameDescriptionTypeAdditional information
LoggedUserId

LoggedUserId

string

None.

PatientID

PatientID

integer

None.

DeviceID

DeviceID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LoggedUserId": "string",
  "PatientID": 0,
  "DeviceID": 0
}

application/xml, text/xml

Sample:
<DeviceStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mayo_WebAPI.Dtos">
  <DeviceID>0</DeviceID>
  <LoggedUserId>string</LoggedUserId>
  <PatientID>0</PatientID>
</DeviceStatus>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.