POST evaluaciones/CambiarAConRespuesta
Request Information
URI Parameters
None.
Body Parameters
evaluacionesCambiarAConRespuestaArgs| Name | Description | Type | Additional information |
|---|---|---|---|
| codigo | string |
None. |
|
| calificacion | integer |
None. |
|
| notas | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"codigo": "sample string 1",
"calificacion": 2,
"notas": "sample string 3"
}
application/xml, text/xml
Sample:
<evaluacionesCambiarAConRespuestaArgs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tramitesWebApi"> <calificacion>2</calificacion> <codigo>sample string 1</codigo> <notas>sample string 3</notas> </evaluacionesCambiarAConRespuestaArgs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.