NextGen APIs

POST assets/notifications/r1/notifications/{notificationId}/positions/{positionId}/activities


Http Verb

POST

Url

assets/notifications/r1/notifications/{notificationId}/positions/{positionId}/activities

Permissions required

Notification: Edit (fsm.notification.edit)

Personally Identifiable Information (PII)

No

Sensitive Information

No

Last Modified Version

r1

Released since

2026 W3 (FSM 24.0)

Deprecated since

 

Removed since

 

Tech Tags


Business Logic

This API adds a new notification activity linked to the specified notification position.

The insert task validates the input as follows:

  1. Notification header status must be OPEN or IN_PROGRESS

  2. Notification position status must be VALID

  3. Catalog code validation:

    • catalog code type’s entity type must be ACTIVITY

    • catalog code must be unique for the specified position

Path Parameters

Field

Note

notificationId


positionId


Header Parameters

Default.

Request Body Parameters

Field

Note

catalogCodeId


description


Response documentation

Response payload fields

Field

Note

id

 

Response error codes

NOT_FOUND

BASE_0001

BASE_0011

NOTIFICATION_0013

NOTIFICATION_0014