Work Request Notes Interface
This interface is obsolete. Instead you should use the Events interface and create a subscription for WorkRequestNotesUpdatedEvent events.
The Work Request Notes Service facilitates sending updates of the Work Request Notes to the WMS.
A message is generated in the q.se.ps.azure.data.messages.workrequestnotesmessage Queue when the user clicks Apply after editing the Work Request Notes in the DXI client.
Sample Message
{
"workOrderId": 987654321,
"workOrderNumber": "WO1234567",
"workflowSessionId": null,
"workRequestNotes": "Sample DXI Notes",
"transactionId": "A235B9A6-FC45-4CB0-B8BF-7304DAEDBDF4"
}
Message Parameters
WorkRequestNotesMessage
A message containing the Notes from a Work Request.
WorkOrderId
The unique ID of the work order that was received from the WMS.
WorkOrderNumber
The work order number that was received from the WMS.
WorkflowSessionId
Gets or sets the workflow session identifier.
WorkRequestNotes
The Design Notes from DXI
TransactionId
A random GUID for tracking the message. Can be turned on or off via configuration.