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": "bc9e6322-bbe9-4aa9-9013-f77220ad9105",
  "EstID": "b527294b-013f-444e-aea0-dc1eaff5e472",
  "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>b527294b-013f-444e-aea0-dc1eaff5e472</EstID>
  <ID>bc9e6322-bbe9-4aa9-9013-f77220ad9105</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": "02b433ae-454e-464e-8594-ed8711e1250b",
  "EstID": "4b09592d-3328-47cf-88a4-527498a87318",
  "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>4b09592d-3328-47cf-88a4-527498a87318</EstID>
  <ID>02b433ae-454e-464e-8594-ed8711e1250b</ID>
</EstimateImage>