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": "4ee47457-e50a-4cbc-a2c1-7204dfb79cf8",
"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": "2026-02-04T03:12:49.2743097+00:00"
},
{
"Id": 1,
"FileId": "4ee47457-e50a-4cbc-a2c1-7204dfb79cf8",
"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": "2026-02-04T03:12:49.2743097+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