POST api/v1/PmsLogs/CreatePmsLogs

Request Information

URI Parameters

None.

Body Parameters

PmsLog
NameDescriptionTypeAdditional information
_PmsLogId

integer

None.

_PsmId

integer

None.

_EncoderAddress

string

None.

_CommunicationLogs

string

None.

_Category

PMS_LOG_CATEGORY

None.

_DateEntered

date

None.

_SysNumber

integer

None.

_CreationDate

date

None.

_UpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "_PmsLogId": 1,
  "_PsmId": 2,
  "_EncoderAddress": "sample string 3",
  "_CommunicationLogs": "sample string 4",
  "_Category": 0,
  "_DateEntered": "2025-12-06T17:37:30.0019922+00:00",
  "_SysNumber": 6,
  "_CreationDate": "2025-12-06T17:37:30.0019922+00:00",
  "_UpdatedDate": "2025-12-06T17:37:30.0019922+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.