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": "44752a98-6692-432b-9fe7-f98f03e49395",
  "EstID": "642383cc-a8f8-4cec-b234-50c2e3a3983e",
  "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>642383cc-a8f8-4cec-b234-50c2e3a3983e</EstID>
  <ID>44752a98-6692-432b-9fe7-f98f03e49395</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": "45155ff8-e928-45d2-91bb-a616a04ac752",
  "EstID": "8d00c597-1a2b-41b7-825e-2f9350991001",
  "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>8d00c597-1a2b-41b7-825e-2f9350991001</EstID>
  <ID>45155ff8-e928-45d2-91bb-a616a04ac752</ID>
</EstimateImage>