Work Order Estimated Labor
Retrieve and create work order estimated labor records.
| Field | Data Type | POST |
|---|---|---|
| WorkOrderID | String | X |
| Craft | String | X |
| UserID | String | X |
| EstimatedHours | Decimal | X |
| EstimatedOTHours | Decimal | X |
| Rate | Decimal | X |
| OTRate | Decimal | X |
| EstimatedStartDate | DateTime | X |
| EstimatedFinishDate | DateTime | X |
| CreatedBy | String | |
| DateCreated | DateTime | |
| EditedBy | String | |
| DateEdited | DateTime |
Key: WorkOrderID
Required property: WorkOrderID
Endpoints
GET
URL: https://{site}.mvpplant.com/ODataApi/v1/GetWorkOrderEstimatedLabor
Description: Retrieve work order estimated labor records.
POST
URL: https://{site}.mvpplant.com/ODataApi/v1/WorkOrderEstimatedLabor
Description: Create a work order estimated labor record.
Body: Send the property values marked in the POST column.
