Work Order Comments

Work Order Comments

Retrieve and create work order comments.

FieldData TypePOST
WOCommentIdInt32X
WorkOrderIDStringX
UsernameStringX
CommentStringX
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/WorkOrderComments

Description: Create a work order comment.

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