POST api/Estimate/RecalculateOriginalTotal
Request Information
URI Parameters
None.
Body Parameters
RecalculateOriginalTotal| Name | Description | Type | Additional information |
|---|---|---|---|
| EstimateID | integer |
None. |
|
| UserId | integer |
None. |
|
| UserType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EstimateID": 1,
"UserId": 2,
"UserType": 3
}
application/xml, text/xml
Sample:
<RecalculateOriginalTotal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WH.CustomLayer.Estimates"> <EstimateID>1</EstimateID> <UserId>2</UserId> <UserType>3</UserType> </RecalculateOriginalTotal>
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.