GET api/ConsultaVeiculo/BuscarVeiculo?token={token}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
token | string |
Required |
Body Parameters
ParametrosveiuloName | Description | Type | Additional information |
---|---|---|---|
chave | string |
None. |
|
numcte | integer |
None. |
|
chavecte | string |
None. |
|
dataDe | date |
None. |
|
dataAte | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "chave": "sample string 1", "numcte": 2, "chavecte": "sample string 3", "dataDe": "2021-01-23T09:59:54.4542712-03:00", "dataAte": "2021-01-23T09:59:54.4542712-03:00" }
text/xml
Sample:
<Parametrosveiulo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RDCAPI.Models"> <chave>sample string 1</chave> <chavecte>sample string 3</chavecte> <dataAte>2021-01-23T09:59:54.4542712-03:00</dataAte> <dataDe>2021-01-23T09:59:54.4542712-03:00</dataDe> <numcte>2</numcte> </Parametrosveiulo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />