Previous Topic: OPTIONS notificationsNext Topic: URI https://localhost:8443/apwebsvc/notifications/<notificationId>


POST notifications

Send a notification.

Query Options

None

Request Document

NotificationRequest in schema NotificationRequest.xsd

The request contains characteristics of the notification, such as who is notified and what is NM to tell that person.

HTTP Request Headers
Authorization

Supply a user ID and password in the HTTP Basic Authentication format. The user ID must be an NM Login with the Notify All contacts privilege on the AP server that is the target of this HTTP method.

HTTP Response Headers
Status

Successful result = 202 = Accepted

Location

Contains the URI to the newly created notification.

Successful Reply Document

NotificationRequestReply in schema NotificationRequest.xsd

The reply contains the URI which identifies the created notification. That URI is also returned in the HTTP Location header.