DELETE api/EstimationPhase
Request Information
URI Parameters
None.
Body Parameters
EstimationPhaseViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EstimationPhaseList | Collection of ESTEstimationPhaseByPaging_Result |
None. |
|
| Code | string |
None. |
|
| ID | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| IsPublic | boolean |
None. |
|
| TaskIDs | string |
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:
{
"EstimationPhaseList": [
{
"SrNo": 1,
"Code": "sample string 1",
"IsPublic": true,
"Sort": 1,
"Name": "sample string 3",
"Description": "sample string 4",
"ID": 5,
"IsActive": true
},
{
"SrNo": 1,
"Code": "sample string 1",
"IsPublic": true,
"Sort": 1,
"Name": "sample string 3",
"Description": "sample string 4",
"ID": 5,
"IsActive": true
}
],
"Code": "sample string 1",
"ID": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsPublic": true,
"TaskIDs": "sample string 6",
"CompanyID": 7,
"Language": "sample string 8",
"CreatedDate": "2026-01-07T18:30:34.4232352+00:00",
"CreatedUserID": "adc5fd00-731d-42c3-8d06-7cb2c8b2adaa",
"ModifiedDate": "2026-01-07T18:30:34.4232352+00:00",
"ModifiedUserID": "7b0f9a01-c137-49e5-b8b9-df41b18e0a63",
"FeatureID": "43d18c90-65fe-45e0-9128-172134794429",
"Token": "1a76224a-6219-48fa-9f27-ea03a1fe32be",
"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:
<EstimationPhaseViewModel 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">7</CompanyID>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2026-01-07T18:30:34.4232352+00:00</CreatedDate>
<CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">adc5fd00-731d-42c3-8d06-7cb2c8b2adaa</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">43d18c90-65fe-45e0-9128-172134794429</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-01-07T18:30:34.4232352+00:00</ModifiedDate>
<ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">7b0f9a01-c137-49e5-b8b9-df41b18e0a63</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">1a76224a-6219-48fa-9f27-ea03a1fe32be</Token>
<TotalRecords xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">18</TotalRecords>
<Code>sample string 1</Code>
<Description>sample string 4</Description>
<EstimationPhaseList xmlns:d2p1="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">
<d2p1:ESTEstimationPhaseByPaging_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:Sort>1</d2p1:Sort>
<d2p1:SrNo>1</d2p1:SrNo>
</d2p1:ESTEstimationPhaseByPaging_Result>
<d2p1:ESTEstimationPhaseByPaging_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:Sort>1</d2p1:Sort>
<d2p1:SrNo>1</d2p1:SrNo>
</d2p1:ESTEstimationPhaseByPaging_Result>
</EstimationPhaseList>
<ID>2</ID>
<IsPublic>true</IsPublic>
<Name>sample string 3</Name>
<TaskIDs>sample string 6</TaskIDs>
</EstimationPhaseViewModel>
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.