Get Many Bonus Compensations
Bad Request
Unauthorized
Forbidden
Internal server error
{- "status": "ok",
- "data": [
- {
- "id": "507f1f77bcf86cd799439011",
- "companyId": "507f1f77bcf86cd799439011",
- "employeeId": "507f1f77bcf86cd799439011",
- "userId": "507f1f77bcf86cd799439011",
- "name": "string",
- "amount": 0,
- "payoutDate": "2019-08-24T14:15:22Z",
- "currencyId": "507f1f77bcf86cd799439011",
- "note": "string"
}
], - "total": 500,
- "count": 50,
- "offset": 50,
- "relations": { }
}Create One Bonus Compensation
Bad Request
Unauthorized
Forbidden
Internal server error
{- "companyId": "507f1f77bcf86cd799439011",
- "employeeId": "507f1f77bcf86cd799439011",
- "userId": "507f1f77bcf86cd799439011",
- "name": "string",
- "amount": 0,
- "payoutDate": "string",
- "currencyId": "507f1f77bcf86cd799439011",
- "note": "string"
}{- "status": "ok",
- "data": {
- "id": "507f1f77bcf86cd799439011",
- "companyId": "507f1f77bcf86cd799439011",
- "employeeId": "507f1f77bcf86cd799439011",
- "userId": "507f1f77bcf86cd799439011",
- "name": "string",
- "amount": 0,
- "payoutDate": "2019-08-24T14:15:22Z",
- "currencyId": "507f1f77bcf86cd799439011",
- "note": "string"
}
}Get One Bonus Compensation
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
{- "status": "ok",
- "data": {
- "id": "507f1f77bcf86cd799439011",
- "companyId": "507f1f77bcf86cd799439011",
- "employeeId": "507f1f77bcf86cd799439011",
- "userId": "507f1f77bcf86cd799439011",
- "name": "string",
- "amount": 0,
- "payoutDate": "2019-08-24T14:15:22Z",
- "currencyId": "507f1f77bcf86cd799439011",
- "note": "string"
}, - "relations": { }
}Update One Bonus Compensation
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
{- "name": "string",
- "amount": 0,
- "payoutDate": "string",
- "currencyId": "507f1f77bcf86cd799439011",
- "note": "string"
}{- "status": "ok",
- "data": {
- "id": "507f1f77bcf86cd799439011",
- "companyId": "507f1f77bcf86cd799439011",
- "employeeId": "507f1f77bcf86cd799439011",
- "userId": "507f1f77bcf86cd799439011",
- "name": "string",
- "amount": 0,
- "payoutDate": "2019-08-24T14:15:22Z",
- "currencyId": "507f1f77bcf86cd799439011",
- "note": "string"
}
}Replace One Bonus Compensation
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
{- "name": "string",
- "amount": 0,
- "payoutDate": "string",
- "currencyId": "507f1f77bcf86cd799439011",
- "note": "string"
}{- "status": "ok",
- "data": {
- "id": "507f1f77bcf86cd799439011",
- "companyId": "507f1f77bcf86cd799439011",
- "employeeId": "507f1f77bcf86cd799439011",
- "userId": "507f1f77bcf86cd799439011",
- "name": "string",
- "amount": 0,
- "payoutDate": "2019-08-24T14:15:22Z",
- "currencyId": "507f1f77bcf86cd799439011",
- "note": "string"
}
}