GET Mediador/ObtenerTrazabilidadCorreosAsync/{DoceId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DoceId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
RespuestaTrazabilidadCorreoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| DoceId | globally unique identifier |
None. |
|
| DoceConsecutivo | string |
None. |
|
| CantidadEnvios | integer |
None. |
|
| EnviosCorreo | Collection of EnvioCorreoDTO |
None. |
Response Formats
application/json, text/json
Sample:
{
"DoceId": "9609fb5e-9ea8-48f3-99ba-8fa4ad4f27db",
"DoceConsecutivo": "sample string 2",
"CantidadEnvios": 3,
"EnviosCorreo": [
{
"FechaEnvio": "2026-02-04T00:10:00.3892211-05:00",
"Destinatarios": "sample string 2",
"Eventos": [
{
"TipoEvento": "sample string 1",
"FechaEvento": "2026-02-04T00:10:00.3892211-05:00",
"DestinatarioEvento": "sample string 3",
"Descripcion": "sample string 4"
},
{
"TipoEvento": "sample string 1",
"FechaEvento": "2026-02-04T00:10:00.3892211-05:00",
"DestinatarioEvento": "sample string 3",
"Descripcion": "sample string 4"
}
]
},
{
"FechaEnvio": "2026-02-04T00:10:00.3892211-05:00",
"Destinatarios": "sample string 2",
"Eventos": [
{
"TipoEvento": "sample string 1",
"FechaEvento": "2026-02-04T00:10:00.3892211-05:00",
"DestinatarioEvento": "sample string 3",
"Descripcion": "sample string 4"
},
{
"TipoEvento": "sample string 1",
"FechaEvento": "2026-02-04T00:10:00.3892211-05:00",
"DestinatarioEvento": "sample string 3",
"Descripcion": "sample string 4"
}
]
}
]
}
application/xml, text/xml
Sample:
<RespuestaTrazabilidadCorreoDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KiaiFacturacion.Aplicacion.Dtos.Servicios">
<CantidadEnvios>3</CantidadEnvios>
<DoceConsecutivo>sample string 2</DoceConsecutivo>
<DoceId>9609fb5e-9ea8-48f3-99ba-8fa4ad4f27db</DoceId>
<EnviosCorreo>
<EnvioCorreoDTO>
<Destinatarios>sample string 2</Destinatarios>
<Eventos>
<TipoEventoCorreoDTO>
<Descripcion>sample string 4</Descripcion>
<DestinatarioEvento>sample string 3</DestinatarioEvento>
<FechaEvento xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
<d6p1:DateTime>2026-02-04T05:10:00.3892211Z</d6p1:DateTime>
<d6p1:OffsetMinutes>-300</d6p1:OffsetMinutes>
</FechaEvento>
<TipoEvento>sample string 1</TipoEvento>
</TipoEventoCorreoDTO>
<TipoEventoCorreoDTO>
<Descripcion>sample string 4</Descripcion>
<DestinatarioEvento>sample string 3</DestinatarioEvento>
<FechaEvento xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
<d6p1:DateTime>2026-02-04T05:10:00.3892211Z</d6p1:DateTime>
<d6p1:OffsetMinutes>-300</d6p1:OffsetMinutes>
</FechaEvento>
<TipoEvento>sample string 1</TipoEvento>
</TipoEventoCorreoDTO>
</Eventos>
<FechaEnvio xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-02-04T05:10:00.3892211Z</d4p1:DateTime>
<d4p1:OffsetMinutes>-300</d4p1:OffsetMinutes>
</FechaEnvio>
</EnvioCorreoDTO>
<EnvioCorreoDTO>
<Destinatarios>sample string 2</Destinatarios>
<Eventos>
<TipoEventoCorreoDTO>
<Descripcion>sample string 4</Descripcion>
<DestinatarioEvento>sample string 3</DestinatarioEvento>
<FechaEvento xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
<d6p1:DateTime>2026-02-04T05:10:00.3892211Z</d6p1:DateTime>
<d6p1:OffsetMinutes>-300</d6p1:OffsetMinutes>
</FechaEvento>
<TipoEvento>sample string 1</TipoEvento>
</TipoEventoCorreoDTO>
<TipoEventoCorreoDTO>
<Descripcion>sample string 4</Descripcion>
<DestinatarioEvento>sample string 3</DestinatarioEvento>
<FechaEvento xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
<d6p1:DateTime>2026-02-04T05:10:00.3892211Z</d6p1:DateTime>
<d6p1:OffsetMinutes>-300</d6p1:OffsetMinutes>
</FechaEvento>
<TipoEvento>sample string 1</TipoEvento>
</TipoEventoCorreoDTO>
</Eventos>
<FechaEnvio xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-02-04T05:10:00.3892211Z</d4p1:DateTime>
<d4p1:OffsetMinutes>-300</d4p1:OffsetMinutes>
</FechaEnvio>
</EnvioCorreoDTO>
</EnviosCorreo>
</RespuestaTrazabilidadCorreoDTO>