GET api/WebGetTrackingCargas?key={key}&IDWebDetalleCarga={IDWebDetalleCarga}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| IDWebDetalleCarga | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TrackingDetalle| Name | Description | Type | Additional information |
|---|---|---|---|
| idsegumiento | integer |
None. |
|
| idwebdetallecarga | integer |
None. |
|
| fecha | date |
None. |
|
| contenedor | string |
None. |
|
| concepto | string |
None. |
|
| etapa | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idsegumiento": 1,
"idwebdetallecarga": 2,
"fecha": "2025-12-10T05:22:32.0551983-06:00",
"contenedor": "sample string 4",
"concepto": "sample string 5",
"etapa": "sample string 6"
}
application/xml, text/xml
Sample:
<TrackingDetalle xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CIMA_WebAPI_Dapper.Models.ReplicarFoxToBack"> <concepto>sample string 5</concepto> <contenedor>sample string 4</contenedor> <etapa>sample string 6</etapa> <fecha>2025-12-10T05:22:32.0551983-06:00</fecha> <idsegumiento>1</idsegumiento> <idwebdetallecarga>2</idwebdetallecarga> </TrackingDetalle>