POST api/EstimateImage

Request Information

URI Parameters

None.

Body Parameters

EstimateImage
NameDescriptionTypeAdditional 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": "d1d7cf5f-c44b-4d47-b541-8c4230b0f5f1",
  "EstID": "219e085c-16b4-4e2e-b094-400d963ad2af",
  "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>219e085c-16b4-4e2e-b094-400d963ad2af</EstID>
  <ID>d1d7cf5f-c44b-4d47-b541-8c4230b0f5f1</ID>
</EstimateImage>

application/x-www-form-urlencoded

Sample:

Sample not available.

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": "710e2927-79e2-4661-a105-ec3daabd8422",
  "EstID": "bc488934-6af8-4b28-89f6-850a115af307",
  "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>bc488934-6af8-4b28-89f6-850a115af307</EstID>
  <ID>710e2927-79e2-4661-a105-ec3daabd8422</ID>
</EstimateImage>