DELETE api/EstimationStage
Request Information
URI Parameters
None.
Body Parameters
EstimationStageViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| ID | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| IsPublic | boolean |
None. |
|
| Optimistic | decimal number |
None. |
|
| Pessimistic | decimal number |
None. |
|
| Normal | decimal number |
None. |
|
| EstimationStageList | Collection of ESTEstimationStageByPaging_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:
{
"Code": "sample string 1",
"ID": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"IsPublic": true,
"Optimistic": 6.0,
"Pessimistic": 7.0,
"Normal": 8.0,
"EstimationStageList": [
{
"SrNo": 1,
"Code": "sample string 1",
"IsPublic": true,
"Sort": 1,
"Name": "sample string 3",
"Description": "sample string 4",
"Optimistic": 1.0,
"Pessimistic": 1.0,
"Normal": 1.0,
"ID": 5,
"IsActive": true
},
{
"SrNo": 1,
"Code": "sample string 1",
"IsPublic": true,
"Sort": 1,
"Name": "sample string 3",
"Description": "sample string 4",
"Optimistic": 1.0,
"Pessimistic": 1.0,
"Normal": 1.0,
"ID": 5,
"IsActive": true
}
],
"CompanyID": 9,
"Language": "sample string 10",
"CreatedDate": "2026-01-07T18:26:22.5809977+00:00",
"CreatedUserID": "ca09d05e-4177-4add-bebc-6b8637b81b99",
"ModifiedDate": "2026-01-07T18:26:22.5809977+00:00",
"ModifiedUserID": "95f7a985-ff12-4ad1-ba56-4b73aaadafc5",
"FeatureID": "f47bf1fa-c813-4418-a4d4-cff0a5697c66",
"Token": "6f7c43e5-d8cb-408d-98ee-e15ff2d174af",
"Action": 0,
"FilterText": "sample string 17",
"CurrentIndex": 18,
"PageSize": 19,
"TotalRecords": 20,
"SortColumn": "sample string 21",
"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:
<EstimationStageViewModel 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">9</CompanyID>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2026-01-07T18:26:22.5809977+00:00</CreatedDate>
<CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">ca09d05e-4177-4add-bebc-6b8637b81b99</CreatedUserID>
<CurrentIndex xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">18</CurrentIndex>
<FeatureID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">f47bf1fa-c813-4418-a4d4-cff0a5697c66</FeatureID>
<FilterText xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">sample string 17</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 10</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:26:22.5809977+00:00</ModifiedDate>
<ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">95f7a985-ff12-4ad1-ba56-4b73aaadafc5</ModifiedUserID>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">19</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 21</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">6f7c43e5-d8cb-408d-98ee-e15ff2d174af</Token>
<TotalRecords xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">20</TotalRecords>
<Code>sample string 1</Code>
<Description>sample string 4</Description>
<EstimationStageList xmlns:d2p1="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">
<d2p1:ESTEstimationStageByPaging_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:Normal>1</d2p1:Normal>
<d2p1:Optimistic>1</d2p1:Optimistic>
<d2p1:Pessimistic>1</d2p1:Pessimistic>
<d2p1:Sort>1</d2p1:Sort>
<d2p1:SrNo>1</d2p1:SrNo>
</d2p1:ESTEstimationStageByPaging_Result>
<d2p1:ESTEstimationStageByPaging_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:Normal>1</d2p1:Normal>
<d2p1:Optimistic>1</d2p1:Optimistic>
<d2p1:Pessimistic>1</d2p1:Pessimistic>
<d2p1:Sort>1</d2p1:Sort>
<d2p1:SrNo>1</d2p1:SrNo>
</d2p1:ESTEstimationStageByPaging_Result>
</EstimationStageList>
<ID>2</ID>
<IsPublic>true</IsPublic>
<Name>sample string 3</Name>
<Normal>8</Normal>
<Optimistic>6</Optimistic>
<Pessimistic>7</Pessimistic>
</EstimationStageViewModel>
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.