POST api/FichaPerfilFoto?IdCliente={IdCliente}&IdColegioAnioAcademico={IdColegioAnioAcademico}&CodUsuario={CodUsuario}&CodAlumno={CodAlumno}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IdCliente

integer

Required

IdColegioAnioAcademico

integer

Required

CodUsuario

integer

Required

CodAlumno

integer

Required

Body Parameters

modelFotoB64
NameDescriptionTypeAdditional information
FotoB64

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FotoB64": "sample string 1"
}

application/xml, text/xml

Sample:
<modelFotoB64 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EduAppFam_ApiSwagger.EduAppFam_ApiSwagger.Models">
  <FotoB64>sample string 1</FotoB64>
</modelFotoB64>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'modelFotoB64'.

Response Information

Resource Description

modelFoto
NameDescriptionTypeAdditional information
FotoURL

string

None.

FotoB64

string

None.

Response Formats

application/json, text/json

Sample:
{
  "FotoURL": "sample string 1",
  "FotoB64": "sample string 2"
}

application/xml, text/xml

Sample:
<modelFoto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EduAppFam_ApiSwagger.EduAppFam_ApiSwagger.Models">
  <FotoB64>sample string 2</FotoB64>
  <FotoURL>sample string 1</FotoURL>
</modelFoto>