POST api/AAVM/Insert_Status

Request Information

URI Parameters

None.

Body Parameters

AAVMStatus
NameDescriptionTypeAdditional information
DeviceID

integer

None.

ShiftStatus

integer

None.

Logged_User

string

None.

SwVersion

string

None.

Status

string

None.

LastUpdate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DeviceID": 1,
  "ShiftStatus": 2,
  "Logged_User": "sample string 3",
  "SwVersion": "sample string 4",
  "Status": "sample string 5",
  "LastUpdate": "sample string 6"
}

application/xml, text/xml

Sample:
<AAVMController.AAVMStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OperationsAPI.Controllers">
  <DeviceID>1</DeviceID>
  <LastUpdate>sample string 6</LastUpdate>
  <Logged_User>sample string 3</Logged_User>
  <ShiftStatus>2</ShiftStatus>
  <Status>sample string 5</Status>
  <SwVersion>sample string 4</SwVersion>
</AAVMController.AAVMStatus>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AAVMResponse
NameDescriptionTypeAdditional information
Result

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": "sample string 1"
}

application/xml, text/xml

Sample:
<AAVMController.AAVMResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OperationsAPI.Controllers">
  <Result>sample string 1</Result>
</AAVMController.AAVMResponse>