PUT api/EstimateImage/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
EstimateImage| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| EstID | globally unique identifier |
None. |
|
| DocType | string |
None. |
|
| DocPath | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "87e4c3a3-75e2-4dd0-a98f-0242a1e6737d",
"EstID": "9ca31bbc-8ef6-4019-8969-370e2be71a4c",
"DocType": "sample string 2",
"DocPath": "sample string 3"
}
application/xml, text/xml
Sample:
<EstimateImage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Estimate.Models"> <DocPath>sample string 3</DocPath> <DocType>sample string 2</DocType> <EstID>9ca31bbc-8ef6-4019-8969-370e2be71a4c</EstID> <ID>87e4c3a3-75e2-4dd0-a98f-0242a1e6737d</ID> </EstimateImage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.