POST api/v1/LiveStatus/PushDeviceMessage
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
message | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "MachineName": "sample string 1", "LastException": "", "MessagePath": "sample string 2", "CompanyID": 3, "DeviceID": "sample string 4", "AddtionalInfo": "sample string 5", "Property": null }
application/xml, text/xml
Sample:
<MonitorMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uniware.Data.Sync.Collections.LiveStatus"> <AddtionalInfo>sample string 5</AddtionalInfo> <CompanyID>3</CompanyID> <DeviceID>sample string 4</DeviceID> <MachineName>sample string 1</MachineName> <MessagePath>sample string 2</MessagePath> <Property i:nil="true" /> </MonitorMessage>
application/x-www-form-urlencoded
Sample:
Sample not available.