GET api/UpdateRegistration?APIKey={APIKey}&ControllerID={ControllerID}&ControllerPassword={ControllerPassword}&ModelNumber={ModelNumber}&LocationTimeZone={LocationTimeZone}&ControllerName={ControllerName}&LocationName={LocationName}

This will validate the information sent and then update the controllers model #, Name and Timezone

Request Information

URI Parameters

NameDescriptionTypeAdditional information
APIKey

The API key provided

string

Required

ControllerID

The ControllerID of the unit you want to update

string

Required

ControllerPassword

The Password associated with the controller

string

Required

ModelNumber

The Integer that represents the Model Number. 1=M820, 2=M920, 3=M920-CA

integer

Required

LocationTimeZone

The Integer that represents the TimeZone. 1=Eastern, 2=Central, 3=Mountain, 4=Pacific, 5=Alaska, 6=Hawaii

integer

Required

ControllerName

A Controller name for identification on the IPS Controller Website

string

Required

LocationName

A Location name for identification on the IPS Controller Website

string

Required

Body Parameters

None.

Response Information

Resource Description

The system returns a JSON object that contains the ControllerID and the ControllerPassword.

ControllerUpdateRegistration
NameDescriptionTypeAdditional information
Response

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Response": "sample string 1"
}

application/xml, text/xml

Sample:
<UpdateRegistrationController.ControllerUpdateRegistration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIreg">
  <Response>sample string 1</Response>
</UpdateRegistrationController.ControllerUpdateRegistration>