PATCH api/SocialDriver/Service/{serviceId}/MagtrackMode

Change the configuration on a magtrack device -for magtrack apps ()

Request Information

URI Parameters

NameDescriptionTypeAdditional information
serviceId

The service id of the magtrack device

integer

Required

Body Parameters

A PatchMagtrackModeRequest

PatchMagtrackModeRequest
NameDescriptionTypeAdditional information
MagtrackMode

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

MagtrackMode

None.

Request Formats

application/json, text/json

Sample:
{
  "MagtrackMode": 0
}

application/xml, text/xml

Sample:
<PatchMagtrackModeRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <MagtrackMode>Unknown</MagtrackMode>
</PatchMagtrackModeRequest>

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.