POST
/
api
/
v2
/
alerts
/
update
/
{id}
curl --request POST \
  --url https://api.chargeblast.com/api/v2/alerts/update/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "result": "Resolved"
}'
123

Path Parameters

id
string
required

Query Parameters

api_key
string
required

Body

application/json
result
enum<string>
required
Available options:
Resolved,
ResolvedPartial,
ResolvedCancelled,
AccountCancelled,
CancellationProcessed,
UnmatchedGeneral,
UnmatchedCannotFindTransaction,
Duplicate,
MIDLost,
AlreadyRefunded,
AlreadyChargeback,
Ineligible,
TDS,
CannotCancel,
MatchedWillShip,
EscalateChargeback,
ContactedShipper,
WIP,
Error,
None,
NotMyDescriptor,
Unactioned,

Response

200 - application/json
OK

The response is of type integer.