POST api/CatalogoDatos/GetCatalogo
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": "76070396-f0b8-4156-a0cd-c3b35f244eb8",
"materiaId": "7dedaa73-38e3-4f19-a8ac-a12e18b8fdb4",
"juzgadoId": "be4793dd-e17c-4412-8466-413d9362a5b7",
"areaId": "c8593758-1a2f-4b9e-8363-e1f9a4eda189"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.