DELETE api/EstimateImage/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
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": "74a9be98-a6a8-4a6d-9c56-90f5dfe53761", "EstID": "cd319a3f-9dee-4f7e-bb6b-961e16d062a0", "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>cd319a3f-9dee-4f7e-bb6b-961e16d062a0</EstID> <ID>74a9be98-a6a8-4a6d-9c56-90f5dfe53761</ID> </EstimateImage>