POST api/FichaPerfilFoto?IdCliente={IdCliente}&IdColegioAnioAcademico={IdColegioAnioAcademico}&CodUsuario={CodUsuario}&CodAlumno={CodAlumno}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IdCliente | integer |
Required |
|
| IdColegioAnioAcademico | integer |
Required |
|
| CodUsuario | integer |
Required |
|
| CodAlumno | integer |
Required |
Body Parameters
modelFotoB64| Name | Description | Type | Additional 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:
Response Information
Resource Description
modelFoto| Name | Description | Type | Additional 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>