POST api/EstimateImage
Request Information
URI Parameters
None.
Body Parameters
EstimateImage| Name | Description | Type | Additional 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": "7509fe56-ce93-40ed-86b9-15a7e52bc71f",
"EstID": "9e5307f1-0758-495f-a85e-b42a4b575d01",
"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>9e5307f1-0758-495f-a85e-b42a4b575d01</EstID> <ID>7509fe56-ce93-40ed-86b9-15a7e52bc71f</ID> </EstimateImage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EstimateImage| Name | Description | Type | Additional 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": "93ad2f6a-6304-447f-a48e-acd3c29ccdce",
"EstID": "2c6322ec-c3ba-4369-ae75-3e4a200d9019",
"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>2c6322ec-c3ba-4369-ae75-3e4a200d9019</EstID> <ID>93ad2f6a-6304-447f-a48e-acd3c29ccdce</ID> </EstimateImage>