NextGen APIs

POST assets/notifications/r1/notifications/work-orders

Http Verb

POST

Url

assets/notifications/r1/notifications/work-orders

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 binds a work order to the specified notification headers.

The task validates the input as follows:

  1. Mandatory fields must be present

  2. The work order must exist

  3. Notification header validation:

    1. Header must exist

    2. Header must be unbound from any work order

    3. Header must have a valid status: OPEN or IN_PROGRESS

When a work order is bound to a notification, the notification’s status automatically is set to IN_PROGRESS.

Header Parameters

Default.

Request Body Parameters

Field

Validations

Note

workOrderId

NotNull


notificationId

NotNull



Response documentation

Response error codes

BASE_0001, BASE_0003, NOTIFICATION_0013, NOTIFICATION_0015