GET api/EstimateImage/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
EstimateImage| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| EstID | globally unique identifier |
None. |
|
| DocType | string |
None. |
|
| DocPath | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": "f69bf0f3-1d07-4cf5-8c4c-4e398834b4cd",
"EstID": "644cbd5f-c4b7-42f2-bfcf-3f03785d2c8a",
"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>644cbd5f-c4b7-42f2-bfcf-3f03785d2c8a</EstID> <ID>f69bf0f3-1d07-4cf5-8c4c-4e398834b4cd</ID> </EstimateImage>