POST showAccount/documentLibraryAdd
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": "849dea3a-fe70-42fb-b013-98eccf1279ba",
"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:04.3702377+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": "add31902-2fd5-4de0-88c7-86ce14941525",
"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:04.3702377+00:00"
}