Skip to content

Update Labor Rate

Update an existing labor rate in Last Mile Intelligence.

updateLaborRate

laborRate

ParameterTypeRequiredDefaultDescription
Labor Rate IDstringYes-The ID of the rate to update
Labor Rate DataJSONYes-Fields to update
{
"id": "rate_standard",
"name": "Standard Labor",
"ratePerHour": 80.00,
"overtimeMultiplier": 1.5,
"updatedAt": "2024-06-21T10:30:00Z"
}
{
"success": false,
"error": "Labor rate not found",
"laborRateId": "invalid_id"
}
  • Missing API Token: LMI credential is missing API token
  • Labor Rate Not Found: Rate with specified ID does not exist
  • Validation Error: Invalid data format in update fields
  • Permission Denied: API token lacks permission for this operation