POST api/Preguntas
Request Information
URI Parameters
None.
Body Parameters
Preguntas| Name | Description | Type | Additional information |
|---|---|---|---|
| PreguntasID | integer |
None. |
|
| Codigo | integer |
None. |
|
| Pregunta | string |
Required Data type: MultilineText String length: inclusive between 0 and 2000 |
|
| Archivo | Collection of byte |
None. |
|
| ImagenFile | HttpPostedFileBase |
None. |
|
| MateriasID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PreguntasID": 1,
"Codigo": 2,
"Pregunta": "sample string 3",
"Archivo": "QEA=",
"ImagenFile": null,
"MateriasID": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Preguntas| Name | Description | Type | Additional information |
|---|---|---|---|
| PreguntasID | integer |
None. |
|
| Codigo | integer |
None. |
|
| Pregunta | string |
Required Data type: MultilineText String length: inclusive between 0 and 2000 |
|
| Archivo | Collection of byte |
None. |
|
| ImagenFile | HttpPostedFileBase |
None. |
|
| MateriasID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"PreguntasID": 1,
"Codigo": 2,
"Pregunta": "sample string 3",
"Archivo": "QEA=",
"ImagenFile": null,
"MateriasID": 4
}