POST api/AI/Remove-Project-Member
Request Information
URI Parameters
None.
Body Parameters
RemoveProjectMember| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjId | integer |
None. |
|
| EmpId | string |
None. |
|
| Mode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjId": 1,
"EmpId": "sample string 2",
"Mode": "sample string 3"
}
application/xml, text/xml
Sample:
<RemoveProjectMember xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgoraBL.Models"> <EmpId>sample string 2</EmpId> <Mode>sample string 3</Mode> <ProjId>1</ProjId> </RemoveProjectMember>
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.