Notification Messages

Note: This page has not yet been converted to the new developer portal format. Please use Swagger to test this API.

Notification Messages

This API is used to confirm
the Notification Messages.

PUT /notificationMessages/{organizationId}/{notificationId}/message

Description

Confirm a notification’s message.

Return type

notificationMessages instance

Parameters

NameData TypeRequired?Description

creddentials

string

y

Basic Authorization header.

organizationId

long

y

The ID of the organization from which to initiate the notification.

notificationId

long

y

The notificationID of the confirmation message.

message

MessageWrapper

y

A message object defining the state of the message.

Example Request