customers alerthistory (http://api.3plcentral.com/rels/customers/alerthistory)
Resource:
alert history: record representing a historical notification of a system event
C# Rel Const:
Rels.CustomerSvc.AlertHistory
URI template:
alerts/{id}/history
Obtain URI from:
Get a single alert history
Success status: 200
Name (* = required) Data Type Description
id * int alert id
Type Description
AlertId int
CreationDate DateTime
EventNotifyType Common.Enum.EventNotifyType
- 0: DoangHair
- 1: ItemCreateUpdate
- 2: Receive
- 3: ReceiveConfirmation
- 4: OrderCreate
- 5: OrderUpdate
- 6: CustOrderShip
- 7: Adjustment
- 8: OrderCustCreate
- 9: ShipToOrderShip
- 10: FTPOrdImportFail
- 11: ASNConfNotRcvd
- 12: OrdersCreateFTP
- 13: ItemMinReached
- 14: LocMinReached
- 15: ASNCreate
- 16: OrderLoadedComplete
- 17: OrderLoadedIncomplete
- 18: PackedComplete
- 19: ProductExpiration
- 20: OrderFtpOrderCreate
- 21: OrderFtpOrderUpdate
- 22: OrderFtpOrderCancel
- 23: OrderFtpReceiveCreate
- 24: OrderFtpReceiveUpdate
- 25: OrderFtpReceiveCancel
- 26: FTPRcvImportFail
- 27: InvoiceDelivered
- 28: StockStatusExportFailure
- 29: CustomReportExportFailure
- 30: ItemImportFailure
- 31: OrderFtpOrderConfirm
- 32: OrderFtpReceiveConfirm
- 33: InvoicePreview
- 34: InventoryOnHold
- 35: InventoryOffHold
- 36: InventoryTransferToCust
- 37: InventoryTransferFromCust
- 38: EmailRaw
- 39: WebHook
NotifyDestinationType Common.Enum.NotifyDestinationType
- 0: DoangHair
- 1: SimpleEmail
- 2: ExportEmail
- 3: CombinedEmail
- 4: FTP
- 5: WebService
ObjectId int
Destination string
FailedAttempts int
FailureReason string
TransformId int
ExportAttachments bool
EventNotifyId int? ...
OtherIdList string
CustomerId int? ...
Sample accept: application/hal+json
{
  "alertId": 1,
  "creationDate": "2016-12-25T23:00:00",
  "eventNotifyType": 0,
  "notifyDestinationType": 0,
  "objectId": 3,
  "destination": "str",
  "failedAttempts": 5,
  "failureReason": "str",
  "transformId": 7,
  "exportAttachments": true,
  "eventNotifyId": 1,
  "otherIdList": "str",
  "customerId": 1
}

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.