API changes: ACTION REQUIRED.
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
WarehouseTransactionEventId Int64
Datetime DateTime ! ! ! DEPRECATED ! ! ! Use EventDatetimeUtc instead. The time (in UTC) the event occurred. Will always have the same value as EventDatetimeUtc.
EventDatetimeUtc DateTime The time (in UTC) the event occurred.
CreateDatetimeUtc DateTime The time (in UTC) the WMSEvent record was written, which may differ significantly from -- but always be later than -- when the event occurred (EventDatetimeUtc).
EventType string
TransactionId int? ...
CustomerId int? ...
Data string
Tags string
Sample accept: application/hal+json
{
  "wmsEventId": 1,
  "warehouseTransactionEventId": 2,
  "datetime": "2016-12-25T23:00:00",
  "eventDatetimeUtc": "2016-12-25T23:00:00",
  "createDatetimeUtc": "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@extensiv.com with any questions about this documentation.