PUT geotab/device/configuration
Update the config on a device with pro
Request Information
URI Parameters
None.
Body Parameters
An update request
GeotabUpdateConfigurationRequest| Name | Description | Type | Additional information | 
|---|---|---|---|
| serialNumber | 
                         The serial number to be updated  | 
                    string | 
                             None.  | 
                
| configurationId | 
                         The id of the configuration to update the service to  | 
                    integer | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "serialNumber": "sample string 1",
  "configurationId": 2
}
        application/xml, text/xml
            Sample:
        <GeotabUpdateConfigurationRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SerialNumber>sample string 1</SerialNumber> <ConfigurationId>2</ConfigurationId> </GeotabUpdateConfigurationRequest>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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.  |