{
"periodCalculateNo": 10,
"periodExtendNo": 0,
"year": 2024,
"companyName": "โกไฟว์",
"financialTransactions": [
{
"employeeRefId": "80105",
"financialItems": [
{
"code": "I01",
"amount": 1000.00
},
{
"code": "I4116",
"amount": 1000.00
}
]
}
]
}
curl --location --request PUT 'https://api.gofive.co.th/empeo/api/v1/payrolls/financial-transactions' \
--header 'Authorization: Bearer {Bearer}' \
--header 'Content-Type: application/json' \
--data-raw '{
"periodCalculateNo": 10,
"periodExtendNo": 0,
"year": 2024,
"companyName": "โกไฟว์",
"financialTransactions": [
{
"employeeRefId": "80105",
"financialItems": [
{
"code": "I01",
"amount": 1000.00
},
{
"code": "I4116",
"amount": 1000.00
}
]
}
]
}'
{
"status": {
"code": "1000",
"description": "Data successfully updated"
},
"data": {
"message": "Saved successfully.",
"result": true
}
}