POST api/ExhortosElectronicos/RecibirRespuestaExhorto

Request Information

URI Parameters

None.

Body Parameters

VMRespuestaExhortos
NameDescriptionTypeAdditional information
userName

string

None.

password

string

None.

exhortoId

globally unique identifier

None.

respuestaOrigenId

string

None.

municipioTurnadoId

integer

None.

areaTurnadoId

string

None.

areaTurnadoNombre

string

None.

numeroExhorto

string

None.

tipoDiligenciado

integer

None.

observaciones

string

None.

estadoId

integer

None.

archivos

Collection of VMRespuestaExhortoArchivos

None.

Request Formats

application/json, text/json

Sample:
{
  "userName": "sample string 1",
  "password": "sample string 2",
  "exhortoId": "f7c8a9a4-9c68-4f31-84da-88c0eb1a5351",
  "respuestaOrigenId": "sample string 3",
  "municipioTurnadoId": 4,
  "areaTurnadoId": "sample string 5",
  "areaTurnadoNombre": "sample string 6",
  "numeroExhorto": "sample string 7",
  "tipoDiligenciado": 8,
  "observaciones": "sample string 9",
  "estadoId": 10,
  "archivos": [
    {
      "nombreArchivo": "sample string 1",
      "hashSha1": "sample string 2",
      "hashSha256": "sample string 3",
      "tipoDocumento": 4
    },
    {
      "nombreArchivo": "sample string 1",
      "hashSha1": "sample string 2",
      "hashSha256": "sample string 3",
      "tipoDocumento": 4
    }
  ]
}

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.