POST api/Documents

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Document
NameDescriptionTypeAdditional information
Id

integer

None.

GalleryId

integer

None.

UserId

string

None.

Bucket

string

None.

Folder

string

None.

FileName

string

None.

Status

string

None.

CreateDate

date

None.

FolderId

integer

None.

DocumentType

DocumentType

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "GalleryId": 1,
  "UserId": "sample string 2",
  "Bucket": "sample string 3",
  "Folder": "sample string 4",
  "FileName": "sample string 5",
  "Status": "sample string 6",
  "CreateDate": "2025-07-18T12:04:49.6119186+00:00",
  "FolderId": 1,
  "DocumentType": 0
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.