POST api/CatalogoDatos/GetJuzgadosCDJudicial
Request Information
URI Parameters
None.
Body Parameters
VMGetCatalogo| Name | Description | Type | Additional information |
|---|---|---|---|
| userName | string |
None. |
|
| password | string |
None. |
|
| catalogo | string |
None. |
|
| idRegistro | globally unique identifier |
None. |
|
| materiaId | globally unique identifier |
None. |
|
| juzgadoId | globally unique identifier |
None. |
|
| areaId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"userName": "sample string 1",
"password": "sample string 2",
"catalogo": "sample string 3",
"idRegistro": "e7daaf7c-6684-4435-80cb-891256758de3",
"materiaId": "9b701ae0-f1e0-4457-8f1e-6d1b4c774b73",
"juzgadoId": "c74c50b8-d37b-440d-b95e-86f3d406e2be",
"areaId": "c5cdb9ee-13cb-43db-9369-45a7cbaf041b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.