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 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": "bfae2b0e-7c9a-479b-bd67-98ae2efd0aa9",
"IDLISTASELECCIONDETALLE": "aa512836-0ed1-4df3-989c-300011d13372",
"DETALLE": "sample string 3"
},
{
"IDLISTASELECCION": "bfae2b0e-7c9a-479b-bd67-98ae2efd0aa9",
"IDLISTASELECCIONDETALLE": "aa512836-0ed1-4df3-989c-300011d13372",
"DETALLE": "sample string 3"
}
]