GET api/BuzonCorreoAdjunto?IdCliente={IdCliente}&IdColegioAnioAcademico={IdColegioAnioAcademico}&CodUsuario={CodUsuario}&IdIdioma={IdIdioma}&IdCorreo={IdCorreo}&IdAjunto={IdAjunto}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IdCliente

integer

Required

IdColegioAnioAcademico

integer

Required

CodUsuario

integer

Required

IdIdioma

string

Required

IdCorreo

integer

Required

IdAjunto

integer

Required

Body Parameters

None.

Response Information

Resource Description

BuzonCorreoAdjunto
NameDescriptionTypeAdditional information
IdAjunto

integer

Required

IdCorreo

integer

None.

Adjunto

string

None.

Enlace

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IdAjunto": 1,
  "IdCorreo": 2,
  "Adjunto": "sample string 3",
  "Enlace": "sample string 4"
}

application/xml, text/xml

Sample:
<BuzonCorreoAdjunto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EduAppFam_ApiSwagger.EduAppFam_ApiSwagger.Models">
  <Adjunto>sample string 3</Adjunto>
  <Enlace>sample string 4</Enlace>
  <IdAjunto>1</IdAjunto>
  <IdCorreo>2</IdCorreo>
</BuzonCorreoAdjunto>