customers alertqueuer (http://api.3plcentral.com/rels/customers/alertqueuer)
Resource:
Operator: queue an alert if the customer is setup for the type specified
C# Rel Const:
Rels.CustomerSvc.AlertQueuer
URI template:
{id}/alerts
Obtain URI from:
queue an alert if the customer is setup for the type specified
Success status: 200
Name (* = required) Data Type Description
id * int customer id
Type Description
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
ObjectId int
AlertParams IEnumerable<Generic.Models.SavedElement>
Name string
Value string
Sample content-type: application/hal+json
{
  "eventNotifyType": 0,
  "objectId": 1,
  "alertParams": [
    {
      "name": "str",
      "value": "str"
    }
  ]
}
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
AlertParams IEnumerable<Generic.Models.SavedElement>
Name string
Value string
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",
  "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.