Authorization: Bearer ********************
{
"id": 0,
"createTime": "string",
"updateTime": "string",
"creator": 0,
"updator": 0,
"rosterProjectId": "string",
"rosterProjectName": "string",
"rosterId": 0,
"rosterFullName": "string",
"recommendId": 0,
"recommendFullName": "string",
"effectiveDate": "string",
"amount": 0,
"warrantyBond": 0,
"warrantyBondDistribution": true,
"paidLeaveAmount": 0,
"outOfTown": 0,
"outstandingEmployee": 0,
"remarks": "string",
"projectPerformanceId": 0
}
curl --location --request PUT '/personnelRoster/rewardProject' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"createTime": "string",
"updateTime": "string",
"creator": 0,
"updator": 0,
"rosterProjectId": "string",
"rosterProjectName": "string",
"rosterId": 0,
"rosterFullName": "string",
"recommendId": 0,
"recommendFullName": "string",
"effectiveDate": "string",
"amount": 0,
"warrantyBond": 0,
"warrantyBondDistribution": true,
"paidLeaveAmount": 0,
"outOfTown": 0,
"outstandingEmployee": 0,
"remarks": "string",
"projectPerformanceId": 0
}'
{
"rosterProjectId": 1,
"rosterId": 2,
"recommendId": 4,
"effectiveDate": "2024-10-10",
"amount": 1000,
"remarks": "备注"
}