POST file/document/bytes

Request Information

URI Parameters

None.

Body Parameters

DocumentFileInfo
NameDescriptionTypeAdditional information
FileId

integer

None.

Id

globally unique identifier

None.

FileName

string

None.

LocalPath

string

None.

FileTypeId

FileType

None.

UserUploaded

string

None.

FileBytes

Collection of byte

None.

DateCreated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "FileId": 1,
  "Id": "ccc0e9f3-e6d2-447a-bfba-1567963cf740",
  "FileName": "sample string 3",
  "LocalPath": "sample string 4",
  "FileTypeId": 0,
  "UserUploaded": "sample string 5",
  "FileBytes": "QEA=",
  "DateCreated": "2026-06-03T07:48:40.5289445-04:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of byte

Response Formats

application/json, text/json

Sample:
"QEA="