POST api/AssetImage/Remove

Request Information

URI Parameters

None.

Body Parameters

AssetImageModel
NameDescriptionTypeAdditional information
AssetId

integer

None.

NewPath

string

None.

Path

string

None.

LocationX

decimal number

None.

LocationY

decimal number

None.

OuterWidth

decimal number

None.

OuterHeight

decimal number

None.

InnerWidth

decimal number

None.

InnerHeight

decimal number

None.

Width

integer

None.

Height

integer

None.

Rotate

integer

None.

HostName

IqHostNames

None.

FileName

string

None.

FileId

string

None.

ShowDefault

boolean

None.

Note

string

None.

SortValue

integer

None.

ParentId

integer

None.

OrganizationId

integer

None.

OrganizationCode

string

None.

IsChanged

boolean

None.

AllowUpload

boolean

None.

AllowDownload

boolean

None.

Id

integer

None.

Guid

globally unique identifier

None.

UserName

string

None.

TableCode

IQTableCodes

None.

Request Formats

application/json, text/json

Sample:
{
  "AssetId": 1,
  "NewPath": "sample string 1",
  "Path": "sample string 2",
  "LocationX": 1.0,
  "LocationY": 1.0,
  "OuterWidth": 1.0,
  "OuterHeight": 1.0,
  "InnerWidth": 1.0,
  "InnerHeight": 1.0,
  "Width": 1,
  "Height": 1,
  "Rotate": 1,
  "HostName": 1,
  "FileName": "sample string 3",
  "FileId": "sample string 4",
  "ShowDefault": true,
  "Note": "sample string 6",
  "SortValue": 1,
  "ParentId": 1,
  "OrganizationId": 1,
  "OrganizationCode": "sample string 7",
  "IsChanged": true,
  "AllowUpload": true,
  "AllowDownload": true,
  "Id": 1,
  "Guid": "3d13c687-0f9e-4d8e-8583-7bdf47cf253e",
  "UserName": "sample string 12",
  "TableCode": 0
}

application/xml, text/xml

Sample:
<AssetImageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAssetModels">
  <Guid xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">3d13c687-0f9e-4d8e-8583-7bdf47cf253e</Guid>
  <Id xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">1</Id>
  <TableCode xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">Other</TableCode>
  <UserName xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">sample string 12</UserName>
  <AllowDownload xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">true</AllowDownload>
  <AllowUpload xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">true</AllowUpload>
  <FileId xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">sample string 4</FileId>
  <FileName xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">sample string 3</FileName>
  <Height xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">1</Height>
  <HostName xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">IqqSoft</HostName>
  <InnerHeight xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">1</InnerHeight>
  <InnerWidth xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">1</InnerWidth>
  <IsChanged xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">true</IsChanged>
  <LocationX xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">1</LocationX>
  <LocationY xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">1</LocationY>
  <Note xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">sample string 6</Note>
  <OrganizationCode xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">sample string 7</OrganizationCode>
  <OrganizationId xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">1</OrganizationId>
  <OuterHeight xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">1</OuterHeight>
  <OuterWidth xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">1</OuterWidth>
  <ParentId xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">1</ParentId>
  <Path xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">sample string 2</Path>
  <Rotate xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">1</Rotate>
  <ShowDefault xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">true</ShowDefault>
  <SortValue xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">1</SortValue>
  <Width xmlns="http://schemas.datacontract.org/2004/07/IqqmwModel.IqAbstractModels">1</Width>
  <AssetId>1</AssetId>
  <NewPath>sample string 1</NewPath>
</AssetImageModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.