Submit a satisfaction survey for this employee.
POST https://apimy.yourpayroll.io/api/v2/ess/{employeeId}/satisfaction
Parameter name | Value | Description | Additional |
---|---|---|---|
employeeId | string | Required |
The request body takes a complete EssSatisfactionSurvey resource, containing the following writable properties:
{
"value": "string",
"weekStartDate": "date-time"
}
Name | Type | Description |
---|---|---|
value | string |
EmployeeSatisfactionValue
Possible values are:
|
weekStartDate | date-time | DateTime |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
EmployeeSatisfactionValue |
Powered by DapperDox