POST showAccount/documentLibrarySendNotification

Request Information

URI Parameters

None.

Body Parameters

ShowAccountAttachmentSendNotificationDto
NameDescriptionTypeAdditional 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": "96adf104-1725-45d1-ba5c-e1b00aabd2e4",
      "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-05-06T01:21:21.2606237+01:00"
    },
    {
      "Id": 1,
      "FileId": "96adf104-1725-45d1-ba5c-e1b00aabd2e4",
      "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-05-06T01:21:21.2606237+01:00"
    }
  ],
  "ShowId": 1,
  "ShowAccountId": 2,
  "ShowName": "sample string 3",
  "ShowAccountName": "sample string 4",
  "AccountId": 5
}

Response Information

Resource Description

boolean

Response Information

Response body formats

application/json, text/json

Sample:
true