GET Api/Movil/ListaSeleccionDetalle?IDLISTASELECCION={IDLISTASELECCION}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IDLISTASELECCION | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ListaSeleccionName | 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": "388ec218-9ca0-48b7-8b1d-7476947517c4", "IDLISTASELECCIONDETALLE": "4735da95-b5fa-4036-b09f-d4c5de96822b", "DETALLE": "sample string 3" }, { "IDLISTASELECCION": "388ec218-9ca0-48b7-8b1d-7476947517c4", "IDLISTASELECCIONDETALLE": "4735da95-b5fa-4036-b09f-d4c5de96822b", "DETALLE": "sample string 3" } ]