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

Body

application/json
scenarios
LaborCostScenarioRequest · object[]
required
conversionRate
number | null

Response

Successful Response

scenarios
LaborCostScenarioResult · object[]
required