POST api/team/member/delete
Request Information
URI Parameters
None.
Body Parameters
TeamMember| Name | Description | Type | Additional information |
|---|---|---|---|
| TeamMemberID | integer |
None. |
|
| CompanyPersonID | integer |
None. |
|
| Name | string |
None. |
|
| string |
None. |
||
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| TeamLeadInd | boolean |
None. |
|
| BillingLeadInd | boolean |
None. |
|
| StartDate | date |
None. |
|
| StartDateOrigin | date |
None. |
|
| EndDate | date |
None. |
|
| TeamID | integer |
None. |
|
| Language | string |
None. |
|
| IsActive | integer |
None. |
|
| LastTeamMemberID | integer |
None. |
|
| EmployeeTypeCt | integer |
None. |
|
| OriginalEndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"TeamMemberID": 1,
"CompanyPersonID": 2,
"Name": "sample string 4 sample string 5",
"Email": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"TeamLeadInd": true,
"BillingLeadInd": true,
"StartDate": "2026-07-11T14:53:48.3635377-04:00",
"StartDateOrigin": "2026-07-11T14:53:48.3635377-04:00",
"EndDate": "2026-07-11T14:53:48.3635377-04:00",
"TeamID": 8,
"Language": "sample string 9",
"IsActive": 10,
"LastTeamMemberID": 11,
"EmployeeTypeCt": 12,
"OriginalEndDate": "2026-07-11T14:53:48.3635377-04:00"
}
application/xml, text/xml
Sample:
<TeamMember xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DcsServices.Models"> <BillingLeadInd>true</BillingLeadInd> <CompanyPersonID>2</CompanyPersonID> <Email>sample string 3</Email> <EmployeeTypeCt>12</EmployeeTypeCt> <EndDate>2026-07-11T14:53:48.3635377-04:00</EndDate> <FirstName>sample string 4</FirstName> <IsActive>10</IsActive> <Language>sample string 9</Language> <LastName>sample string 5</LastName> <LastTeamMemberID>11</LastTeamMemberID> <OriginalEndDate>2026-07-11T14:53:48.3635377-04:00</OriginalEndDate> <StartDate>2026-07-11T14:53:48.3635377-04:00</StartDate> <StartDateOrigin>2026-07-11T14:53:48.3635377-04:00</StartDateOrigin> <TeamID>8</TeamID> <TeamLeadInd>true</TeamLeadInd> <TeamMemberID>1</TeamMemberID> </TeamMember>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.