POST api/CatalogoDatos/GetTipoExpediente
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": "016f4570-9438-475c-b384-3dd76f5bc6aa",
"materiaId": "ca2ac2af-511d-4c0b-9109-859abe7c1cda",
"juzgadoId": "3a7d87af-aeec-4098-b367-20cc22ab4da0",
"areaId": "e154a49f-6c92-4bd8-81f2-68626b615696"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.