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": "9fbef553-cd13-4e4c-85bb-e1c58e23ea07",
  "nomDocumento": "sample string 2",
  "idCedula": "5b46a35f-2362-4765-a8fb-1fe2f747f60a",
  "Documento": "QEA=",
  "idRelacion": "23f93725-30fa-460f-bc86-d4bc816cebf0"
}

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.