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": "5e43a31b-95d3-46b2-a386-029f505d2ec1",
"EstID": "dfa2b317-c71a-408f-8d45-d08662dee374",
"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>dfa2b317-c71a-408f-8d45-d08662dee374</EstID> <ID>5e43a31b-95d3-46b2-a386-029f505d2ec1</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": "71903724-8ee9-44d6-bcb2-6ef5ed6bd1b9",
"EstID": "caa2a8a5-2b78-422a-9c0d-2fce2fe0f4b0",
"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>caa2a8a5-2b78-422a-9c0d-2fce2fe0f4b0</EstID> <ID>71903724-8ee9-44d6-bcb2-6ef5ed6bd1b9</ID> </EstimateImage>