POST api/v1/Encoder/CreateEncoders
Request Information
URI Parameters
None.
Body Parameters
Collection of Encoder| Name | Description | Type | Additional information |
|---|---|---|---|
| _EncoderID | integer |
None. |
|
| _Description | string |
String length: inclusive between 0 and 255 |
|
| _IpAddress | string |
String length: inclusive between 0 and 15 |
|
| _Port | integer |
None. |
|
| _PmsID | integer |
None. |
|
| _Status | ONLINE_STATUS |
None. |
|
| _Subnetmask | string |
None. |
|
| _Gateway | string |
None. |
|
| _AOSId | integer |
None. |
|
| _Stat | integer |
None. |
|
| _CreationDate | date |
None. |
|
| _UpdatedDate | date |
None. |
|
| _SysNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"_EncoderID": 1,
"_Description": "sample string 2",
"_IpAddress": "sample string 3",
"_Port": 4,
"_PmsID": 5,
"_Status": 0,
"_Subnetmask": "sample string 6",
"_Gateway": "sample string 7",
"_AOSId": 8,
"_Stat": 9,
"_CreationDate": "2026-01-20T20:24:29.8337859+00:00",
"_UpdatedDate": "2026-01-20T20:24:29.8337859+00:00",
"_SysNumber": 10
},
{
"_EncoderID": 1,
"_Description": "sample string 2",
"_IpAddress": "sample string 3",
"_Port": 4,
"_PmsID": 5,
"_Status": 0,
"_Subnetmask": "sample string 6",
"_Gateway": "sample string 7",
"_AOSId": 8,
"_Stat": 9,
"_CreationDate": "2026-01-20T20:24:29.8337859+00:00",
"_UpdatedDate": "2026-01-20T20:24:29.8337859+00:00",
"_SysNumber": 10
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.