POST api/appUsuario/v1/Veiculo/DesativarAtivar
Request Information
URI Parameters
None.
Body Parameters
GuidModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Guid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Guid": "280f255d-bde9-49b7-b5a3-67f3fd8762b1"
}
application/xml, text/xml
Sample:
<GuidModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.Model"> <Guid>280f255d-bde9-49b7-b5a3-67f3fd8762b1</Guid> </GuidModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>