Sets the notes for the specified employee.
POST https://api.yourpayroll.com.au/api/v2/business/{businessId}/employee/{employeeId}/notes
Parameter name | Value | Description | Additional |
---|---|---|---|
businessId | string | Required | |
employeeId | string | Required |
The request body takes a complete CreateEmployeeNoteModel resource, containing the following writable properties:
{
"note": "string"
}
Name | Type | Description |
---|---|---|
note | string | String |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
Powered by DapperDox