POST api/Devices/InsertBulkParsedAPIData

Request Information

URI Parameters

None.

Body Parameters

Root
NameDescriptionTypeAdditional information
DATA

Collection of VehicleParsedAPIDataModelTransfer

None.

Request Formats

application/json, text/json

Sample:
{
  "DATA": [
    {
      "TripMasterId": 1,
      "VehicleParsedAPIDataId": 1,
      "VehicleId": 2,
      "VehicleName": "sample string 3",
      "IMEI": "sample string 4",
      "VendorCode": "sample string 5",
      "TransporterCode": "sample string 6",
      "Alert_Id": 7,
      "ReceivedDateTimeIST": "2025-12-17T15:04:59.2160797+05:30",
      "Latitude": 9.0,
      "Longitude": 10.0,
      "LatLongDirection": "sample string 11",
      "VirtualOdometer": true,
      "Address": "sample string 13",
      "Speed": 14,
      "Heading": 15,
      "NoOfSatelLite": 16,
      "Altitude": 17,
      "IgnitionStatus": true,
      "EmergencyStatus": true,
      "Digital_InputStatus": true,
      "FrameNumber": 21,
      "IsSimBaseTracking": true,
      "DeviceMobileNo": "sample string 23",
      "TransporterName": "sample string 24",
      "ContactPersonNumber": "sample string 25",
      "VehicleCategory": "sample string 26"
    },
    {
      "TripMasterId": 1,
      "VehicleParsedAPIDataId": 1,
      "VehicleId": 2,
      "VehicleName": "sample string 3",
      "IMEI": "sample string 4",
      "VendorCode": "sample string 5",
      "TransporterCode": "sample string 6",
      "Alert_Id": 7,
      "ReceivedDateTimeIST": "2025-12-17T15:04:59.2160797+05:30",
      "Latitude": 9.0,
      "Longitude": 10.0,
      "LatLongDirection": "sample string 11",
      "VirtualOdometer": true,
      "Address": "sample string 13",
      "Speed": 14,
      "Heading": 15,
      "NoOfSatelLite": 16,
      "Altitude": 17,
      "IgnitionStatus": true,
      "EmergencyStatus": true,
      "Digital_InputStatus": true,
      "FrameNumber": 21,
      "IsSimBaseTracking": true,
      "DeviceMobileNo": "sample string 23",
      "TransporterName": "sample string 24",
      "ContactPersonNumber": "sample string 25",
      "VehicleCategory": "sample string 26"
    }
  ]
}

application/xml, text/xml

Sample:
<VehicleParsedAPIDataController.Root xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NG.API.Controllers">
  <DATA xmlns:d2p1="http://schemas.datacontract.org/2004/07/NG.ModelTransfer">
    <d2p1:VehicleParsedAPIDataModelTransfer>
      <d2p1:Address>sample string 13</d2p1:Address>
      <d2p1:Alert_Id>7</d2p1:Alert_Id>
      <d2p1:Altitude>17</d2p1:Altitude>
      <d2p1:ContactPersonNumber>sample string 25</d2p1:ContactPersonNumber>
      <d2p1:DeviceMobileNo>sample string 23</d2p1:DeviceMobileNo>
      <d2p1:Digital_InputStatus>true</d2p1:Digital_InputStatus>
      <d2p1:EmergencyStatus>true</d2p1:EmergencyStatus>
      <d2p1:FrameNumber>21</d2p1:FrameNumber>
      <d2p1:Heading>15</d2p1:Heading>
      <d2p1:IMEI>sample string 4</d2p1:IMEI>
      <d2p1:IgnitionStatus>true</d2p1:IgnitionStatus>
      <d2p1:IsSimBaseTracking>true</d2p1:IsSimBaseTracking>
      <d2p1:LatLongDirection>sample string 11</d2p1:LatLongDirection>
      <d2p1:Latitude>9</d2p1:Latitude>
      <d2p1:Longitude>10</d2p1:Longitude>
      <d2p1:NoOfSatelLite>16</d2p1:NoOfSatelLite>
      <d2p1:ReceivedDateTimeIST>2025-12-17T15:04:59.2160797+05:30</d2p1:ReceivedDateTimeIST>
      <d2p1:Speed>14</d2p1:Speed>
      <d2p1:TransporterCode>sample string 6</d2p1:TransporterCode>
      <d2p1:TransporterName>sample string 24</d2p1:TransporterName>
      <d2p1:TripMasterId>1</d2p1:TripMasterId>
      <d2p1:VehicleCategory>sample string 26</d2p1:VehicleCategory>
      <d2p1:VehicleId>2</d2p1:VehicleId>
      <d2p1:VehicleName>sample string 3</d2p1:VehicleName>
      <d2p1:VehicleParsedAPIDataId>1</d2p1:VehicleParsedAPIDataId>
      <d2p1:VendorCode>sample string 5</d2p1:VendorCode>
      <d2p1:VirtualOdometer>true</d2p1:VirtualOdometer>
    </d2p1:VehicleParsedAPIDataModelTransfer>
    <d2p1:VehicleParsedAPIDataModelTransfer>
      <d2p1:Address>sample string 13</d2p1:Address>
      <d2p1:Alert_Id>7</d2p1:Alert_Id>
      <d2p1:Altitude>17</d2p1:Altitude>
      <d2p1:ContactPersonNumber>sample string 25</d2p1:ContactPersonNumber>
      <d2p1:DeviceMobileNo>sample string 23</d2p1:DeviceMobileNo>
      <d2p1:Digital_InputStatus>true</d2p1:Digital_InputStatus>
      <d2p1:EmergencyStatus>true</d2p1:EmergencyStatus>
      <d2p1:FrameNumber>21</d2p1:FrameNumber>
      <d2p1:Heading>15</d2p1:Heading>
      <d2p1:IMEI>sample string 4</d2p1:IMEI>
      <d2p1:IgnitionStatus>true</d2p1:IgnitionStatus>
      <d2p1:IsSimBaseTracking>true</d2p1:IsSimBaseTracking>
      <d2p1:LatLongDirection>sample string 11</d2p1:LatLongDirection>
      <d2p1:Latitude>9</d2p1:Latitude>
      <d2p1:Longitude>10</d2p1:Longitude>
      <d2p1:NoOfSatelLite>16</d2p1:NoOfSatelLite>
      <d2p1:ReceivedDateTimeIST>2025-12-17T15:04:59.2160797+05:30</d2p1:ReceivedDateTimeIST>
      <d2p1:Speed>14</d2p1:Speed>
      <d2p1:TransporterCode>sample string 6</d2p1:TransporterCode>
      <d2p1:TransporterName>sample string 24</d2p1:TransporterName>
      <d2p1:TripMasterId>1</d2p1:TripMasterId>
      <d2p1:VehicleCategory>sample string 26</d2p1:VehicleCategory>
      <d2p1:VehicleId>2</d2p1:VehicleId>
      <d2p1:VehicleName>sample string 3</d2p1:VehicleName>
      <d2p1:VehicleParsedAPIDataId>1</d2p1:VehicleParsedAPIDataId>
      <d2p1:VendorCode>sample string 5</d2p1:VendorCode>
      <d2p1:VirtualOdometer>true</d2p1:VirtualOdometer>
    </d2p1:VehicleParsedAPIDataModelTransfer>
  </DATA>
</VehicleParsedAPIDataController.Root>

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.