PUT EnableDrivers
Request Information
URI Parameters
None.
Body Parameters
Collection of DriverEnabledDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Enabled | boolean |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": "568ea2f5-379f-49d2-b041-962419de8e3e",
"Enabled": true
},
{
"Id": "568ea2f5-379f-49d2-b041-962419de8e3e",
"Enabled": true
}
]
application/xml, text/xml
Sample:
<ArrayOfDriverEnabledDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model.Driver">
<DriverEnabledDto>
<Enabled>true</Enabled>
<Id>568ea2f5-379f-49d2-b041-962419de8e3e</Id>
</DriverEnabledDto>
<DriverEnabledDto>
<Enabled>true</Enabled>
<Id>568ea2f5-379f-49d2-b041-962419de8e3e</Id>
</DriverEnabledDto>
</ArrayOfDriverEnabledDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.