POST api/overviewImage/deleteOverviewImage
Request Information
URI Parameters
None.
Body Parameters
OverviewImageCreateBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| HandoverId | integer |
None. |
|
| OverviewImageCategoryId | integer |
None. |
|
| ImageUrl | string |
None. |
|
| ImageName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"HandoverId": 1,
"OverviewImageCategoryId": 2,
"ImageUrl": "sample string 3",
"ImageName": "sample string 4"
}
application/xml, text/xml
Sample:
<OverviewImageCreateBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ethoz.Models.BindingModels"> <HandoverId>1</HandoverId> <ImageName>sample string 4</ImageName> <ImageUrl>sample string 3</ImageUrl> <OverviewImageCategoryId>2</OverviewImageCategoryId> </OverviewImageCreateBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.