GET 17.0/database/filetransfers/defaultmodel

Description

Get a File Transfers model with default values

URI Parameters

None.

None.

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": 2,
  "recordID": 3,
  "tableID": 64,
  "sourceFileName": "sample string 5",
  "destinationFileName": "sample string 6",
  "priority": 64,
  "addedDate": "2025-01-09T20:33",
  "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:33:16.3261977+00:00</AddedDate>
  <UserID>9</UserID>
</FileTransfers>