|
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:
-
Mandatory fields must be present
-
The work order must exist
-
Notification header validation:
-
Header must exist
-
Header must be unbound from any work order
-
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