POST
/
v1
/
notification
{
  "accountId": "1234567890",
  "branchCode": "752001",
  "customerNumber": "ABCDEFGH123456789",
  "id": "1234567890",
  "status": "ACCOUNT_BLOCKED",
  "subType": "STATUS_CHANGE",
  "type": "ACCOUNT"
}
{
  "description": "<string>",
  "id": "<string>"
}
{
  "accountId": "1234567890",
  "branchCode": "752001",
  "customerNumber": "ABCDEFGH123456789",
  "id": "1234567890",
  "status": "ACCOUNT_BLOCKED",
  "subType": "STATUS_CHANGE",
  "type": "ACCOUNT"
}

Body

application/json
Notification information. The fields are different depending which type of notification it is.

The body is of type object.

Response

201
application/json
A new notification event created

The response is of type object.