PUT api/Estimates/PutEstimate
Request Information
URI Parameters
None.
Body Parameters
PropertyEstimateDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AccountId | integer |
None. |
|
| BrancheId | integer |
None. |
|
| ScheduleDateId | integer |
None. |
|
| ScheduleId | integer |
None. |
|
| ScheduleName | string |
None. |
|
| EstimateDate | date |
None. |
|
| CustomerId | integer |
None. |
|
| Total | decimal number |
None. |
|
| TaxId | integer |
None. |
|
| Tax | decimal number |
None. |
|
| Taxval | decimal number |
None. |
|
| MemberId | integer |
None. |
|
| Discount | decimal number |
None. |
|
| DiscountAmountOrPercent | string |
None. |
|
| Net | decimal number |
None. |
|
| Status | integer |
None. |
|
| SignaturePrintName | string |
None. |
|
| SignatureDraw | string |
None. |
|
| Terms | string |
None. |
|
| NotesForCustomer | string |
None. |
|
| Notes | string |
None. |
|
| Active | boolean |
None. |
|
| CreateUser | integer |
None. |
|
| CreateDate | date |
None. |
|
| InvoiceId | integer |
None. |
|
| LstEstimateItemServices | Collection of PropertyEstimateItemServicesDTO |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"AccountId": 1,
"BrancheId": 1,
"ScheduleDateId": 1,
"ScheduleId": 1,
"ScheduleName": "sample string 2",
"EstimateDate": "2026-03-17T16:51:08.8210433-07:00",
"CustomerId": 1,
"Total": 1.0,
"TaxId": 1,
"Tax": 1.0,
"Taxval": 1.0,
"MemberId": 1,
"Discount": 1.0,
"DiscountAmountOrPercent": "sample string 3",
"Net": 1.0,
"Status": 1,
"SignaturePrintName": "sample string 4",
"SignatureDraw": "sample string 5",
"Terms": "sample string 6",
"NotesForCustomer": "sample string 7",
"Notes": "sample string 8",
"Active": true,
"CreateUser": 1,
"CreateDate": "2026-03-17T16:51:08.8210433-07:00",
"InvoiceId": 1,
"LstEstimateItemServices": [
{
"Id": 1,
"AccountId": 1,
"BrancheId": 1,
"EstimateId": 1,
"ItemsServicesId": 1,
"ItemsServicesName": "sample string 2",
"Price": 1.0,
"TaxId": 1,
"Tax": 1.0,
"Total": 1.0,
"Quantity": 1,
"Taxable": true,
"Discountable": true,
"Unit": "sample string 3",
"Active": true,
"CreateUser": 1,
"CreateDate": "2026-03-17T16:51:08.8210433-07:00"
},
{
"Id": 1,
"AccountId": 1,
"BrancheId": 1,
"EstimateId": 1,
"ItemsServicesId": 1,
"ItemsServicesName": "sample string 2",
"Price": 1.0,
"TaxId": 1,
"Tax": 1.0,
"Total": 1.0,
"Quantity": 1,
"Taxable": true,
"Discountable": true,
"Unit": "sample string 3",
"Active": true,
"CreateUser": 1,
"CreateDate": "2026-03-17T16:51:08.8210433-07:00"
}
]
}
application/xml, text/xml
Sample:
<PropertyEstimateDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProjectServicesAPI.DTO">
<AccountId>1</AccountId>
<Active>true</Active>
<BrancheId>1</BrancheId>
<CreateDate>2026-03-17T16:51:08.8210433-07:00</CreateDate>
<CreateUser>1</CreateUser>
<CustomerId>1</CustomerId>
<Discount>1</Discount>
<DiscountAmountOrPercent>sample string 3</DiscountAmountOrPercent>
<EstimateDate>2026-03-17T16:51:08.8210433-07:00</EstimateDate>
<Id>1</Id>
<InvoiceId>1</InvoiceId>
<LstEstimateItemServices>
<PropertyEstimateItemServicesDTO>
<AccountId>1</AccountId>
<Active>true</Active>
<BrancheId>1</BrancheId>
<CreateDate>2026-03-17T16:51:08.8210433-07:00</CreateDate>
<CreateUser>1</CreateUser>
<Discountable>true</Discountable>
<EstimateId>1</EstimateId>
<Id>1</Id>
<ItemsServicesId>1</ItemsServicesId>
<ItemsServicesName>sample string 2</ItemsServicesName>
<Price>1</Price>
<Quantity>1</Quantity>
<Tax>1</Tax>
<TaxId>1</TaxId>
<Taxable>true</Taxable>
<Total>1</Total>
<Unit>sample string 3</Unit>
</PropertyEstimateItemServicesDTO>
<PropertyEstimateItemServicesDTO>
<AccountId>1</AccountId>
<Active>true</Active>
<BrancheId>1</BrancheId>
<CreateDate>2026-03-17T16:51:08.8210433-07:00</CreateDate>
<CreateUser>1</CreateUser>
<Discountable>true</Discountable>
<EstimateId>1</EstimateId>
<Id>1</Id>
<ItemsServicesId>1</ItemsServicesId>
<ItemsServicesName>sample string 2</ItemsServicesName>
<Price>1</Price>
<Quantity>1</Quantity>
<Tax>1</Tax>
<TaxId>1</TaxId>
<Taxable>true</Taxable>
<Total>1</Total>
<Unit>sample string 3</Unit>
</PropertyEstimateItemServicesDTO>
</LstEstimateItemServices>
<MemberId>1</MemberId>
<Net>1</Net>
<Notes>sample string 8</Notes>
<NotesForCustomer>sample string 7</NotesForCustomer>
<ScheduleDateId>1</ScheduleDateId>
<ScheduleId>1</ScheduleId>
<ScheduleName>sample string 2</ScheduleName>
<SignatureDraw>sample string 5</SignatureDraw>
<SignaturePrintName>sample string 4</SignaturePrintName>
<Status>1</Status>
<Tax>1</Tax>
<TaxId>1</TaxId>
<Taxval>1</Taxval>
<Terms>sample string 6</Terms>
<Total>1</Total>
</PropertyEstimateDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |