POST 17.0/database/webuploads

Description

Create Web Uploads

URI Parameters

None.

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:16",
  "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:16:19.3601267+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:16",
  "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:16:19.3601267+00:00</StatusDate>
  <Category>64</Category>
  <ExtraInfo>sample string 8</ExtraInfo>
</WebUploads>