Get Labor Rate
Retrieve a single labor rate by its ID from Last Mile Intelligence.
Operation
Section titled “Operation”getLaborRate
Resource
Section titled “Resource”laborRate
Parameters
Section titled “Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| Labor Rate ID | string | Yes | - | The ID of the labor rate to retrieve |
Response
Section titled “Response”Success
Section titled “Success”{ "id": "rate_standard", "name": "Standard Labor", "code": "STD", "ratePerHour": 75.00, "overtimeMultiplier": 1.5, "minimumHours": 1, "isActive": true}{ "success": false, "error": "Labor rate not found", "laborRateId": "invalid_id"}Error Handling
Section titled “Error Handling”- Missing API Token: LMI credential is missing API token
- Labor Rate Not Found: Rate with specified ID does not exist
- Permission Denied: API token lacks permission for this operation