Work Order Comments
Retrieve and create work order comments.
| Field | Data Type | POST |
|---|---|---|
| WOCommentId | Int32 | X |
| WorkOrderID | String | X |
| Username | String | X |
| Comment | String | X |
| CreatedBy | String | |
| DateCreated | DateTime | |
| EditedBy | String | |
| DateEdited | DateTime |
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.
