POST api/Items/DeleteOtherImages?currentLang={currentLang}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| currentLang | string |
Required |
Body Parameters
OtherImagesModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Url | string |
None. |
|
| Type | integer |
None. |
|
| Order | integer |
None. |
|
| ResType | integer |
None. |
|
| Link | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Url": "sample string 2",
"Type": 3,
"Order": 4,
"ResType": 5,
"Link": "sample string 6"
}
application/xml, text/xml
Sample:
<OtherImagesModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClvsEcommerce.MODELS.DBLocal"> <Id>1</Id> <Link>sample string 6</Link> <Order>4</Order> <ResType>5</ResType> <Type>3</Type> <Url>sample string 2</Url> </OtherImagesModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |