customers eventalerter (http://api.3plcentral.com/rels/customers/eventalerter)
Resource:
Operator: create one or more alerts based upon changes
C# Rel Const:
Rels.CustomerSvc.EventAlerter
URI template:
alerts/alerter{?eventName,identifier,wmsEventId}
Obtain URI from:
to generate alerts relevant to a given event
Success status: 200
Name (* = required) Data Type Description
eventName * string a member of the EventType enumeration, e.g, "OrderConfirm"
identifier * string an identifier relevant to the event, e.g., orderId in the case of "OrderConfirm"
wmsEventId Int64
Type Description
TotalResults int
ResourceList IList<Customer.Models.Alert>
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
AlertParams IEnumerable<Generic.Models.SavedElement>
Name string
Value string
Sample accept: application/hal+json
{
  "totalResults": 1,
  "_embedded": {
    "http://api.3plCentral.com/rels/customers/alert": [
      {
        "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",
        "alertParams": [
          {
            "name": "str",
            "value": "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.