Work Order Comments

Work Order Comments

Retrieve and create work order comments.

FieldData TypePOST
WorkOrderIDStringX
CommentStringX
UsernameStringX
CreatedByString
DateCreatedDateTime
EditedByString
DateEditedDateTime

Key: WOCommentId, WorkOrderID

Endpoints

GET

URL: https://{site}.mvpplant.com/ODataApi/v1/GetWorkOrderComments

Description: Retrieve work order comments.

POST

URL: https://{site}.mvpplant.com/OdataApi/v1/WorkOrders('name')/AddComment

Description: Create a work order comment.

Body: Send the property values marked in the POST column.