POST showAccount/documentLibraryFolLineItemAdd

Request Information

URI Parameters

None.

Body Parameters

ShowAccountAttachmentDto
NameDescriptionTypeAdditional information
Id

integer

None.

FileId

globally unique identifier

None.

Name

string

None.

ShowAccountId

integer

None.

Version

integer

None.

Category

string

None.

SubCategory

string

None.

Description

string

None.

EmailId

string

None.

ModifiedBy

string

None.

ModifiedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "FileId": "9619a3db-1f3f-4e23-a07d-faa64b9e82d9",
  "Name": "sample string 3",
  "ShowAccountId": 4,
  "Version": 5,
  "Category": "sample string 6",
  "SubCategory": "sample string 7",
  "Description": "sample string 8",
  "EmailId": "sample string 9",
  "ModifiedBy": "sample string 10",
  "ModifiedDate": "2025-05-06T01:19:36.2447883+01:00"
}

Response Information

Resource Description

ShowAccountAttachmentDto
NameDescriptionTypeAdditional information
Id

integer

None.

FileId

globally unique identifier

None.

Name

string

None.

ShowAccountId

integer

None.

Version

integer

None.

Category

string

None.

SubCategory

string

None.

Description

string

None.

EmailId

string

None.

ModifiedBy

string

None.

ModifiedDate

date

None.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "FileId": "46cbb0bf-c1be-4a2c-9fd2-d407da216cd8",
  "Name": "sample string 3",
  "ShowAccountId": 4,
  "Version": 5,
  "Category": "sample string 6",
  "SubCategory": "sample string 7",
  "Description": "sample string 8",
  "EmailId": "sample string 9",
  "ModifiedBy": "sample string 10",
  "ModifiedDate": "2025-05-06T01:19:36.2447883+01:00"
}