GET api/POE/GetEdicto

Request Information

URI Parameters

None.

Body Parameters

VMGetEdicto
NameDescriptionTypeAdditional information
userName

string

None.

password

string

None.

JuzgadoId

globally unique identifier

None.

NumExpediente

string

None.

TipoExpedienteId

globally unique identifier

None.

NombreSolicitante

string

None.

PrimerApellidoSolicitante

string

None.

SegundoApellidoSolicitante

string

None.

NombreCompletoSolicitante

string

None.

Request Formats

application/json, text/json

Sample:
{
  "userName": "sample string 1",
  "password": "sample string 2",
  "JuzgadoId": "09e5aae5-378e-4246-ac3b-4572dcd73e21",
  "NumExpediente": "sample string 3",
  "TipoExpedienteId": "326725c8-6893-479c-b03b-a3778be6314d",
  "NombreSolicitante": "sample string 4",
  "PrimerApellidoSolicitante": "sample string 5",
  "SegundoApellidoSolicitante": "sample string 6",
  "NombreCompletoSolicitante": "sample string 4 sample string 5 sample string 6"
}

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.