PUT 17.0/database/webuploads/{id}/{typeid}/{siteid}

Description

Update existing Web Uploads

URI Parameters

Name Description Type Additional information
id

integer

Required

typeID

byte

Required

siteID

integer

Required

Name Description Type Additional information
ID

integer

None.

TypeID

byte

None.

SiteID

integer

None.

Action

byte

None.

Status

byte

None.

StatusDate

date

None.

Category

byte

None.

ExtraInfo

string

String length: inclusive between 0 and 1000

application/json, text/json

Sample:
{
  "id": 1,
  "typeID": 64,
  "siteID": 1,
  "action": 64,
  "status": 64,
  "statusDate": "2025-01-09T20:32",
  "category": 64,
  "extraInfo": "sample string 1"
}

application/xml, text/xml

Sample:
<WebUploadsUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <TypeID>64</TypeID>
  <SiteID>1</SiteID>
  <Action>64</Action>
  <Status>64</Status>
  <StatusDate>2025-01-09T20:32:03.2301067+00:00</StatusDate>
  <Category>64</Category>
  <ExtraInfo>sample string 1</ExtraInfo>
</WebUploadsUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
ID

integer

None.

TypeID

byte

None.

SiteID

integer

None.

Action

byte

None.

Status

byte

None.

StatusDate

date

None.

Category

byte

None.

ExtraInfo

string

String length: inclusive between 0 and 1000

application/json, text/json

Sample:
{
  "id": 1,
  "typeID": 64,
  "siteID": 3,
  "action": 64,
  "status": 64,
  "statusDate": "2025-01-09T20:32",
  "category": 64,
  "extraInfo": "sample string 8"
}

application/xml, text/xml

Sample:
<WebUploads xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <TypeID>64</TypeID>
  <SiteID>3</SiteID>
  <Action>64</Action>
  <Status>64</Status>
  <StatusDate>2025-01-09T20:32:03.2301067+00:00</StatusDate>
  <Category>64</Category>
  <ExtraInfo>sample string 8</ExtraInfo>
</WebUploads>