GET api/EstimateImage/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

EstimateImage
NameDescriptionTypeAdditional 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": "8b660bdc-7fb0-4666-9e38-fd53eb4b1dde",
  "EstID": "0c737a54-1539-41ec-8497-efdf671a5233",
  "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>0c737a54-1539-41ec-8497-efdf671a5233</EstID>
  <ID>8b660bdc-7fb0-4666-9e38-fd53eb4b1dde</ID>
</EstimateImage>