DELETE api/ProjectContacts/RoleDelete
Request Information
URI Parameters
None.
Body Parameters
ProjectContactsViewModelName | 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": "7ca693e5-2fc6-4345-97db-ef3bbcd98232", "UserID": "ad00f563-1a02-4001-85ef-613ba9c26b61", "Email": "sample string 2", "WorkflowRoleID": "sample string 3", "RoleID": "5f8bb810-9c61-4c11-91c6-45f716dcc717", "IsNew": true, "FullName": "sample string 6", "SecRoleID": "e2188783-f805-41a2-baff-fa5f7b9702b6", "CompanyID": 7, "Language": "sample string 8", "CreatedDate": "2025-08-29T02:32:37.7906369+00:00", "CreatedUserID": "f524f509-fdf8-43a9-b40e-e875a77cfc40", "ModifiedDate": "2025-08-29T02:32:37.7906369+00:00", "ModifiedUserID": "3f3c0c03-91e9-4903-8b29-6b9edec836ce", "FeatureID": "d7cea343-3853-4e80-95e3-4675422b9a36", "Token": "fafa2c14-3430-4430-bd73-f648d17ef006", "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">2025-08-29T02:32:37.7906369+00:00</CreatedDate> <CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">f524f509-fdf8-43a9-b40e-e875a77cfc40</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">d7cea343-3853-4e80-95e3-4675422b9a36</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">2025-08-29T02:32:37.7906369+00:00</ModifiedDate> <ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">3f3c0c03-91e9-4903-8b29-6b9edec836ce</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">fafa2c14-3430-4430-bd73-f648d17ef006</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>7ca693e5-2fc6-4345-97db-ef3bbcd98232</ProjectID> <RoleID>5f8bb810-9c61-4c11-91c6-45f716dcc717</RoleID> <SecRoleID>e2188783-f805-41a2-baff-fa5f7b9702b6</SecRoleID> <UserID>ad00f563-1a02-4001-85ef-613ba9c26b61</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.