POST showAccount/documentLibrarySendNotification
Request Information
URI Parameters
None.
Body Parameters
ShowAccountAttachmentSendNotificationDtoName | 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": "52050ee7-7861-498d-947c-208e231d5992", "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-08-29T01:20:56.976045+01:00" }, { "Id": 1, "FileId": "52050ee7-7861-498d-947c-208e231d5992", "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-08-29T01:20:56.976045+01: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