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": "ea022bd9-0a25-4ccb-b6a1-91594d24ce75", "IDLISTASELECCIONDETALLE": "f67f65fd-cfe6-4ba6-acf7-4fb129322ca8", "DETALLE": "sample string 3" }, { "IDLISTASELECCION": "ea022bd9-0a25-4ccb-b6a1-91594d24ce75", "IDLISTASELECCIONDETALLE": "f67f65fd-cfe6-4ba6-acf7-4fb129322ca8", "DETALLE": "sample string 3" } ]