POST showAccount/documentLibrarySendNotification
Request Information
URI Parameters
None.
Body Parameters
ShowAccountAttachmentSendNotificationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ShowAccountAttachment | Collection of ShowAccountAttachmentDto |
None. |
|
| ShowId | integer |
None. |
|
| ShowAccountId | integer |
None. |
|
| ShowName | string |
None. |
|
| ShowAccountName | string |
None. |
|
| AccountId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShowAccountAttachment": [
{
"Id": 1,
"FileId": "6e7356c6-abed-469e-a39e-289f151b3bb0",
"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:03.0420406+00:00"
},
{
"Id": 1,
"FileId": "6e7356c6-abed-469e-a39e-289f151b3bb0",
"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:03.0420406+00:00"
}
],
"ShowId": 1,
"ShowAccountId": 2,
"ShowName": "sample string 3",
"ShowAccountName": "sample string 4",
"AccountId": 5
}
Response Information
Resource Description
booleanResponse Information
Response body formats
application/json, text/json
Sample:
true