PUT api/EstimationTask/ActiveStatusUpdate
Request Information
URI Parameters
None.
Body Parameters
EstimationTaskViewModelName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Code | string |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
RoleID | integer |
None. |
|
Role | string |
None. |
|
IsPublic | boolean |
None. |
|
EstimationTaskList | Collection of ESTEstimationTaskByPaging_Result |
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:
{ "ID": 1, "Code": "sample string 2", "Name": "sample string 3", "Description": "sample string 4", "RoleID": 5, "Role": "sample string 6", "IsPublic": true, "EstimationTaskList": [ { "SrNo": 1, "Code": "sample string 1", "IsPublic": true, "Sort": 1, "Name": "sample string 3", "Description": "sample string 4", "ID": 5, "RoleID": 6, "Role": "sample string 7", "IsActive": true }, { "SrNo": 1, "Code": "sample string 1", "IsPublic": true, "Sort": 1, "Name": "sample string 3", "Description": "sample string 4", "ID": 5, "RoleID": 6, "Role": "sample string 7", "IsActive": true } ], "CompanyID": 8, "Language": "sample string 9", "CreatedDate": "2025-08-28T23:34:14.5994516+00:00", "CreatedUserID": "59be0484-6dbb-4aae-8213-0485aebf8bd9", "ModifiedDate": "2025-08-28T23:34:14.5994516+00:00", "ModifiedUserID": "7b32b3b5-182b-4385-9111-bfa861410e96", "FeatureID": "4427acd9-4aff-432a-9acb-8c334a61ab51", "Token": "294f5af8-cb2e-40ea-ad52-63d32f3562dd", "Action": 0, "FilterText": "sample string 16", "CurrentIndex": 17, "PageSize": 18, "TotalRecords": 19, "SortColumn": "sample string 20", "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:
<EstimationTaskViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core.EstimationModels"> <Action xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">View</Action> <CompanyID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">8</CompanyID> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2025-08-28T23:34:14.5994516+00:00</CreatedDate> <CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">59be0484-6dbb-4aae-8213-0485aebf8bd9</CreatedUserID> <CurrentIndex xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">17</CurrentIndex> <FeatureID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">4427acd9-4aff-432a-9acb-8c334a61ab51</FeatureID> <FilterText xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 16</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 9</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-28T23:34:14.5994516+00:00</ModifiedDate> <ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">7b32b3b5-182b-4385-9111-bfa861410e96</ModifiedUserID> <PageSize xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">18</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 20</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">294f5af8-cb2e-40ea-ad52-63d32f3562dd</Token> <TotalRecords xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">19</TotalRecords> <Code>sample string 2</Code> <Description>sample string 4</Description> <EstimationTaskList xmlns:d2p1="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core"> <d2p1:ESTEstimationTaskByPaging_Result> <d2p1:Code>sample string 1</d2p1:Code> <d2p1:Description>sample string 4</d2p1:Description> <d2p1:ID>5</d2p1:ID> <d2p1:IsActive>true</d2p1:IsActive> <d2p1:IsPublic>true</d2p1:IsPublic> <d2p1:Name>sample string 3</d2p1:Name> <d2p1:Role>sample string 7</d2p1:Role> <d2p1:RoleID>6</d2p1:RoleID> <d2p1:Sort>1</d2p1:Sort> <d2p1:SrNo>1</d2p1:SrNo> </d2p1:ESTEstimationTaskByPaging_Result> <d2p1:ESTEstimationTaskByPaging_Result> <d2p1:Code>sample string 1</d2p1:Code> <d2p1:Description>sample string 4</d2p1:Description> <d2p1:ID>5</d2p1:ID> <d2p1:IsActive>true</d2p1:IsActive> <d2p1:IsPublic>true</d2p1:IsPublic> <d2p1:Name>sample string 3</d2p1:Name> <d2p1:Role>sample string 7</d2p1:Role> <d2p1:RoleID>6</d2p1:RoleID> <d2p1:Sort>1</d2p1:Sort> <d2p1:SrNo>1</d2p1:SrNo> </d2p1:ESTEstimationTaskByPaging_Result> </EstimationTaskList> <ID>1</ID> <IsPublic>true</IsPublic> <Name>sample string 3</Name> <Role>sample string 6</Role> <RoleID>5</RoleID> </EstimationTaskViewModel>
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.