POST api/CatalogoDatos/GetTipoAsuntoArea
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": "f4581611-e3e1-43a2-a607-8ef40a4ac3fe",
"materiaId": "5ca5eae0-19c4-4793-98c8-871282935e3c",
"juzgadoId": "5b7fb9cd-8274-4b8f-a60e-6545e7de4a60",
"areaId": "0532dc92-1625-40a7-9724-9fab4b566151"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.