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": "a401d2ad-2f63-48cf-9287-33315f69ac13",
"nomDocumento": "sample string 2",
"idCedula": "2afd277a-a430-4309-b445-acbc97786ceb",
"Documento": "QEA=",
"idRelacion": "186db9e2-e855-4489-861b-b5ade4138359"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.