POST api/v1/Encoder/CreateEncoder
Request Information
URI Parameters
None.
Body Parameters
Encoder| Name | Description | Type | Additional information |
|---|---|---|---|
| EncoderID | integer |
None. |
|
| IPADDRESS | string |
None. |
|
| DESCRIP | string |
None. |
|
| PMSID | integer |
None. |
|
| PORT | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EncoderID": 1,
"IPADDRESS": "sample string 2",
"DESCRIP": "sample string 3",
"PMSID": 4,
"PORT": 5
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.