POST Fol/showAccount/documentLibraryUpdate
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": "ae979196-c6cd-4fd3-b15a-3f63c0691050",
"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:12:07.6490004+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": "e3928631-7e24-461d-9100-60aa97371956",
"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:12:07.6490004+00:00"
}