POST showAccount/documentLibraryFolAdd
Request Information
URI Parameters
None.
Body Parameters
ShowAccountAttachmentDto| Name | Description | Type | Additional 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": "0c83ac0d-cf6a-4d72-a166-27d6fce523ad",
"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-12-14T22:10:02.9170565+00:00"
}
Response Information
Resource Description
ShowAccountAttachmentDto| Name | Description | Type | Additional 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": "46e32dbb-d8ef-4805-a5e0-8d086b550e28",
"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-12-14T22:10:02.9170565+00:00"
}