DELETE api/MobileImageRotator/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MobileImageRotator| Name | Description | Type | Additional information |
|---|---|---|---|
| ImageId | integer |
None. |
|
| DisplayOrder | integer |
None. |
|
| ImageURL | string |
None. |
|
| ClickURL | string |
None. |
|
| RedirectInternal | boolean |
None. |
|
| SiteId | integer |
None. |
|
| LastModified | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ImageId": 1,
"DisplayOrder": 2,
"ImageURL": "sample string 3",
"ClickURL": "sample string 4",
"RedirectInternal": true,
"SiteId": 6,
"LastModified": "2026-09-09T23:21:13.2294504+00:00"
},
{
"ImageId": 1,
"DisplayOrder": 2,
"ImageURL": "sample string 3",
"ClickURL": "sample string 4",
"RedirectInternal": true,
"SiteId": 6,
"LastModified": "2026-09-09T23:21:13.2294504+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfMobileImageRotator xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIM.Model.Entities">
<MobileImageRotator>
<ClickURL>sample string 4</ClickURL>
<DisplayOrder>2</DisplayOrder>
<ImageId>1</ImageId>
<ImageURL>sample string 3</ImageURL>
<LastModified>2026-09-09T23:21:13.2294504+00:00</LastModified>
<RedirectInternal>true</RedirectInternal>
<SiteId>6</SiteId>
</MobileImageRotator>
<MobileImageRotator>
<ClickURL>sample string 4</ClickURL>
<DisplayOrder>2</DisplayOrder>
<ImageId>1</ImageId>
<ImageURL>sample string 3</ImageURL>
<LastModified>2026-09-09T23:21:13.2294504+00:00</LastModified>
<RedirectInternal>true</RedirectInternal>
<SiteId>6</SiteId>
</MobileImageRotator>
</ArrayOfMobileImageRotator>