PUT apimobileoauth/mobile/configuration
Update or create a configuration update on a device, this will override any existing updates , should work on magtrack,occular and mycarclub
Request Information
URI Parameters
None.
Body Parameters
A UpdateConfigurationRequest
UpdateConfigurationRequestName | Description | Type | Additional information |
---|---|---|---|
ServiceID |
The service id of the service to update the firmware on |
unsigned integer |
None. |
ConfigurationID |
The id of the configuration to update the service to |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ServiceID": 1, "ConfigurationID": 2 }
application/xml, text/xml
Sample:
<UpdateConfigurationRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ServiceID>1</ServiceID> <ConfigurationID>2</ConfigurationID> </UpdateConfigurationRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |