GET api/TCOMMRUTAS?fecha={fecha}&cedisList={cedisList}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| fecha | date |
Required |
|
| cedisList | string |
Required |
Body Parameters
None.
Response Information
Resource Description
DDordenResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Datos | Collection of DDorden_Result |
None. |
|
| Error | boolean |
None. |
|
| Mensaje | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Datos": [
{
"FECHAENTREGA": "2026-03-27T18:19:06.8639787-06:00",
"FECHA_PREVENTA": "2026-03-27T18:19:06.8639787-06:00",
"TERRITORIO": "sample string 2",
"CLAVE_BODEGA": 3.0,
"BODEGA": "sample string 4",
"IDRUTA": 5,
"NUD": 6,
"SECUENCIA": 1
},
{
"FECHAENTREGA": "2026-03-27T18:19:06.8639787-06:00",
"FECHA_PREVENTA": "2026-03-27T18:19:06.8639787-06:00",
"TERRITORIO": "sample string 2",
"CLAVE_BODEGA": 3.0,
"BODEGA": "sample string 4",
"IDRUTA": 5,
"NUD": 6,
"SECUENCIA": 1
}
],
"Error": true,
"Mensaje": "sample string 2"
}
application/xml, text/xml
Sample:
<DDordenResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExternalProviders.Controllers">
<Error xmlns="http://schemas.datacontract.org/2004/07/ExternalProviders.Models">true</Error>
<Mensaje xmlns="http://schemas.datacontract.org/2004/07/ExternalProviders.Models">sample string 2</Mensaje>
<Datos xmlns:d2p1="http://schemas.datacontract.org/2004/07/ExternalProviders.Models">
<d2p1:DDorden_Result>
<d2p1:BODEGA>sample string 4</d2p1:BODEGA>
<d2p1:CLAVE_BODEGA>3</d2p1:CLAVE_BODEGA>
<d2p1:FECHAENTREGA>2026-03-27T18:19:06.8639787-06:00</d2p1:FECHAENTREGA>
<d2p1:FECHA_PREVENTA>2026-03-27T18:19:06.8639787-06:00</d2p1:FECHA_PREVENTA>
<d2p1:IDRUTA>5</d2p1:IDRUTA>
<d2p1:NUD>6</d2p1:NUD>
<d2p1:SECUENCIA>1</d2p1:SECUENCIA>
<d2p1:TERRITORIO>sample string 2</d2p1:TERRITORIO>
</d2p1:DDorden_Result>
<d2p1:DDorden_Result>
<d2p1:BODEGA>sample string 4</d2p1:BODEGA>
<d2p1:CLAVE_BODEGA>3</d2p1:CLAVE_BODEGA>
<d2p1:FECHAENTREGA>2026-03-27T18:19:06.8639787-06:00</d2p1:FECHAENTREGA>
<d2p1:FECHA_PREVENTA>2026-03-27T18:19:06.8639787-06:00</d2p1:FECHA_PREVENTA>
<d2p1:IDRUTA>5</d2p1:IDRUTA>
<d2p1:NUD>6</d2p1:NUD>
<d2p1:SECUENCIA>1</d2p1:SECUENCIA>
<d2p1:TERRITORIO>sample string 2</d2p1:TERRITORIO>
</d2p1:DDorden_Result>
</Datos>
</DDordenResponse>