PATCH api/SocialDriver/Services/MagtrackMode

Change the configuration on multiple magtrack devices - for MyCarClub

Request Information

URI Parameters

None.

Body Parameters

A PatchMultipleMagtrackModeRequest

PatchMultipleMagtrackModeRequest
NameDescriptionTypeAdditional information
MagtrackMode

The mode to put the service into, do not use Unknown or none

MagtrackMode

None.

ServiceIds

The service ids to patch

Collection of unsigned integer

None.

Request Formats

application/json, text/json

Sample:
{
  "MagtrackMode": 0,
  "ServiceIds": [
    1,
    2
  ]
}

application/xml, text/xml

Sample:
<PatchMultipleMagtrackModeRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <MagtrackMode>Unknown</MagtrackMode>
  <ServiceIds>
    <unsignedLong>1</unsignedLong>
    <unsignedLong>2</unsignedLong>
  </ServiceIds>
</PatchMultipleMagtrackModeRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

A 200 on success

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.