POST api/AssetImage/Remove
Request Information
URI Parameters
None.
Body Parameters
AssetImageModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Guid | globally unique identifier |
None. |
|
| Image | Collection of byte |
None. |
|
| Path | string |
None. |
|
| Width | integer |
None. |
|
| Height | integer |
None. |
|
| Rotate | integer |
None. |
|
| HostName | integer |
None. |
|
| FileName | string |
None. |
|
| FileId | string |
None. |
|
| Note | string |
None. |
|
| AssetId | integer |
None. |
|
| OrganizationId | integer |
None. |
|
| OrganizationCode | string |
None. |
|
| UserName | string |
None. |
|
| NewPath | string |
None. |
|
| IsChanged | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Guid": "840abeba-31d7-4455-9f7e-c2af7f86dfc4",
"Image": "QEA=",
"Path": "sample string 1",
"Width": 1,
"Height": 1,
"Rotate": 1,
"HostName": 1,
"FileName": "sample string 2",
"FileId": "sample string 3",
"Note": "sample string 4",
"AssetId": 1,
"OrganizationId": 1,
"OrganizationCode": "sample string 5",
"UserName": "sample string 6",
"NewPath": "sample string 7",
"IsChanged": true
}
application/xml, text/xml
Sample:
<AssetImageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAssetModels"> <AssetId>1</AssetId> <FileId>sample string 3</FileId> <FileName>sample string 2</FileName> <Guid>840abeba-31d7-4455-9f7e-c2af7f86dfc4</Guid> <Height>1</Height> <HostName>1</HostName> <Id>1</Id> <Image>QEA=</Image> <IsChanged>true</IsChanged> <NewPath>sample string 7</NewPath> <Note>sample string 4</Note> <OrganizationCode>sample string 5</OrganizationCode> <OrganizationId>1</OrganizationId> <Path>sample string 1</Path> <Rotate>1</Rotate> <UserName>sample string 6</UserName> <Width>1</Width> </AssetImageModel>
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.