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": "f45922ae-00d5-4ec3-8ae4-601535cee48f",
"nomDocumento": "sample string 2",
"idCedula": "d48a5f10-ae34-4b4d-807b-db5f6632e60d",
"Documento": "QEA=",
"idRelacion": "2c8de24b-38c8-4519-95ee-bd9558ceec38"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.