POST api/Image/DeleteImage
Request Information
URI Parameters
None.
Body Parameters
ImageItemViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| File | HttpPostedFile |
None. |
|
| PortalId | integer |
None. |
|
| UserId | integer |
None. |
|
| Id | string |
None. |
|
| OrganizationId | string |
None. |
|
| ShowId | string |
None. |
|
| ImageType | string |
None. |
|
| ImageUrl | string |
None. |
|
| ReturnStatus | boolean |
None. |
|
| ReturnMessage | Collection of string |
None. |
|
| ValidationErrors | Dictionary of Object [key] and Object [value] |
None. |
|
| TotalPages | integer |
None. |
|
| TotalRows | integer |
None. |
|
| PageSize | integer |
None. |
|
| IsAuthenticated | boolean |
None. |
|
| SortExpression | string |
None. |
|
| SortDirection | string |
None. |
|
| CurrentPageNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"file": null,
"portalId": 1,
"userId": 2,
"id": "sample string 3",
"organizationId": "sample string 4",
"showId": "sample string 5",
"imageType": "sample string 6",
"imageUrl": "sample string 7",
"returnStatus": true,
"returnMessage": [
"sample string 1",
"sample string 2"
],
"validationErrors": {
"system.Object": {}
},
"totalPages": 9,
"totalRows": 10,
"pageSize": 11,
"isAuthenticated": true,
"sortExpression": "sample string 13",
"sortDirection": "sample string 14",
"currentPageNumber": 15
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
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. |