Monitor Report Server

<back to all web services

SendRawDataRequest

The following routes are available for this service:
POST/data/telematic/raw}
SendRawDataRequest Parameters:
NameParameterData TypeRequiredDescription
DatabodyList<Raw>No
ApiRequest Parameters:
NameParameterData TypeRequiredDescription
ApiKeyformstringNo
Raw Parameters:
NameParameterData TypeRequiredDescription
DeviceIdformintNo
ServerTimeformDateTimeNo
IncomingformboolNo
ProcessedformboolNo
UnknownformboolNo
Dataformbyte[]No

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /data/telematic/raw} HTTP/1.1 
Host: api.v3.monitorsystem.ru 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<SendRawDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TS.WebApi.Client.TeleServer">
  <ApiKey xmlns="http://schemas.datacontract.org/2004/07/TS.WebApi.Client">String</ApiKey>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/TS.Data.Raw">
    <d2p1:Raw>
      <d2p1:Data>AA==</d2p1:Data>
      <d2p1:DeviceId>0</d2p1:DeviceId>
      <d2p1:Incoming>false</d2p1:Incoming>
      <d2p1:Processed>false</d2p1:Processed>
      <d2p1:ServerTime>0001-01-01T00:00:00</d2p1:ServerTime>
      <d2p1:Unknown>false</d2p1:Unknown>
    </d2p1:Raw>
  </Data>
</SendRawDataRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">false</boolean>