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": "bc58bdab-2bd5-4052-b7b0-67617dcbdd67",
"nomDocumento": "sample string 2",
"idCedula": "8548361b-e34a-4e05-89ab-1127df9228f6",
"Documento": "QEA=",
"idRelacion": "61cb8d38-2706-45dd-990c-d494747bfa9d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.