POST api/Devices/InsertBulkParsedAPIData
Request Information
URI Parameters
None.
Body Parameters
Root| Name | Description | Type | Additional information |
|---|---|---|---|
| DATA | Collection of VehicleParsedAPIDataModelTransfer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DATA": [
{
"VehicleParsedAPIDataId": 1,
"VehicleId": 2,
"VehicleName": "sample string 3",
"IMEI": "sample string 4",
"VendorCode": "sample string 5",
"TripMasterId": 1,
"Alert_Id": 1,
"ReceivedDateTimeIST": "2025-12-06T09:47:01.7355505+05:30",
"HostStatus": 1,
"Latitude": 7.0,
"Longitude": 8.0,
"LatLongDirection": "sample string 9",
"VirtualOdometer": true,
"Address": "sample string 11",
"Speed": 12,
"Heading": 13,
"NoOfSatelLite": 14,
"Altitude": 15,
"IgnitionStatus": true,
"EmergencyStatus": true,
"Digital_InputStatus": true,
"FrameNumber": 19,
"IsSimBaseTracking": true,
"InsertDateTimeIST": "2025-12-06T09:47:01.7365771+05:30",
"AlertUpdateDateTime": "2025-12-06T09:47:01.7365771+05:30",
"TransporterName": "sample string 21",
"ContactPersonNumber": "sample string 22",
"VehicleCategory": "sample string 23"
},
{
"VehicleParsedAPIDataId": 1,
"VehicleId": 2,
"VehicleName": "sample string 3",
"IMEI": "sample string 4",
"VendorCode": "sample string 5",
"TripMasterId": 1,
"Alert_Id": 1,
"ReceivedDateTimeIST": "2025-12-06T09:47:01.7355505+05:30",
"HostStatus": 1,
"Latitude": 7.0,
"Longitude": 8.0,
"LatLongDirection": "sample string 9",
"VirtualOdometer": true,
"Address": "sample string 11",
"Speed": 12,
"Heading": 13,
"NoOfSatelLite": 14,
"Altitude": 15,
"IgnitionStatus": true,
"EmergencyStatus": true,
"Digital_InputStatus": true,
"FrameNumber": 19,
"IsSimBaseTracking": true,
"InsertDateTimeIST": "2025-12-06T09:47:01.7365771+05:30",
"AlertUpdateDateTime": "2025-12-06T09:47:01.7365771+05:30",
"TransporterName": "sample string 21",
"ContactPersonNumber": "sample string 22",
"VehicleCategory": "sample string 23"
}
]
}
application/xml, text/xml
Sample:
<VehicleParsedAPIDataController.Root xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTrack.API.Controllers">
<DATA xmlns:d2p1="http://schemas.datacontract.org/2004/07/LiveTrack.DAL.Model">
<d2p1:VehicleParsedAPIDataModelTransfer>
<d2p1:Address>sample string 11</d2p1:Address>
<d2p1:AlertUpdateDateTime>2025-12-06T09:47:01.7365771+05:30</d2p1:AlertUpdateDateTime>
<d2p1:Alert_Id>1</d2p1:Alert_Id>
<d2p1:Altitude>15</d2p1:Altitude>
<d2p1:ContactPersonNumber>sample string 22</d2p1:ContactPersonNumber>
<d2p1:Digital_InputStatus>true</d2p1:Digital_InputStatus>
<d2p1:EmergencyStatus>true</d2p1:EmergencyStatus>
<d2p1:FrameNumber>19</d2p1:FrameNumber>
<d2p1:Heading>13</d2p1:Heading>
<d2p1:HostStatus>1</d2p1:HostStatus>
<d2p1:IMEI>sample string 4</d2p1:IMEI>
<d2p1:IgnitionStatus>true</d2p1:IgnitionStatus>
<d2p1:InsertDateTimeIST>2025-12-06T09:47:01.7365771+05:30</d2p1:InsertDateTimeIST>
<d2p1:IsSimBaseTracking>true</d2p1:IsSimBaseTracking>
<d2p1:LatLongDirection>sample string 9</d2p1:LatLongDirection>
<d2p1:Latitude>7</d2p1:Latitude>
<d2p1:Longitude>8</d2p1:Longitude>
<d2p1:NoOfSatelLite>14</d2p1:NoOfSatelLite>
<d2p1:ReceivedDateTimeIST>2025-12-06T09:47:01.7355505+05:30</d2p1:ReceivedDateTimeIST>
<d2p1:Speed>12</d2p1:Speed>
<d2p1:TransporterName>sample string 21</d2p1:TransporterName>
<d2p1:TripMasterId>1</d2p1:TripMasterId>
<d2p1:VehicleCategory>sample string 23</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 11</d2p1:Address>
<d2p1:AlertUpdateDateTime>2025-12-06T09:47:01.7365771+05:30</d2p1:AlertUpdateDateTime>
<d2p1:Alert_Id>1</d2p1:Alert_Id>
<d2p1:Altitude>15</d2p1:Altitude>
<d2p1:ContactPersonNumber>sample string 22</d2p1:ContactPersonNumber>
<d2p1:Digital_InputStatus>true</d2p1:Digital_InputStatus>
<d2p1:EmergencyStatus>true</d2p1:EmergencyStatus>
<d2p1:FrameNumber>19</d2p1:FrameNumber>
<d2p1:Heading>13</d2p1:Heading>
<d2p1:HostStatus>1</d2p1:HostStatus>
<d2p1:IMEI>sample string 4</d2p1:IMEI>
<d2p1:IgnitionStatus>true</d2p1:IgnitionStatus>
<d2p1:InsertDateTimeIST>2025-12-06T09:47:01.7365771+05:30</d2p1:InsertDateTimeIST>
<d2p1:IsSimBaseTracking>true</d2p1:IsSimBaseTracking>
<d2p1:LatLongDirection>sample string 9</d2p1:LatLongDirection>
<d2p1:Latitude>7</d2p1:Latitude>
<d2p1:Longitude>8</d2p1:Longitude>
<d2p1:NoOfSatelLite>14</d2p1:NoOfSatelLite>
<d2p1:ReceivedDateTimeIST>2025-12-06T09:47:01.7355505+05:30</d2p1:ReceivedDateTimeIST>
<d2p1:Speed>12</d2p1:Speed>
<d2p1:TransporterName>sample string 21</d2p1:TransporterName>
<d2p1:TripMasterId>1</d2p1:TripMasterId>
<d2p1:VehicleCategory>sample string 23</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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.