POST api/v1/Encoder/UpdateEncoders

Request Information

URI Parameters

None.

Body Parameters

Collection of Encoder
NameDescriptionTypeAdditional 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.

_SysNumber

integer

None.

_Subnetmask

string

None.

_Gateway

string

None.

AOSId

integer

None.

_CreationDate

date

None.

_UpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "_EncoderID": 1,
    "_Description": "sample string 2",
    "_IpAddress": "sample string 3",
    "_Port": 4,
    "_PmsID": 5,
    "_Status": 0,
    "_SysNumber": 6,
    "_Subnetmask": "sample string 7",
    "_Gateway": "sample string 8",
    "AOSId": 9,
    "_CreationDate": "2025-12-06T17:35:41.6730968+00:00",
    "_UpdatedDate": "2025-12-06T17:35:41.6730968+00:00"
  },
  {
    "_EncoderID": 1,
    "_Description": "sample string 2",
    "_IpAddress": "sample string 3",
    "_Port": 4,
    "_PmsID": 5,
    "_Status": 0,
    "_SysNumber": 6,
    "_Subnetmask": "sample string 7",
    "_Gateway": "sample string 8",
    "AOSId": 9,
    "_CreationDate": "2025-12-06T17:35:41.6730968+00:00",
    "_UpdatedDate": "2025-12-06T17:35:41.6730968+00:00"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.