POST api/SCReports/DamageImages?DamageUrl={DamageUrl}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DamageUrl | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Img_DamagedList| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| Img_Damaged | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "sample string 1",
"Img_Damaged": "sample string 2"
},
{
"id": "sample string 1",
"Img_Damaged": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfImg_DamagedList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Types.Reports">
<Img_DamagedList>
<Img_Damaged>sample string 2</Img_Damaged>
<id>sample string 1</id>
</Img_DamagedList>
<Img_DamagedList>
<Img_Damaged>sample string 2</Img_Damaged>
<id>sample string 1</id>
</Img_DamagedList>
</ArrayOfImg_DamagedList>