customers alertfailer (http://api.3plcentral.com/rels/customers/alertfailer)
Resource:
increment failed attempts; after the fourth failed attempt, archive the alert as a failure and delete it
C# Rel Const:
Rels.CustomerSvc.AlertFailer
URI template:
alerts/{id}/failer
increment failed attempts and specify reason; after the fourth failed attempt, archive the alert as a failure and delete it
Success status: 204
Name (* = required) Data Type Description
id * int alert id
to specify the reason for the failure
Type Description
Reason string
NoMoreAttempts bool
Sample content-type: application/hal+json
{
  "reason": "str",
  "noMoreAttempts": true
}

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.