Skip to main content
POST
/
api
/
v1
/
labor-cost
/
estimate
Estimate Labor Cost
curl --request POST \
  --url https://staging.cutmake.ai/api/v1/labor-cost/estimate \
  --header 'Content-Type: application/json' \
  --data '
{
  "totalSam": 123,
  "costPerMinute": 123,
  "shiftType": "regular",
  "conversionRate": 123
}
'
{
  "totalSam": 123,
  "costPerMinute": 123,
  "shiftType": "regular",
  "shiftMultiplier": 123,
  "conversionRate": 123,
  "laborCostVnd": 123,
  "laborCostUsd": 123,
  "formula": "<string>"
}

Body

application/json
totalSam
number
required
costPerMinute
number
required
shiftType
enum<string>
required
Available options:
regular,
overtime,
weekend
conversionRate
number | null

Response

Successful Response

totalSam
number
required
costPerMinute
number
required
shiftType
enum<string>
required
Available options:
regular,
overtime,
weekend
shiftMultiplier
number
required
conversionRate
number
required
laborCostVnd
number
required
laborCostUsd
number
required
formula
string
required