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": "95fe21f9-37a6-4311-834f-d8adf7cb6f65", "IDLISTASELECCIONDETALLE": "5e8a7f4b-db2c-4390-a1b2-917c0634b5e5", "DETALLE": "sample string 3" }, { "IDLISTASELECCION": "95fe21f9-37a6-4311-834f-d8adf7cb6f65", "IDLISTASELECCIONDETALLE": "5e8a7f4b-db2c-4390-a1b2-917c0634b5e5", "DETALLE": "sample string 3" } ]