Submit a satisfaction survey for this employee.

Request

POST https://api.nzpayroll.co.nz/api/v2/ess/{employeeId}/satisfaction

Path parameters

Parameter name Value Description Additional
employeeId string Required

Request body

The request body takes a complete EssSatisfactionSurvey resource, containing the following writable properties:

{
    "value": "string",
    "weekStartDate": "date-time"
}

Properties

Name Type Description
value string EmployeeSatisfactionValue

Possible values are:

  • NotSet
  • Happy
  • Neutral
  • Sad
weekStartDate date-time DateTime

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

OK

EmployeeSatisfactionValue