curl --request POST \
--url https://api.example.com/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>"
}
]
}curl --request POST \
--url https://api.example.com/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>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.vinmake.com/llms.txt
Use this file to discover all available pages before exploring further.