Code | Description |
---|---|
401 | Unauthorized - ensure token is being passed with each service call. |
404 | Unsupported operation |
500 | Unspecified error on server. |
{"number_of_lamps":5,"lamp_wattage":90}
Param name | Description |
---|---|
mounting_type_id required |
Mounting Type ID. Must be greater than or equal to 0 Validations:
|
lamp_type_id required |
Lamp Type ID. Specifies type of Lamp to create. Must be greater than or equal to 0 Validations:
|
lamp_wattage required |
Lamp Wattage. Must be less than 1500 Validations:
|
number_of_lamps required |
Number of Lamps in Fixture. Must be between 1-12 Validations:
|