POST api/Sensor/Delete

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
req
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "sensor": {
    "ID": 1,
    "Name": "sample string 2",
    "TagNo": "sample string 3",
    "Description": "sample string 4",
    "DateOfRegistration": "2025-04-03T11:25:42.7120608+02:00",
    "MacAddress": "sample string 5",
    "VehicleId": 6,
    "SensorTypeId": 7,
    "TagProductId": 8,
    "SortOrder": 9,
    "LastReadingOn": "2025-04-03T11:25:42.7120608+02:00",
    "LastUpdate": "2025-04-03T11:25:42.7120608+02:00",
    "Devicevendor": "sample string 10",
    "GroupIDs": [
      1,
      2,
      3
    ]
  },
  "SensorId": 1,
  "TagProductId": 2,
  "SensorIds": [
    1,
    2,
    3
  ],
  "VehicleFromSensorID": 1,
  "Token": "sample string 3",
  "FreeText": "sample string 4",
  "GroupIds": [
    1,
    2,
    3
  ],
  "FromIndex": 5,
  "ToIndex": 6,
  "IsWebCalling": true,
  "RequestMode": "sample string 8",
  "Client": "sample string 9",
  "AppVersion": "sample string 10",
  "AppOperatingSystem": "sample string 11",
  "AppName": "sample string 12",
  "MasterUserID": 13,
  "IsRecurringRequest": true
}

text/html

Sample:
{"sensor":{"ID":1,"Name":"sample string 2","TagNo":"sample string 3","Description":"sample string 4","DateOfRegistration":"2025-04-03T11:25:42.7120608+02:00","MacAddress":"sample string 5","VehicleId":6,"SensorTypeId":7,"TagProductId":8,"SortOrder":9,"LastReadingOn":"2025-04-03T11:25:42.7120608+02:00","LastUpdate":"2025-04-03T11:25:42.7120608+02:00","Devicevendor":"sample string 10","GroupIDs":[1,2,3]},"SensorId":1,"TagProductId":2,"SensorIds":[1,2,3],"VehicleFromSensorID":1,"Token":"sample string 3","FreeText":"sample string 4","GroupIds":[1,2,3],"FromIndex":5,"ToIndex":6,"IsWebCalling":true,"RequestMode":"sample string 8","Client":"sample string 9","AppVersion":"sample string 10","AppOperatingSystem":"sample string 11","AppName":"sample string 12","MasterUserID":13,"IsRecurringRequest":true}

application/xml, text/xml

Sample:
<APISensorChangeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">
  <AppName>sample string 12</AppName>
  <AppOperatingSystem>sample string 11</AppOperatingSystem>
  <AppVersion>sample string 10</AppVersion>
  <Client>sample string 9</Client>
  <FreeText>sample string 4</FreeText>
  <FromIndex>5</FromIndex>
  <GroupIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
    <d2p1:int>3</d2p1:int>
  </GroupIds>
  <IsRecurringRequest>true</IsRecurringRequest>
  <IsWebCalling>true</IsWebCalling>
  <MasterUserID>13</MasterUserID>
  <RequestMode>sample string 8</RequestMode>
  <ToIndex>6</ToIndex>
  <Token>sample string 3</Token>
  <SensorId>1</SensorId>
  <SensorIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:long>1</d2p1:long>
    <d2p1:long>2</d2p1:long>
    <d2p1:long>3</d2p1:long>
  </SensorIds>
  <TagProductId>2</TagProductId>
  <VehicleFromSensorID>1</VehicleFromSensorID>
  <sensor>
    <DateOfRegistration>2025-04-03T11:25:42.7120608+02:00</DateOfRegistration>
    <Description>sample string 4</Description>
    <Devicevendor>sample string 10</Devicevendor>
    <GroupIDs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
      <d3p1:int>3</d3p1:int>
    </GroupIDs>
    <ID>1</ID>
    <LastReadingOn>2025-04-03T11:25:42.7120608+02:00</LastReadingOn>
    <LastUpdate>2025-04-03T11:25:42.7120608+02:00</LastUpdate>
    <MacAddress>sample string 5</MacAddress>
    <Name>sample string 2</Name>
    <SensorTypeId>7</SensorTypeId>
    <SortOrder>9</SortOrder>
    <TagNo>sample string 3</TagNo>
    <TagProductId>8</TagProductId>
    <VehicleId>6</VehicleId>
  </sensor>
</APISensorChangeRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Success": true,
  "ErrorMessage": "sample string 2",
  "MenuAccessData": {
    "HasAccessToMap": true,
    "HasAccessToVehicle": true,
    "HasAccessToVehicleAdministration": true,
    "HasAccessToDriver": true,
    "HasAccessToPOI": true,
    "HasAccessToReports": true,
    "HasAccessToSettings": true,
    "HasAccessToTrips": true,
    "HasAccessToTranslations": true,
    "HasAccessToDashboard": true,
    "HasAccessToLogBook": true,
    "HasAccessToGroup": true,
    "HasAccessToTemplate": true,
    "HasAccessToUnit": true,
    "HasAccessToUser": true,
    "HasAccessToTicket": true,
    "HasAccessToContract": true,
    "HasAccessToSIM": true,
    "HasAccessToCommand": true,
    "HasAccessToUnitProfile": true,
    "HasAccessToProfileTrigger": true,
    "HasAccessToScript": true,
    "HasAccessToTriggerSchedule": true
  },
  "StatusCode": 3,
  "ComponentFilterIds": [
    1,
    2,
    3
  ]
}

text/html

Sample:
{"Success":true,"ErrorMessage":"sample string 2","MenuAccessData":{"HasAccessToMap":true,"HasAccessToVehicle":true,"HasAccessToVehicleAdministration":true,"HasAccessToDriver":true,"HasAccessToPOI":true,"HasAccessToReports":true,"HasAccessToSettings":true,"HasAccessToTrips":true,"HasAccessToTranslations":true,"HasAccessToDashboard":true,"HasAccessToLogBook":true,"HasAccessToGroup":true,"HasAccessToTemplate":true,"HasAccessToUnit":true,"HasAccessToUser":true,"HasAccessToTicket":true,"HasAccessToContract":true,"HasAccessToSIM":true,"HasAccessToCommand":true,"HasAccessToUnitProfile":true,"HasAccessToProfileTrigger":true,"HasAccessToScript":true,"HasAccessToTriggerSchedule":true},"StatusCode":3,"ComponentFilterIds":[1,2,3]}

application/xml, text/xml

Sample:
<APIBaseResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Models.APIModels">
  <ResponseCode xmlns="http://schemas.datacontract.org/2004/07/Accessor.Common.Model.Transport">Success</ResponseCode>
  <ComponentFilterIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
    <d2p1:int>3</d2p1:int>
  </ComponentFilterIds>
  <ErrorMessage>sample string 2</ErrorMessage>
  <MenuAccessData>
    <HasAccessToCommand>true</HasAccessToCommand>
    <HasAccessToContract>true</HasAccessToContract>
    <HasAccessToDashboard>true</HasAccessToDashboard>
    <HasAccessToDriver>true</HasAccessToDriver>
    <HasAccessToGroup>true</HasAccessToGroup>
    <HasAccessToLogBook>true</HasAccessToLogBook>
    <HasAccessToMap>true</HasAccessToMap>
    <HasAccessToPOI>true</HasAccessToPOI>
    <HasAccessToProfileTrigger>true</HasAccessToProfileTrigger>
    <HasAccessToReports>true</HasAccessToReports>
    <HasAccessToSIM>true</HasAccessToSIM>
    <HasAccessToScript>true</HasAccessToScript>
    <HasAccessToSettings>true</HasAccessToSettings>
    <HasAccessToTemplate>true</HasAccessToTemplate>
    <HasAccessToTicket>true</HasAccessToTicket>
    <HasAccessToTranslations>true</HasAccessToTranslations>
    <HasAccessToTriggerSchedule>true</HasAccessToTriggerSchedule>
    <HasAccessToTrips>true</HasAccessToTrips>
    <HasAccessToUnit>true</HasAccessToUnit>
    <HasAccessToUnitProfile>true</HasAccessToUnitProfile>
    <HasAccessToUser>true</HasAccessToUser>
    <HasAccessToVehicle>true</HasAccessToVehicle>
    <HasAccessToVehicleAdministration>true</HasAccessToVehicleAdministration>
  </MenuAccessData>
  <StatusCode>3</StatusCode>
  <Success>true</Success>
</APIBaseResponse>