customers alerts (http://api.3plcentral.com/rels/customers/alerts)
Resource:
Collection: of alert
C# Rel Const:
Rels.CustomerSvc.Alerts
URI template:
alerts{?pgsiz,pgnum,rql,sort}
Obtain URI from:
Get a list of alerts
Success status: 200
Name Data Type Description
pgsiz int max records to return per response; use "next" or "prev" link to paginate
pgnum int considering pgsiz, returns the pgnum-th page, 1-indexed
rql string see RQL documentation
sort string see RQL documentation
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.