POST api/CatalogoDatos/GetJuzgadosDistrito

Request Information

URI Parameters

None.

Body Parameters

VMGetJuzgadosDistrito
NameDescriptionTypeAdditional information
userName

string

None.

password

string

None.

materiaId

globally unique identifier

None.

distritoId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "userName": "sample string 1",
  "password": "sample string 2",
  "materiaId": "edaf79dd-3f9b-41ee-828d-850dba6bec6b",
  "distritoId": "30be605a-28ac-452c-a41a-090b5e04c9f5"
}

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.