Work Order Labor
Retrieve and create work order labor records.
| Field | Data Type | POST |
|---|---|---|
| WorkOrderID | String | X |
| PeopleID | String | X |
| Name | String | X |
| Craft | String | X |
| StartDate | DateTime | X |
| FinishDate | DateTime | X |
| Hours | Decimal | X |
| Rate | Decimal | X |
| OTHours | Decimal | X |
| OTRate | Decimal | X |
| Cost | Decimal | |
| CreatedBy | String | |
| DateCreated | DateTime | |
| EditedBy | String | |
| DateEdited | DateTime | |
| TranType | String | X |
Key: WorkOrderID
Required property: WorkOrderID
Endpoints
GET
URL: https://{site}.mvpplant.com/ODataApi/v1/GetWorkOrderActualLabor
Description: Retrieve work order labor records.
POST
URL: https://{site}.mvpplant.com/ODataApi/v1/WorkOrderLabor
Description: Create a work order labor record.
Body: Send the property values marked in the POST column.
