GET api/veiculo/{id}
Obtém um veículo pelo seu ID.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
ID do veículo. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Detalhes do veículo ou NotFound se não existir.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.