Command
The command path is used for updating and deleting records, controlling doors, areas, inputs, outputs etc. and issuing commands to modules and the controller.
Copy
PRT_CTRL_DIN_ISAPI.dll?Command&Type=<Type>&SubType=<SubType>
Command Types
Errors
All errors begin with Command Failed (<error code>) followed by a space and error description below.
If the subtype is not recognized the following error will be returned.
Copy
Command Failed (128) Invalid Command SubType.
If the type is not recognized the following error will be returned.
Copy
Command Failed (129) Invalid Command Type.
Copy
Command Failed (130) No Command Type found.
Copy
Command Failed (131) No Command Type identifier found.
Copy
Command Failed (132) No Command SubType found.
Copy
Command Failed (133) No Command SubType identifier found.