POST api/InsertUpdateMeetingAgendaItemAttachment

Request Information

URI Parameters

None.

Body Parameters

MeetingAgendaItemAttachments
NameDescriptionTypeAdditional information
MeetingAgendaItemAttachmentId

integer

None.

MeetingAgendaItemId

integer

None.

AttachmentName

string

None.

AttachmentAsBlob

string

None.

UserIDCreated

integer

None.

CreatedDate

date

None.

UserIDModified

integer

None.

ModifiedDate

date

None.

RowStatus

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MeetingAgendaItemAttachmentId": 1,
  "MeetingAgendaItemId": 2,
  "AttachmentName": "sample string 3",
  "AttachmentAsBlob": "sample string 4",
  "UserIDCreated": 5,
  "CreatedDate": "2024-09-19T14:15:28.2966516-04:00",
  "UserIDModified": 1,
  "ModifiedDate": "2024-09-19T14:15:28.2966516-04:00",
  "RowStatus": "sample string 6"
}

application/xml, text/xml

Sample:
<MeetingAgendaItemAttachments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
  <AttachmentAsBlob>sample string 4</AttachmentAsBlob>
  <AttachmentName>sample string 3</AttachmentName>
  <CreatedDate>2024-09-19T14:15:28.2966516-04:00</CreatedDate>
  <MeetingAgendaItemAttachmentId>1</MeetingAgendaItemAttachmentId>
  <MeetingAgendaItemId>2</MeetingAgendaItemId>
  <ModifiedDate>2024-09-19T14:15:28.2966516-04:00</ModifiedDate>
  <RowStatus>sample string 6</RowStatus>
  <UserIDCreated>5</UserIDCreated>
  <UserIDModified>1</UserIDModified>
</MeetingAgendaItemAttachments>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of MeetingAgendaItemAttachments
NameDescriptionTypeAdditional information
MeetingAgendaItemAttachmentId

integer

None.

MeetingAgendaItemId

integer

None.

AttachmentName

string

None.

AttachmentAsBlob

string

None.

UserIDCreated

integer

None.

CreatedDate

date

None.

UserIDModified

integer

None.

ModifiedDate

date

None.

RowStatus

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MeetingAgendaItemAttachmentId": 1,
    "MeetingAgendaItemId": 2,
    "AttachmentName": "sample string 3",
    "AttachmentAsBlob": "sample string 4",
    "UserIDCreated": 5,
    "CreatedDate": "2024-09-19T14:15:28.2966516-04:00",
    "UserIDModified": 1,
    "ModifiedDate": "2024-09-19T14:15:28.2966516-04:00",
    "RowStatus": "sample string 6"
  },
  {
    "MeetingAgendaItemAttachmentId": 1,
    "MeetingAgendaItemId": 2,
    "AttachmentName": "sample string 3",
    "AttachmentAsBlob": "sample string 4",
    "UserIDCreated": 5,
    "CreatedDate": "2024-09-19T14:15:28.2966516-04:00",
    "UserIDModified": 1,
    "ModifiedDate": "2024-09-19T14:15:28.2966516-04:00",
    "RowStatus": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMeetingAgendaItemAttachments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Goaa.iPro.Data.Admin.CustomClasses">
  <MeetingAgendaItemAttachments>
    <AttachmentAsBlob>sample string 4</AttachmentAsBlob>
    <AttachmentName>sample string 3</AttachmentName>
    <CreatedDate>2024-09-19T14:15:28.2966516-04:00</CreatedDate>
    <MeetingAgendaItemAttachmentId>1</MeetingAgendaItemAttachmentId>
    <MeetingAgendaItemId>2</MeetingAgendaItemId>
    <ModifiedDate>2024-09-19T14:15:28.2966516-04:00</ModifiedDate>
    <RowStatus>sample string 6</RowStatus>
    <UserIDCreated>5</UserIDCreated>
    <UserIDModified>1</UserIDModified>
  </MeetingAgendaItemAttachments>
  <MeetingAgendaItemAttachments>
    <AttachmentAsBlob>sample string 4</AttachmentAsBlob>
    <AttachmentName>sample string 3</AttachmentName>
    <CreatedDate>2024-09-19T14:15:28.2966516-04:00</CreatedDate>
    <MeetingAgendaItemAttachmentId>1</MeetingAgendaItemAttachmentId>
    <MeetingAgendaItemId>2</MeetingAgendaItemId>
    <ModifiedDate>2024-09-19T14:15:28.2966516-04:00</ModifiedDate>
    <RowStatus>sample string 6</RowStatus>
    <UserIDCreated>5</UserIDCreated>
    <UserIDModified>1</UserIDModified>
  </MeetingAgendaItemAttachments>
</ArrayOfMeetingAgendaItemAttachments>