POST api/olddocument/sendasemail

Request Information

URI Parameters

None.

Body Parameters

DocumentDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Created

date

None.

Updated

date

None.

Filename

string

None.

Timestamp

date

None.

Description

string

None.

Folder

string

None.

IsPinned

boolean

None.

Visibility

integer

None.

Type

string

None.

ContentBase64

string

None.

AktuelltId

globally unique identifier

None.

EventId

globally unique identifier

None.

MessageId

globally unique identifier

None.

Category

string

None.

UploadedBy

string

None.

ChangedBy

string

None.

ParentId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "daecda92-b585-4589-8c99-3a226a914d01",
  "created": "2025-12-20T12:19:27.0806444+01:00",
  "updated": "2025-12-20T12:19:27.0806444+01:00",
  "filename": "sample string 3",
  "timestamp": "2025-12-20T12:19:27.0806444+01:00",
  "description": "sample string 5",
  "folder": "sample string 6",
  "isPinned": true,
  "visibility": 8,
  "type": "sample string 9",
  "contentBase64": "sample string 10",
  "aktuelltId": "efc17fce-62c1-40aa-843d-e97c3606e453",
  "eventId": "ec5ba7d7-870a-40d9-afd6-a0b74286f788",
  "messageId": "02b85558-f8c5-4e1c-9507-c41c76927d08",
  "category": "sample string 11",
  "uploadedBy": "sample string 12",
  "changedBy": "sample string 13",
  "parentId": "dcc576d8-c687-4804-b17f-7dd534482fe3"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.