GET parametricas/getListaConjuntos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ConjuntosLista| Name | Description | Type | Additional information |
|---|---|---|---|
| Lista | Collection of SP_LIST_CONJUNTOS_Result |
None. |
Response Formats
application/json, text/json
Sample:
{
"Lista": [
{
"$id": "2",
"ConjuntoID": 1,
"NombreConjunto": "sample string 2",
"ZonaLocalidadID": 1
},
{
"$ref": "2"
}
]
}
text/html
Sample:
{
"$id": "1",
"Lista": [
{
"$id": "2",
"ConjuntoID": 1,
"NombreConjunto": "sample string 2",
"ZonaLocalidadID": 1
},
{
"$ref": "2"
}
]
}