GET API/TransferenciaLote/OperacoesImp
Operações de Importação
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of WilsonSons.Terminais.WSNegocio.Modelo.DTOs.SelectOption| Name | Description | Type | Additional information |
|---|---|---|---|
| value | Object |
None. |
|
| label | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"value": {},
"label": "sample string 2"
},
{
"value": {},
"label": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfSelectOption xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo.DTOs">
<SelectOption>
<label>sample string 2</label>
<value />
</SelectOption>
<SelectOption>
<label>sample string 2</label>
<value />
</SelectOption>
</ArrayOfSelectOption>