POST Api/FeedbackCategoryTypes/DeleteEmployee
Request Information
URI Parameters
None.
Body Parameters
FeedbackCategoryTypeEmployeesVM| Name | Description | Type | Additional information |
|---|---|---|---|
| FeedbackCategoryTypeEmployeesId | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| FeedbackCategoryTypeId | integer |
None. |
|
| EmployeeIds | Collection of string |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"feedbackCategoryTypeEmployeesId": 1,
"employeeId": 1,
"feedbackCategoryTypeId": 1,
"employeeIds": [
"sample string 1",
"sample string 2"
],
"name": "sample string 2"
}
text/html
Sample:
{"feedbackCategoryTypeEmployeesId":1,"employeeId":1,"feedbackCategoryTypeId":1,"employeeIds":["sample string 1","sample string 2"],"name":"sample string 2"}
application/xml, text/xml
Sample:
<FeedbackCategoryTypeEmployeesVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UrgentCareExtra.ViewModels.ViewModels.HR">
<EmployeeId>1</EmployeeId>
<EmployeeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</EmployeeIds>
<FeedbackCategoryTypeEmployeesId>1</FeedbackCategoryTypeEmployeesId>
<FeedbackCategoryTypeId>1</FeedbackCategoryTypeId>
<Name>sample string 2</Name>
</FeedbackCategoryTypeEmployeesVM>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.