GET apioauth/actions/outputstate/{serviceID}/{outputNumber}/{outputState}

Set the output states on a device

Request Information

URI Parameters

NameDescriptionTypeAdditional information
serviceID

The service id of the vehicle being queried

unsigned integer

Required

outputNumber

The output number being set (0,1 or 2)

integer

Required

outputState

The state the output is being set to (true or false)

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Indicates if the save was successful

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean>true</boolean>