POST api/Estimation/PostTaskandRates
Request Information
URI Parameters
None.
Body Parameters
ESTProjectViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
None. |
|
| ProjectID | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| CustomerID | integer |
None. |
|
| TemplateID | integer |
None. |
|
| StageID | integer |
None. |
|
| ESTProjectList | Collection of ESTProjectGetByPaging_Result |
None. |
|
| ESTProjectRatesList | Collection of ESTProjectRatesViewModel |
None. |
|
| SaleForCustomer | boolean |
None. |
|
| ESTEstimationTasksbyPhaseList | Collection of EstimationTasksbyPhaseViewModel |
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,
"Name": "sample string 2",
"ProjectID": "05ae14e6-df2a-43f4-b7a5-c130134628ec",
"Description": "sample string 4",
"CustomerID": 1,
"TemplateID": 5,
"StageID": 6,
"ESTProjectList": [
{
"SrNo": 1,
"ID": 1,
"Name": "sample string 2",
"ProjectID": "9dc9ea9b-8c06-43fd-8d00-ca19934d84b7",
"Description": "sample string 4",
"CustomerID": 1,
"TemplateID": 5,
"StageID": 6,
"CustomerName": "sample string 7",
"ProjectCode": "sample string 8",
"ProjectName": "sample string 9",
"Template": "sample string 10",
"Stage": "sample string 11",
"IsActive": true,
"IsRate": 13,
"IsTask": 14
},
{
"SrNo": 1,
"ID": 1,
"Name": "sample string 2",
"ProjectID": "9dc9ea9b-8c06-43fd-8d00-ca19934d84b7",
"Description": "sample string 4",
"CustomerID": 1,
"TemplateID": 5,
"StageID": 6,
"CustomerName": "sample string 7",
"ProjectCode": "sample string 8",
"ProjectName": "sample string 9",
"Template": "sample string 10",
"Stage": "sample string 11",
"IsActive": true,
"IsRate": 13,
"IsTask": 14
}
],
"ESTProjectRatesList": [
{
"ID": 1,
"EstimationID": 2,
"RoleID": 3,
"CostRate": 4.0,
"CostRegionID": 5,
"PriceRate": 6.0,
"PriceRegionID": 1,
"CompanyID": 7,
"Language": "sample string 8",
"CreatedDate": "2026-02-04T02:39:28.167037+00:00",
"CreatedUserID": "41f41f1b-305e-4d5a-93c2-e8daa98a15bc",
"ModifiedDate": "2026-02-04T02:39:28.167037+00:00",
"ModifiedUserID": "2145c16e-5e78-4769-8836-c5b2fece6fdf",
"FeatureID": "5b7e2cc4-2f8b-4c3e-a10e-21b043f04af7",
"Token": "139829a3-8fa1-4917-ade8-3b51e4e6830e",
"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"
}
]
},
{
"ID": 1,
"EstimationID": 2,
"RoleID": 3,
"CostRate": 4.0,
"CostRegionID": 5,
"PriceRate": 6.0,
"PriceRegionID": 1,
"CompanyID": 7,
"Language": "sample string 8",
"CreatedDate": "2026-02-04T02:39:28.167037+00:00",
"CreatedUserID": "41f41f1b-305e-4d5a-93c2-e8daa98a15bc",
"ModifiedDate": "2026-02-04T02:39:28.167037+00:00",
"ModifiedUserID": "2145c16e-5e78-4769-8836-c5b2fece6fdf",
"FeatureID": "5b7e2cc4-2f8b-4c3e-a10e-21b043f04af7",
"Token": "139829a3-8fa1-4917-ade8-3b51e4e6830e",
"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"
}
]
}
],
"SaleForCustomer": true,
"ESTEstimationTasksbyPhaseList": [
{
"ID": 1,
"SequenceNumber": 2,
"EstimationTemplateID": 1,
"PhaseID": 3,
"TaskID": 4,
"ValuePercentage": 5.0,
"ValueFlat": 6.0,
"CompanyID": 7,
"Language": "sample string 8",
"CreatedDate": "2026-02-04T02:39:28.1826605+00:00",
"CreatedUserID": "f79c5e08-e647-488a-87a1-d04efb28bafd",
"ModifiedDate": "2026-02-04T02:39:28.1826605+00:00",
"ModifiedUserID": "aa25a523-9949-4ef4-be74-fe2f0aa85a11",
"FeatureID": "47cd1ffd-8c78-46d6-9866-23988c1cc3ac",
"Token": "a5b6b92a-71bb-40f5-8f58-8406ba7d63f2",
"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"
}
]
},
{
"ID": 1,
"SequenceNumber": 2,
"EstimationTemplateID": 1,
"PhaseID": 3,
"TaskID": 4,
"ValuePercentage": 5.0,
"ValueFlat": 6.0,
"CompanyID": 7,
"Language": "sample string 8",
"CreatedDate": "2026-02-04T02:39:28.1826605+00:00",
"CreatedUserID": "f79c5e08-e647-488a-87a1-d04efb28bafd",
"ModifiedDate": "2026-02-04T02:39:28.1826605+00:00",
"ModifiedUserID": "aa25a523-9949-4ef4-be74-fe2f0aa85a11",
"FeatureID": "47cd1ffd-8c78-46d6-9866-23988c1cc3ac",
"Token": "a5b6b92a-71bb-40f5-8f58-8406ba7d63f2",
"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"
}
]
}
],
"CompanyID": 8,
"Language": "sample string 9",
"CreatedDate": "2026-02-04T02:39:28.1826605+00:00",
"CreatedUserID": "466f22b5-05d8-46fc-b19a-aef97a2dfb58",
"ModifiedDate": "2026-02-04T02:39:28.1826605+00:00",
"ModifiedUserID": "5d48490c-7054-4bf5-bea3-1ecf33091ec5",
"FeatureID": "14054961-7ece-47c3-9a1b-09628f488b51",
"Token": "bc899d42-f93f-441f-8e65-48637fff463f",
"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:
<ESTProjectViewModel 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">2026-02-04T02:39:28.1826605+00:00</CreatedDate>
<CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">466f22b5-05d8-46fc-b19a-aef97a2dfb58</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">14054961-7ece-47c3-9a1b-09628f488b51</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">2026-02-04T02:39:28.1826605+00:00</ModifiedDate>
<ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">5d48490c-7054-4bf5-bea3-1ecf33091ec5</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">bc899d42-f93f-441f-8e65-48637fff463f</Token>
<TotalRecords xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">19</TotalRecords>
<CustomerID>1</CustomerID>
<Description>sample string 4</Description>
<ESTEstimationTasksbyPhaseList>
<EstimationTasksbyPhaseViewModel>
<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-02-04T02:39:28.1826605+00:00</CreatedDate>
<CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">f79c5e08-e647-488a-87a1-d04efb28bafd</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">47cd1ffd-8c78-46d6-9866-23988c1cc3ac</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-02-04T02:39:28.1826605+00:00</ModifiedDate>
<ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">aa25a523-9949-4ef4-be74-fe2f0aa85a11</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">a5b6b92a-71bb-40f5-8f58-8406ba7d63f2</Token>
<TotalRecords xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">18</TotalRecords>
<EstimationTemplateID>1</EstimationTemplateID>
<ID>1</ID>
<PhaseID>3</PhaseID>
<SequenceNumber>2</SequenceNumber>
<TaskID>4</TaskID>
<ValueFlat>6</ValueFlat>
<ValuePercentage>5</ValuePercentage>
</EstimationTasksbyPhaseViewModel>
<EstimationTasksbyPhaseViewModel>
<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-02-04T02:39:28.1826605+00:00</CreatedDate>
<CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">f79c5e08-e647-488a-87a1-d04efb28bafd</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">47cd1ffd-8c78-46d6-9866-23988c1cc3ac</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-02-04T02:39:28.1826605+00:00</ModifiedDate>
<ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">aa25a523-9949-4ef4-be74-fe2f0aa85a11</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">a5b6b92a-71bb-40f5-8f58-8406ba7d63f2</Token>
<TotalRecords xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">18</TotalRecords>
<EstimationTemplateID>1</EstimationTemplateID>
<ID>1</ID>
<PhaseID>3</PhaseID>
<SequenceNumber>2</SequenceNumber>
<TaskID>4</TaskID>
<ValueFlat>6</ValueFlat>
<ValuePercentage>5</ValuePercentage>
</EstimationTasksbyPhaseViewModel>
</ESTEstimationTasksbyPhaseList>
<ESTProjectList xmlns:d2p1="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">
<d2p1:ESTProjectGetByPaging_Result>
<d2p1:CustomerID>1</d2p1:CustomerID>
<d2p1:CustomerName>sample string 7</d2p1:CustomerName>
<d2p1:Description>sample string 4</d2p1:Description>
<d2p1:ID>1</d2p1:ID>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:IsRate>13</d2p1:IsRate>
<d2p1:IsTask>14</d2p1:IsTask>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:ProjectCode>sample string 8</d2p1:ProjectCode>
<d2p1:ProjectID>9dc9ea9b-8c06-43fd-8d00-ca19934d84b7</d2p1:ProjectID>
<d2p1:ProjectName>sample string 9</d2p1:ProjectName>
<d2p1:SrNo>1</d2p1:SrNo>
<d2p1:Stage>sample string 11</d2p1:Stage>
<d2p1:StageID>6</d2p1:StageID>
<d2p1:Template>sample string 10</d2p1:Template>
<d2p1:TemplateID>5</d2p1:TemplateID>
</d2p1:ESTProjectGetByPaging_Result>
<d2p1:ESTProjectGetByPaging_Result>
<d2p1:CustomerID>1</d2p1:CustomerID>
<d2p1:CustomerName>sample string 7</d2p1:CustomerName>
<d2p1:Description>sample string 4</d2p1:Description>
<d2p1:ID>1</d2p1:ID>
<d2p1:IsActive>true</d2p1:IsActive>
<d2p1:IsRate>13</d2p1:IsRate>
<d2p1:IsTask>14</d2p1:IsTask>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:ProjectCode>sample string 8</d2p1:ProjectCode>
<d2p1:ProjectID>9dc9ea9b-8c06-43fd-8d00-ca19934d84b7</d2p1:ProjectID>
<d2p1:ProjectName>sample string 9</d2p1:ProjectName>
<d2p1:SrNo>1</d2p1:SrNo>
<d2p1:Stage>sample string 11</d2p1:Stage>
<d2p1:StageID>6</d2p1:StageID>
<d2p1:Template>sample string 10</d2p1:Template>
<d2p1:TemplateID>5</d2p1:TemplateID>
</d2p1:ESTProjectGetByPaging_Result>
</ESTProjectList>
<ESTProjectRatesList>
<ESTProjectRatesViewModel>
<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-02-04T02:39:28.167037+00:00</CreatedDate>
<CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">41f41f1b-305e-4d5a-93c2-e8daa98a15bc</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">5b7e2cc4-2f8b-4c3e-a10e-21b043f04af7</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-02-04T02:39:28.167037+00:00</ModifiedDate>
<ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2145c16e-5e78-4769-8836-c5b2fece6fdf</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">139829a3-8fa1-4917-ade8-3b51e4e6830e</Token>
<TotalRecords xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">18</TotalRecords>
<CostRate>4</CostRate>
<CostRegionID>5</CostRegionID>
<EstimationID>2</EstimationID>
<ID>1</ID>
<PriceRate>6</PriceRate>
<PriceRegionID>1</PriceRegionID>
<RoleID>3</RoleID>
</ESTProjectRatesViewModel>
<ESTProjectRatesViewModel>
<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-02-04T02:39:28.167037+00:00</CreatedDate>
<CreatedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">41f41f1b-305e-4d5a-93c2-e8daa98a15bc</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">5b7e2cc4-2f8b-4c3e-a10e-21b043f04af7</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-02-04T02:39:28.167037+00:00</ModifiedDate>
<ModifiedUserID xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">2145c16e-5e78-4769-8836-c5b2fece6fdf</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">139829a3-8fa1-4917-ade8-3b51e4e6830e</Token>
<TotalRecords xmlns="http://schemas.datacontract.org/2004/07/ArtSolutions.ReqStudio.Core">18</TotalRecords>
<CostRate>4</CostRate>
<CostRegionID>5</CostRegionID>
<EstimationID>2</EstimationID>
<ID>1</ID>
<PriceRate>6</PriceRate>
<PriceRegionID>1</PriceRegionID>
<RoleID>3</RoleID>
</ESTProjectRatesViewModel>
</ESTProjectRatesList>
<ID>1</ID>
<Name>sample string 2</Name>
<ProjectID>05ae14e6-df2a-43f4-b7a5-c130134628ec</ProjectID>
<SaleForCustomer>true</SaleForCustomer>
<StageID>6</StageID>
<TemplateID>5</TemplateID>
</ESTProjectViewModel>
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.