2021-07-29 10:13:39 +01:00
|
|
|
export class DocumentSetUpMeeting {
|
2021-07-28 14:18:02 +01:00
|
|
|
"EventProcess": {
|
|
|
|
|
"SerialNumber": "sample string 1",
|
|
|
|
|
"Body": "sample string 2",
|
|
|
|
|
"Location": "sample string 3",
|
|
|
|
|
"Subject": "sample string 4",
|
|
|
|
|
"StartDate": "2021-07-28T13:22:55.031857+01:00",
|
|
|
|
|
"EndDate": "2021-07-28T13:22:55.031857+01:00",
|
|
|
|
|
"ReviewUserComment": "sample string 7",
|
|
|
|
|
"MDName": "sample string 8",
|
|
|
|
|
"MDEmail": "sample string 9",
|
|
|
|
|
"IsAllDayEvent": true,
|
|
|
|
|
"Status": "sample string 11",
|
|
|
|
|
"EventType": "sample string 12",
|
|
|
|
|
"IsRecurring": true,
|
|
|
|
|
"ParticipantsList": [
|
|
|
|
|
{
|
|
|
|
|
"Id": 1,
|
|
|
|
|
"EmailAddress": "sample string 2",
|
|
|
|
|
"Name": "sample string 3",
|
|
|
|
|
"IsRequired": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Id": 1,
|
|
|
|
|
"EmailAddress": "sample string 2",
|
|
|
|
|
"Name": "sample string 3",
|
|
|
|
|
"IsRequired": true
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"Message": "sample string 14",
|
|
|
|
|
"EventRecurrence": {
|
|
|
|
|
"Type": 0,
|
|
|
|
|
"Day": 1,
|
|
|
|
|
"DayOfWeek": 0,
|
|
|
|
|
"Month": 1,
|
|
|
|
|
"LastOccurrence": "2021-07-28T13:22:55.031857+01:00"
|
|
|
|
|
},
|
|
|
|
|
"Participants": "sample string 15",
|
|
|
|
|
"CC": "sample string 16"
|
|
|
|
|
}
|
2021-07-29 10:13:39 +01:00
|
|
|
|
2021-07-28 14:18:02 +01:00
|
|
|
"Attachment": {
|
|
|
|
|
"Id": 1,
|
|
|
|
|
"ParentId": "sample string 2",
|
|
|
|
|
"Source": 0,
|
|
|
|
|
"SourceId": "sample string 3",
|
|
|
|
|
"SourceName": "sample string 4",
|
|
|
|
|
"ApplicationId": 1
|
|
|
|
|
}
|
2021-07-27 16:53:37 +01:00
|
|
|
}
|