GET Api/Movil/ListasSeleccion
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ListaSeleccion| Name | Description | Type | Additional information |
|---|---|---|---|
| IDLISTASELECCION | globally unique identifier |
None. |
|
| IDLISTASELECCIONDETALLE | globally unique identifier |
None. |
|
| DETALLE | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IDLISTASELECCION": "d5cf55f3-5cd8-41dc-815b-cd8fa77cb206",
"IDLISTASELECCIONDETALLE": "1988189a-b57d-4e2d-a0c6-2f98a37f9056",
"DETALLE": "sample string 3"
},
{
"IDLISTASELECCION": "d5cf55f3-5cd8-41dc-815b-cd8fa77cb206",
"IDLISTASELECCIONDETALLE": "1988189a-b57d-4e2d-a0c6-2f98a37f9056",
"DETALLE": "sample string 3"
}
]