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": "334651ed-f6db-481f-b13f-113eb8730b29",
  "EstID": "8131313c-55ef-4aac-aa32-8305ba619ae6",
  "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>8131313c-55ef-4aac-aa32-8305ba619ae6</EstID>
  <ID>334651ed-f6db-481f-b13f-113eb8730b29</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": "91e058f0-0498-4af9-9e61-84c00b747669",
  "EstID": "b7c53ed0-65be-45ae-a9a7-7216d2e47a92",
  "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>b7c53ed0-65be-45ae-a9a7-7216d2e47a92</EstID>
  <ID>91e058f0-0498-4af9-9e61-84c00b747669</ID>
</EstimateImage>