Authorization: Bearer ********************
{
"data": [
{
"month": "string",
"year": "string",
"employeeId": "string",
"reason": "string",
"amount": 0,
"updated": true,
"_id": "string"
}
]
}
curl --location --request PUT '/admin/payrolls/salary-bulk' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"month": "string",
"year": "string",
"employeeId": "string",
"reason": "string",
"amount": 0,
"updated": true,
"_id": "string"
}
]
}'
{}