POST api/v1/employees/{employeeId}/alerts
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| employeeId | integer |
Required |
Body Parameters
CreateEmployeeAlertRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| AlertTypeId | integer |
None. |
|
| AlertDate | date |
None. |
|
| AlertDue | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"AlertTypeId": 1,
"AlertDate": "2026-07-03T18:04:08.2262736-05:00",
"AlertDue": "2026-07-03T18:04:08.2262736-05:00"
}
application/xml, text/xml
Sample:
<CreateEmployeeAlertRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <AlertDate>2026-07-03T18:04:08.2262736-05:00</AlertDate> <AlertDue>2026-07-03T18:04:08.2262736-05:00</AlertDue> <AlertTypeId>1</AlertTypeId> </CreateEmployeeAlertRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.