POST 17.0/database/filetransfers

Description

Create File Transfers

URI Parameters

None.

Name Description Type Additional information
ID

integer

None.

PCID

integer

None.

RecordID

integer

None.

TableID

byte

None.

SourceFileName

string

String length: inclusive between 0 and 255

DestinationFileName

string

String length: inclusive between 0 and 255

Priority

byte

None.

AddedDate

date

None.

UserID

integer

None.

application/json, text/json

Sample:
{
  "id": 1,
  "pcid": 1,
  "recordID": 1,
  "tableID": 64,
  "sourceFileName": "sample string 1",
  "destinationFileName": "sample string 2",
  "priority": 64,
  "addedDate": "2025-01-09T20:21",
  "userID": 1
}

application/xml, text/xml

Sample:
<FileTransfersUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <PCID>1</PCID>
  <RecordID>1</RecordID>
  <TableID>64</TableID>
  <SourceFileName>sample string 1</SourceFileName>
  <DestinationFileName>sample string 2</DestinationFileName>
  <Priority>64</Priority>
  <AddedDate>2025-01-09T20:21:44.534518+00:00</AddedDate>
  <UserID>1</UserID>
</FileTransfersUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
ID

integer

None.

PCID

integer

None.

RecordID

integer

None.

TableID

byte

None.

SourceFileName

string

String length: inclusive between 0 and 255

DestinationFileName

string

String length: inclusive between 0 and 255

Priority

byte

None.

AddedDate

date

None.

UserID

integer

None.

application/json, text/json

Sample:
{
  "id": 1,
  "pcid": 2,
  "recordID": 3,
  "tableID": 64,
  "sourceFileName": "sample string 5",
  "destinationFileName": "sample string 6",
  "priority": 64,
  "addedDate": "2025-01-09T20:21",
  "userID": 9
}

application/xml, text/xml

Sample:
<FileTransfers xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <PCID>2</PCID>
  <RecordID>3</RecordID>
  <TableID>64</TableID>
  <SourceFileName>sample string 5</SourceFileName>
  <DestinationFileName>sample string 6</DestinationFileName>
  <Priority>64</Priority>
  <AddedDate>2025-01-09T20:21:44.534518+00:00</AddedDate>
  <UserID>9</UserID>
</FileTransfers>