POST api/Post_Cedula_Documento

Request Information

URI Parameters

None.

Body Parameters

TB_DocumentosAcademicos
NameDescriptionTypeAdditional 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": "478c9993-5a5f-4cef-915a-cbf9219b6d27",
  "nomDocumento": "sample string 2",
  "idCedula": "4525cd91-4b0a-4878-b784-4b5200bc13a3",
  "Documento": "QEA=",
  "idRelacion": "1ed9a04e-dc06-452e-9140-a49752861de2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.