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": "ed7fea4a-9f10-4a2c-b793-c1a56fdba99e",
  "EstID": "712e971f-ccae-4a6e-b7de-88b29196696e",
  "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>712e971f-ccae-4a6e-b7de-88b29196696e</EstID>
  <ID>ed7fea4a-9f10-4a2c-b793-c1a56fdba99e</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": "b11d7702-a08b-4c3d-8d5f-031a076dbb13",
  "EstID": "1bf8cf63-4b90-4a8a-9826-4ee7fae38ad8",
  "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>1bf8cf63-4b90-4a8a-9826-4ee7fae38ad8</EstID>
  <ID>b11d7702-a08b-4c3d-8d5f-031a076dbb13</ID>
</EstimateImage>