POST api/lconLibrary/xedit

Request Information

URI Parameters

None.

Body Parameters

IconModel
NameDescriptionTypeAdditional information
Authtoken

string

None.

AutoID

integer

None.

Name

string

None.

Type

integer

None.

ImageId

integer

None.

Sort

integer

None.

SavePath

string

None.

OrgFileName

string

None.

NewFileName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Authtoken": "sample string 1",
  "AutoID": 2,
  "Name": "sample string 3",
  "Type": 4,
  "ImageId": 5,
  "Sort": 6,
  "SavePath": "sample string 7",
  "OrgFileName": "sample string 8",
  "NewFileName": "sample string 9"
}

application/xml, text/xml

Sample:
<IconModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HustonApi.Models">
  <Authtoken>sample string 1</Authtoken>
  <AutoID>2</AutoID>
  <ImageId>5</ImageId>
  <Name>sample string 3</Name>
  <NewFileName>sample string 9</NewFileName>
  <OrgFileName>sample string 8</OrgFileName>
  <SavePath>sample string 7</SavePath>
  <Sort>6</Sort>
  <Type>4</Type>
</IconModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.