POST api/Post_Cedula_Documento
Request Information
URI Parameters
None.
Body Parameters
TB_DocumentosAcademicos| Name | Description | Type | Additional information |
|---|---|---|---|
| idDocumento | globally unique identifier |
None. |
|
| nomDocumento | string |
None. |
|
| idCedula | globally unique identifier |
None. |
|
| Documento | Collection of byte |
None. |
|
| idRelacion | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"idDocumento": "c539a83b-1e31-4cd6-b418-4dcab4b323b9",
"nomDocumento": "sample string 2",
"idCedula": "102999de-7af3-44b3-b0a8-a18dbccb4e6a",
"Documento": "QEA=",
"idRelacion": "1f3e3941-0ec5-404d-9e90-c24c92e579d4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.