GET parametricas/getConjuntosById?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ConjuntosRespuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| ConjuntoID | integer |
None. |
|
| NombreConjunto | string |
None. |
|
| ZonaLocalidadID | integer |
None. |
|
| OperacionExitosa | boolean |
None. |
|
| Mensaje | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ConjuntoID": 1,
"NombreConjunto": "sample string 2",
"ZonaLocalidadID": 3,
"OperacionExitosa": true,
"Mensaje": "sample string 5"
}
text/html
Sample:
{
"$id": "1",
"ConjuntoID": 1,
"NombreConjunto": "sample string 2",
"ZonaLocalidadID": 3,
"OperacionExitosa": true,
"Mensaje": "sample string 5"
}