POST api/KID/UpdateLogEvents

Request Information

URI Parameters

None.

Body Parameters

UpdaterLogEvent
NameDescriptionTypeAdditional information
Events

Dictionary of integer [key] and UPDATER_LOG_XREF [value]

None.

Request Formats

application/json, text/json

Sample:
{
  "Events": {
    "1": {
      "theUpdaterLogEventType": 0,
      "theUpdaterUserType": 0,
      "theSerialNumber": 0,
      "theTimestamp": "0001-01-01T00:00:00",
      "theVersion": 0,
      "miscData1": null,
      "miscData2": null
    },
    "2": {
      "theUpdaterLogEventType": 0,
      "theUpdaterUserType": 0,
      "theSerialNumber": 0,
      "theTimestamp": "0001-01-01T00:00:00",
      "theVersion": 0,
      "miscData1": null,
      "miscData2": null
    }
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.