Development - InterfaceAlterDevice API Call

UCAH.38 Update URL for video calling in over IP

As an Operator, I need access to updated URLs sent by the DVR so that I can access the corresponding video feeds.

This will update the transmitter on a customer system to set the "Remote Address" field

Manitou Requirements

The customer must have a System and Transmitter created. The Transmitter must have a value in the "Remote Address" field to begin with. If it is empty, the API call with have no effect.

API Call Details

You must first have requested and received an OAUTH token from the system. Then you make a POST call to the /api/interfacealterdevice endpoint. It must have the following JSON body structure. Include the OAUTH token as a bearer token in the header.

{
	"CustomerNumber": "CUSTOMERID",
	"TransmitterId": "TRANSMITTERID",
	"ConnectAddress": "NEWIPADDRESS"
}

When successful you will receive a "OK" response. The NEWIPADDRESS will now be shown in the "Remote Address" field on the transmitter.

Was this article helpful?
Thank you for your feedback!
User Icon

Thank you! Your comment has been submitted for approval.