POST api/v1/OnlineControllers/CreateOnlineController
Request Information
URI Parameters
None.
Body Parameters
OnlineController| Name | Description | Type | Additional information |
|---|---|---|---|
| _OnlineControllerId | integer |
None. |
|
| _Description | string |
None. |
|
| _IPAddress | string |
None. |
|
| _Port | integer |
None. |
|
| _Location | string |
None. |
|
| _Activated | integer |
None. |
|
| _IsActive | boolean |
None. |
|
| _SWVersion | string |
None. |
|
| Status | integer |
None. |
|
| _CreatedTime | date |
None. |
|
| _LastActionDate | date |
None. |
|
| _CreationDate | date |
None. |
|
| _UpdatedDate | date |
None. |
|
| _SysNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"_OnlineControllerId": 1,
"_Description": "sample string 2",
"_IPAddress": "sample string 3",
"_Port": 4,
"_Location": "sample string 5",
"_Activated": 6,
"_IsActive": true,
"_SWVersion": "sample string 8",
"Status": 9,
"_CreatedTime": "2026-01-20T21:40:09.507899+00:00",
"_LastActionDate": "2026-01-20T21:40:09.507899+00:00",
"_CreationDate": "2026-01-20T21:40:09.507899+00:00",
"_UpdatedDate": "2026-01-20T21:40:09.507899+00:00",
"_SysNumber": 12
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.