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": "e3a87ace-a377-44bd-bd08-b681408f1cc1", "IDLISTASELECCIONDETALLE": "05f86d15-fcc7-438e-b824-b6ef9ac01f4b", "DETALLE": "sample string 3" }, { "IDLISTASELECCION": "e3a87ace-a377-44bd-bd08-b681408f1cc1", "IDLISTASELECCIONDETALLE": "05f86d15-fcc7-438e-b824-b6ef9ac01f4b", "DETALLE": "sample string 3" } ]