DELETE api/ProjectContacts/Delete
Request Information
URI Parameters
None.
Body Parameters
ProjectContactsViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectID | globally unique identifier |
None. |
|
| UserID | globally unique identifier |
None. |
|
| string |
None. |
||
| WorkflowRoleID | string |
None. |
|
| RoleID | globally unique identifier |
None. |
|
| IsNew | boolean |
None. |
|
| FullName | string |
None. |
|
| SecRoleID | globally unique identifier |
None. |
|
| CompanyID | integer |
None. |
|
| Language | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedUserID | globally unique identifier |
None. |
|
| ModifiedDate | date |
None. |
|
| ModifiedUserID | globally unique identifier |
None. |
|
| FeatureID | globally unique identifier |
None. |
|
| Token | globally unique identifier |
None. |
|
| Action | Actions |
None. |
|
| FilterText | string |
None. |
|
| CurrentIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| TotalRecords | integer |
None. |
|
| SortColumn | string |
None. |
|
| Sortby | SortDirection |
None. |
|
| ImageId | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| Sort | integer |
None. |
|
| Messages | Collection of ErrorMessage |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectID": "466a95ed-f22c-42e9-b256-c23edbd4e94d",
"UserID": "94e55d24-d51f-497a-b0ca-ca862a7ea409",
"Email": "sample string 2",
"WorkflowRoleID": "sample string 3",
"RoleID": "7a06dafb-7825-46f1-8d1c-ce394a7faaca",
"IsNew": true,
"FullName": "sample string 6",
"SecRoleID": "cea5a726-6424-449e-8955-112ce183b85c",
"CompanyID": 7,
"Language": "sample string 8",
"CreatedDate": "2026-03-22T12:03:32.3618624+00:00",
"CreatedUserID": "51c007f4-f338-4cf6-bf54-b419bdd656b7",
"ModifiedDate": "2026-03-22T12:03:32.3618624+00:00",
"ModifiedUserID": "729aba71-46c2-43c8-a33c-c488125f66fb",
"FeatureID": "4b4d9361-d451-43e0-b9a6-352a8768817a",
"Token": "f6b93d3c-ddf6-435d-a75d-8bfe30c08a49",
"Action": 0,
"FilterText": "sample string 15",
"CurrentIndex": 16,
"PageSize": 17,
"TotalRecords": 18,
"SortColumn": "sample string 19",
"Sortby": 0,
"ImageId": 1,
"IsDeleted": true,
"IsActive": true,
"Sort": 1,
"Messages": [
{
"ErrorType": 1,
"Message": "sample string 2"
},
{
"ErrorType": 1,
"Message": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<ProjectContactsViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core.ProjectModels">
<Action xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">View</Action>
<CompanyID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">7</CompanyID>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2026-03-22T12:03:32.3618624+00:00</CreatedDate>
<CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">51c007f4-f338-4cf6-bf54-b419bdd656b7</CreatedUserID>
<CurrentIndex xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">16</CurrentIndex>
<FeatureID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">4b4d9361-d451-43e0-b9a6-352a8768817a</FeatureID>
<FilterText xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 15</FilterText>
<ImageId xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">1</ImageId>
<IsActive xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">true</IsActive>
<IsDeleted xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">true</IsDeleted>
<Language xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 8</Language>
<Messages xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">
<ErrorMessage>
<ErrorType>1</ErrorType>
<Message>sample string 2</Message>
</ErrorMessage>
<ErrorMessage>
<ErrorType>1</ErrorType>
<Message>sample string 2</Message>
</ErrorMessage>
</Messages>
<ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2026-03-22T12:03:32.3618624+00:00</ModifiedDate>
<ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">729aba71-46c2-43c8-a33c-c488125f66fb</ModifiedUserID>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">17</PageSize>
<Sort xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">1</Sort>
<SortColumn xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 19</SortColumn>
<Sortby xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">Asc</Sortby>
<Token xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">f6b93d3c-ddf6-435d-a75d-8bfe30c08a49</Token>
<TotalRecords xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">18</TotalRecords>
<Email>sample string 2</Email>
<FullName>sample string 6</FullName>
<IsNew>true</IsNew>
<ProjectID>466a95ed-f22c-42e9-b256-c23edbd4e94d</ProjectID>
<RoleID>7a06dafb-7825-46f1-8d1c-ce394a7faaca</RoleID>
<SecRoleID>cea5a726-6424-449e-8955-112ce183b85c</SecRoleID>
<UserID>94e55d24-d51f-497a-b0ca-ca862a7ea409</UserID>
<WorkflowRoleID>sample string 3</WorkflowRoleID>
</ProjectContactsViewModel>
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.