wmstools wmsevent (http://api.3plcentral.com/rels/wmstools/wmsevent)
Resource:
a WMS Event
C# Rel Const:
Rels.ToolSvc.WMSEvent
URI template:
wmsevents/{id}
Obtain URI from:
Get a single WMSEvent record
Success status: 200
Name (* = required) Data Type Description
id * Int64 wms event id
Type Description
WMSEventId Int64
Datetime DateTime
EventType string
TransactionId int? ...
CustomerId int? ...
Data string
Tags string
Sample accept: application/hal+json
{
  "wmsEventId": 1,
  "datetime": "2016-12-25T23:00:00",
  "eventType": "str",
  "transactionId": 1,
  "customerId": 1,
  "resourceLink": {
    "href": "str",
    "rel": "str"
  },
  "otherLinks": [
    {
      "rel": "str"
    }
  ],
  "data": "str",
  "tags": "str"
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.