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": "4471b8e3-2c7e-43b2-a1a6-8853a885862c",
"nomDocumento": "sample string 2",
"idCedula": "d74cd4b2-6501-4975-8dd8-9b1d2c748131",
"Documento": "QEA=",
"idRelacion": "45ad3e6b-9f6b-434e-b428-923112551cf7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.