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": "9cfa2941-2d51-4742-afbb-b50eb9e1f343",
  "nomDocumento": "sample string 2",
  "idCedula": "40062905-1f3e-4e31-8401-d687837b7d2e",
  "Documento": "QEA=",
  "idRelacion": "f69b9908-6916-4842-be31-ad157c54d8ee"
}

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.