POST api/Tracking
Request Information
URI Parameters
None.
Body Parameters
AddAutoTrackingListBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of AddAutoTrackingBindingModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"Items": [
{
"ShipmentId": 1,
"Latitude": "sample string 2",
"Longitude": "sample string 3",
"Event": "sample string 4",
"EventDate": "2025-12-18T00:13:34.1519318Z",
"StopId": 1
},
{
"ShipmentId": 1,
"Latitude": "sample string 2",
"Longitude": "sample string 3",
"Event": "sample string 4",
"EventDate": "2025-12-18T00:13:34.1519318Z",
"StopId": 1
}
]
}
application/xml, text/xml
Sample:
<AddAutoTrackingListBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaaP.Core.ViewModels.Tracking">
<Items>
<AddAutoTrackingBindingModel>
<Event>sample string 4</Event>
<EventDate>2025-12-18T00:13:34.1519318Z</EventDate>
<Latitude>sample string 2</Latitude>
<Longitude>sample string 3</Longitude>
<ShipmentId>1</ShipmentId>
<StopId>1</StopId>
</AddAutoTrackingBindingModel>
<AddAutoTrackingBindingModel>
<Event>sample string 4</Event>
<EventDate>2025-12-18T00:13:34.1519318Z</EventDate>
<Latitude>sample string 2</Latitude>
<Longitude>sample string 3</Longitude>
<ShipmentId>1</ShipmentId>
<StopId>1</StopId>
</AddAutoTrackingBindingModel>
</Items>
</AddAutoTrackingListBindingModel>
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.