POST Camera/UpdateCameraInfo
Request Information
URI Parameters
None.
Body Parameters
updateCameraInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| CameraID | integer |
None. |
|
| IPAddress | string |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
|
| TimerMinute | integer |
None. |
|
| CallListID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CameraID": 1,
"IPAddress": "sample string 2",
"Username": "sample string 3",
"Password": "sample string 4",
"TimerMinute": 5,
"CallListID": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true