Name
(* = required)
|
Data Type | Description |
id
*
|
Int64 |
wms event id |
|
Type |
Description |
WMSEventId |
Int64
|
|
Datetime |
DateTime
|
|
EventType |
string
|
|
TransactionId |
int?
|
|
CustomerId |
int?
|
|
ResourceLink |
Generic.Models.WMSLink
|
|
Href |
string
|
|
Rel |
string
|
|
OtherLinks |
IEnumerable<Generic.Models.WMSLinkBase>
|
|
Rel |
string
|
|
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"
}