POST api/Estimate/SaveEstimateComment
Request Information
URI Parameters
None.
Body Parameters
EstimateComment| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| EstimateId | string |
None. |
|
| UserName | string |
None. |
|
| Status | string |
None. |
|
| Comment | string |
None. |
|
| UserType | string |
None. |
|
| PostedDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"EstimateId": "sample string 2",
"UserName": "sample string 3",
"Status": "sample string 4",
"Comment": "sample string 5",
"UserType": "sample string 6",
"PostedDate": "sample string 7"
}
application/xml, text/xml
Sample:
<EstimateComment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomLayer.Estimates"> <Comment>sample string 5</Comment> <EstimateId>sample string 2</EstimateId> <Id>1</Id> <PostedDate>sample string 7</PostedDate> <Status>sample string 4</Status> <UserName>sample string 3</UserName> <UserType>sample string 6</UserType> </EstimateComment>
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. |