POST api/EstimateImage
Request Information
URI Parameters
None.
Body Parameters
EstimateImageName | 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": "827c52cc-68cc-48b7-8857-b4e3787d03cc", "EstID": "e04d2e31-9db5-4ed8-9d44-3d7fe9d8878e", "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>e04d2e31-9db5-4ed8-9d44-3d7fe9d8878e</EstID> <ID>827c52cc-68cc-48b7-8857-b4e3787d03cc</ID> </EstimateImage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EstimateImageName | 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": "ef42ac5f-0269-4f50-9bbd-cc2e9f485176", "EstID": "89a86c04-c759-4731-92ea-447303705528", "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>89a86c04-c759-4731-92ea-447303705528</EstID> <ID>ef42ac5f-0269-4f50-9bbd-cc2e9f485176</ID> </EstimateImage>