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": "53d85b1c-3560-4b37-973f-2a511875e21d",
"nomDocumento": "sample string 2",
"idCedula": "cedfcae4-3455-4abe-87a2-ebe82f50480f",
"Documento": "QEA=",
"idRelacion": "00d4ea30-4691-42ad-8b79-4df518091420"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.