POST v1/Contribution
Request Information
URI Parameters
None.
Body Parameters
ContributionViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ActivityGuid | globally unique identifier |
None. |
|
| EventGuid | globally unique identifier |
None. |
|
| SessionTitle | string |
None. |
|
| SessionDescription | string |
None. |
|
| EventDateGuid | globally unique identifier |
None. |
|
| DayPartGuid | globally unique identifier |
None. |
|
| EventThemeGuid | globally unique identifier |
None. |
|
| EventWorkFormGuid | globally unique identifier |
None. |
|
| Speakers | Collection of SpeakerViewModel |
None. |
|
| ActivityPresentationFile1 | FileViewModel |
None. |
|
| ActivityPresentationFile2 | FileViewModel |
None. |
|
| ActivityPresentationFile3 | FileViewModel |
None. |
|
| ActivityPresentationFile4 | FileViewModel |
None. |
|
| ActivityPresentationFile5 | FileViewModel |
None. |
|
| ActivityPictureFile | FileViewModel |
None. |
|
| AgreedToUseData | boolean |
None. |
|
| InternalNote | string |
None. |
|
| LastModifiedUserId | string |
None. |
|
| FilesToRemove | Collection of globally unique identifier |
None. |
|
| IsScheduled | boolean |
None. |
|
| FormGroups | Collection of ContributionFormGroupViewModel |
None. |
|
| Guid | globally unique identifier |
None. |
Request Formats
application/json
Sample:
{
"ActivityGuid": "051f2f52-d8e7-4366-b6fe-f481ff254225",
"EventGuid": "47acddff-16a2-468e-b61e-ad3258314cdc",
"SessionTitle": "sample string 2",
"SessionDescription": "sample string 3",
"EventDateGuid": "d709ef8c-4f48-47eb-a731-8659feedd60e",
"DayPartGuid": "8751d827-2bf7-41ef-84d2-8fca3c3bacca",
"EventThemeGuid": "4e085425-83c4-44d0-9aa2-09c15223526c",
"EventWorkFormGuid": "7db98e1d-423f-43b4-9e2e-9f7da3e57045",
"Speakers": [
{
"Guid": "04ad2d1e-45de-4053-ade1-3716a9b92c67",
"Title": "sample string 2",
"FirstName": "sample string 3",
"MiddleName": "sample string 4",
"LastName": "sample string 5",
"EmailAddress": "sample string 6",
"Organisation": "sample string 7",
"Function": "sample string 8",
"CurriculumVitaeDescription": "sample string 9",
"PictureFile": {
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
"FullName": "sample string 3 sample string 4 sample string 5",
"PersonGuid": "d67ef0c5-98da-4d06-bf14-d1376e208987",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
{
"Guid": "04ad2d1e-45de-4053-ade1-3716a9b92c67",
"Title": "sample string 2",
"FirstName": "sample string 3",
"MiddleName": "sample string 4",
"LastName": "sample string 5",
"EmailAddress": "sample string 6",
"Organisation": "sample string 7",
"Function": "sample string 8",
"CurriculumVitaeDescription": "sample string 9",
"PictureFile": {
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
"FullName": "sample string 3 sample string 4 sample string 5",
"PersonGuid": "d67ef0c5-98da-4d06-bf14-d1376e208987",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
}
],
"ActivityPresentationFile1": {
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
"ActivityPresentationFile2": {
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
"ActivityPresentationFile3": {
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
"ActivityPresentationFile4": {
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
"ActivityPresentationFile5": {
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
"ActivityPresentationFiles": [
{
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
{
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
{
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
{
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
{
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
}
],
"ActivityPictureFile": {
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
"AgreedToUseData": true,
"InternalNote": "sample string 5",
"LastModifiedUserId": "sample string 6",
"FilesToRemove": [
"c86bc882-3fc4-443e-8cc7-42e6dd762056",
"1d9242b4-f2ea-43a1-8831-dd5d03101c9e"
],
"IsScheduled": true,
"FormGroups": [
{
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"FieldEnabled": true,
"TooltipEnabled": true,
"TooltipText": "sample string 5",
"EventGuid": "29a3f296-aaaa-4cbe-bf31-db70504834cb",
"Guid": "33840f26-6c00-4a8d-b179-47bf41cca9bc",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
{
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"FieldEnabled": true,
"TooltipEnabled": true,
"TooltipText": "sample string 5",
"EventGuid": "29a3f296-aaaa-4cbe-bf31-db70504834cb",
"Guid": "33840f26-6c00-4a8d-b179-47bf41cca9bc",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
}
],
"Guid": "bfdc39ad-6e86-4b9c-801d-9878b0bd7e91",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
}
text/json
Sample:
{
"ActivityGuid": "051f2f52-d8e7-4366-b6fe-f481ff254225",
"EventGuid": "47acddff-16a2-468e-b61e-ad3258314cdc",
"SessionTitle": "sample string 2",
"SessionDescription": "sample string 3",
"EventDateGuid": "d709ef8c-4f48-47eb-a731-8659feedd60e",
"DayPartGuid": "8751d827-2bf7-41ef-84d2-8fca3c3bacca",
"EventThemeGuid": "4e085425-83c4-44d0-9aa2-09c15223526c",
"EventWorkFormGuid": "7db98e1d-423f-43b4-9e2e-9f7da3e57045",
"Speakers": [
{
"Guid": "04ad2d1e-45de-4053-ade1-3716a9b92c67",
"Title": "sample string 2",
"FirstName": "sample string 3",
"MiddleName": "sample string 4",
"LastName": "sample string 5",
"EmailAddress": "sample string 6",
"Organisation": "sample string 7",
"Function": "sample string 8",
"CurriculumVitaeDescription": "sample string 9",
"PictureFile": {
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
"FullName": "sample string 3 sample string 4 sample string 5",
"PersonGuid": "d67ef0c5-98da-4d06-bf14-d1376e208987",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
{
"Guid": "04ad2d1e-45de-4053-ade1-3716a9b92c67",
"Title": "sample string 2",
"FirstName": "sample string 3",
"MiddleName": "sample string 4",
"LastName": "sample string 5",
"EmailAddress": "sample string 6",
"Organisation": "sample string 7",
"Function": "sample string 8",
"CurriculumVitaeDescription": "sample string 9",
"PictureFile": {
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
"FullName": "sample string 3 sample string 4 sample string 5",
"PersonGuid": "d67ef0c5-98da-4d06-bf14-d1376e208987",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
}
],
"ActivityPresentationFile1": {
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
"ActivityPresentationFile2": {
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
"ActivityPresentationFile3": {
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
"ActivityPresentationFile4": {
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
"ActivityPresentationFile5": {
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
"ActivityPresentationFiles": [
{
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
{
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
{
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
{
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
{
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
}
],
"ActivityPictureFile": {
"ContentType": "sample string 1",
"FileName": "sample string 2",
"FileExtension": null,
"OriginalFileName": "sample string 3",
"PublicFileName": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"FileSize": 4,
"FileContents": "QEA=",
"FileType": 0,
"Width": 1,
"Height": 1,
"InStorage": true,
"Alias": "sample string 6",
"PersonGuid": "9f7fa056-bf54-4cd6-97df-65027dc401d8",
"EventContentGuid": "aceb5df1-3b44-4f4f-9f69-97de7163111e",
"TrainingGuid": "ef17d5fe-2002-42c6-a0f6-309591d1106c",
"TrainingLocationGuid": "fcd09487-bc89-49e4-81b2-68bc320403f1",
"CompanyGuid": "2eff1355-33ea-47d0-bcf7-dbe78bb220d7",
"FolderGuid": "838e751d-38de-4021-8f42-4ef51f3c12e4",
"EventGuid": "a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c",
"ActivityGuid": "971a1e4d-7952-4c08-8f48-8da338e61f7a",
"EventLocationGuid": "fcf066bd-989b-4ac2-a2ec-f014d086543f",
"OriginalFileGuid": "adfc3bb3-e3b6-44c0-907e-0871de8271f2",
"CopyFromFileGuid": "15067930-864a-4a23-9ae5-05f8d7b73d9f",
"NewsGuid": "cff63ebe-9421-4f26-9812-4d7f51ddaec2",
"ContributionGuid": "53d825ce-d9ce-4bee-82e6-9d53aaa32249",
"ContributionSpeakerGuid": "1282ca82-ef32-4f48-8ef9-2e84b80abcd5",
"AgendaItemGuid": "aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1",
"Guid": "16fe21b6-4558-4bd6-8f27-9868c25f03fe",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
"AgreedToUseData": true,
"InternalNote": "sample string 5",
"LastModifiedUserId": "sample string 6",
"FilesToRemove": [
"c86bc882-3fc4-443e-8cc7-42e6dd762056",
"1d9242b4-f2ea-43a1-8831-dd5d03101c9e"
],
"IsScheduled": true,
"FormGroups": [
{
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"FieldEnabled": true,
"TooltipEnabled": true,
"TooltipText": "sample string 5",
"EventGuid": "29a3f296-aaaa-4cbe-bf31-db70504834cb",
"Guid": "33840f26-6c00-4a8d-b179-47bf41cca9bc",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
},
{
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"FieldEnabled": true,
"TooltipEnabled": true,
"TooltipText": "sample string 5",
"EventGuid": "29a3f296-aaaa-4cbe-bf31-db70504834cb",
"Guid": "33840f26-6c00-4a8d-b179-47bf41cca9bc",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"IsValid": false
}
],
"Guid": "bfdc39ad-6e86-4b9c-801d-9878b0bd7e91",
"Created": "2026-05-14T10:35:29.1681441+00:00",
"Modified": "2026-05-14T10:35:29.1681441+00:00",
"Deleted": "2026-05-14T10:35:29.1681441+00:00",
"ErrorMessages": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4",
"Speakers[0].EmailAddress": "Vul een geldig e-mailadres in.",
"Speakers[1].EmailAddress": "Vul een geldig e-mailadres in."
},
"IsValid": false
}
application/octet-stream
Sample:
{"ActivityGuid":"051f2f52-d8e7-4366-b6fe-f481ff254225","EventGuid":"47acddff-16a2-468e-b61e-ad3258314cdc","SessionTitle":"sample string 2","SessionDescription":"sample string 3","EventDateGuid":"d709ef8c-4f48-47eb-a731-8659feedd60e","DayPartGuid":"8751d827-2bf7-41ef-84d2-8fca3c3bacca","EventThemeGuid":"4e085425-83c4-44d0-9aa2-09c15223526c","EventWorkFormGuid":"7db98e1d-423f-43b4-9e2e-9f7da3e57045","Speakers":[{"Guid":"04ad2d1e-45de-4053-ade1-3716a9b92c67","Title":"sample string 2","FirstName":"sample string 3","MiddleName":"sample string 4","LastName":"sample string 5","EmailAddress":"sample string 6","Organisation":"sample string 7","Function":"sample string 8","CurriculumVitaeDescription":"sample string 9","PictureFile":{"ContentType":"sample string 1","FileName":"sample string 2","FileExtension":null,"OriginalFileName":"sample string 3","PublicFileName":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","FileSize":4,"FileContents":"QEA=","FileType":0,"Width":1,"Height":1,"InStorage":true,"Alias":"sample string 6","PersonGuid":"9f7fa056-bf54-4cd6-97df-65027dc401d8","EventContentGuid":"aceb5df1-3b44-4f4f-9f69-97de7163111e","TrainingGuid":"ef17d5fe-2002-42c6-a0f6-309591d1106c","TrainingLocationGuid":"fcd09487-bc89-49e4-81b2-68bc320403f1","CompanyGuid":"2eff1355-33ea-47d0-bcf7-dbe78bb220d7","FolderGuid":"838e751d-38de-4021-8f42-4ef51f3c12e4","EventGuid":"a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c","ActivityGuid":"971a1e4d-7952-4c08-8f48-8da338e61f7a","EventLocationGuid":"fcf066bd-989b-4ac2-a2ec-f014d086543f","OriginalFileGuid":"adfc3bb3-e3b6-44c0-907e-0871de8271f2","CopyFromFileGuid":"15067930-864a-4a23-9ae5-05f8d7b73d9f","NewsGuid":"cff63ebe-9421-4f26-9812-4d7f51ddaec2","ContributionGuid":"53d825ce-d9ce-4bee-82e6-9d53aaa32249","ContributionSpeakerGuid":"1282ca82-ef32-4f48-8ef9-2e84b80abcd5","AgendaItemGuid":"aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1","Guid":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","Created":"2026-05-14T10:35:29.1681441+00:00","Modified":"2026-05-14T10:35:29.1681441+00:00","Deleted":"2026-05-14T10:35:29.1681441+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false},"FullName":"sample string 3 sample string 4 sample string 5","PersonGuid":"d67ef0c5-98da-4d06-bf14-d1376e208987","Created":"2026-05-14T10:35:29.1681441+00:00","Modified":"2026-05-14T10:35:29.1681441+00:00","Deleted":"2026-05-14T10:35:29.1681441+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false},{"Guid":"04ad2d1e-45de-4053-ade1-3716a9b92c67","Title":"sample string 2","FirstName":"sample string 3","MiddleName":"sample string 4","LastName":"sample string 5","EmailAddress":"sample string 6","Organisation":"sample string 7","Function":"sample string 8","CurriculumVitaeDescription":"sample string 9","PictureFile":{"ContentType":"sample string 1","FileName":"sample string 2","FileExtension":null,"OriginalFileName":"sample string 3","PublicFileName":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","FileSize":4,"FileContents":"QEA=","FileType":0,"Width":1,"Height":1,"InStorage":true,"Alias":"sample string 6","PersonGuid":"9f7fa056-bf54-4cd6-97df-65027dc401d8","EventContentGuid":"aceb5df1-3b44-4f4f-9f69-97de7163111e","TrainingGuid":"ef17d5fe-2002-42c6-a0f6-309591d1106c","TrainingLocationGuid":"fcd09487-bc89-49e4-81b2-68bc320403f1","CompanyGuid":"2eff1355-33ea-47d0-bcf7-dbe78bb220d7","FolderGuid":"838e751d-38de-4021-8f42-4ef51f3c12e4","EventGuid":"a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c","ActivityGuid":"971a1e4d-7952-4c08-8f48-8da338e61f7a","EventLocationGuid":"fcf066bd-989b-4ac2-a2ec-f014d086543f","OriginalFileGuid":"adfc3bb3-e3b6-44c0-907e-0871de8271f2","CopyFromFileGuid":"15067930-864a-4a23-9ae5-05f8d7b73d9f","NewsGuid":"cff63ebe-9421-4f26-9812-4d7f51ddaec2","ContributionGuid":"53d825ce-d9ce-4bee-82e6-9d53aaa32249","ContributionSpeakerGuid":"1282ca82-ef32-4f48-8ef9-2e84b80abcd5","AgendaItemGuid":"aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1","Guid":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","Created":"2026-05-14T10:35:29.1681441+00:00","Modified":"2026-05-14T10:35:29.1681441+00:00","Deleted":"2026-05-14T10:35:29.1681441+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false},"FullName":"sample string 3 sample string 4 sample string 5","PersonGuid":"d67ef0c5-98da-4d06-bf14-d1376e208987","Created":"2026-05-14T10:35:29.1681441+00:00","Modified":"2026-05-14T10:35:29.1681441+00:00","Deleted":"2026-05-14T10:35:29.1681441+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}],"ActivityPresentationFile1":{"ContentType":"sample string 1","FileName":"sample string 2","FileExtension":null,"OriginalFileName":"sample string 3","PublicFileName":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","FileSize":4,"FileContents":"QEA=","FileType":0,"Width":1,"Height":1,"InStorage":true,"Alias":"sample string 6","PersonGuid":"9f7fa056-bf54-4cd6-97df-65027dc401d8","EventContentGuid":"aceb5df1-3b44-4f4f-9f69-97de7163111e","TrainingGuid":"ef17d5fe-2002-42c6-a0f6-309591d1106c","TrainingLocationGuid":"fcd09487-bc89-49e4-81b2-68bc320403f1","CompanyGuid":"2eff1355-33ea-47d0-bcf7-dbe78bb220d7","FolderGuid":"838e751d-38de-4021-8f42-4ef51f3c12e4","EventGuid":"a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c","ActivityGuid":"971a1e4d-7952-4c08-8f48-8da338e61f7a","EventLocationGuid":"fcf066bd-989b-4ac2-a2ec-f014d086543f","OriginalFileGuid":"adfc3bb3-e3b6-44c0-907e-0871de8271f2","CopyFromFileGuid":"15067930-864a-4a23-9ae5-05f8d7b73d9f","NewsGuid":"cff63ebe-9421-4f26-9812-4d7f51ddaec2","ContributionGuid":"53d825ce-d9ce-4bee-82e6-9d53aaa32249","ContributionSpeakerGuid":"1282ca82-ef32-4f48-8ef9-2e84b80abcd5","AgendaItemGuid":"aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1","Guid":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","Created":"2026-05-14T10:35:29.1681441+00:00","Modified":"2026-05-14T10:35:29.1681441+00:00","Deleted":"2026-05-14T10:35:29.1681441+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false},"ActivityPresentationFile2":{"ContentType":"sample string 1","FileName":"sample string 2","FileExtension":null,"OriginalFileName":"sample string 3","PublicFileName":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","FileSize":4,"FileContents":"QEA=","FileType":0,"Width":1,"Height":1,"InStorage":true,"Alias":"sample string 6","PersonGuid":"9f7fa056-bf54-4cd6-97df-65027dc401d8","EventContentGuid":"aceb5df1-3b44-4f4f-9f69-97de7163111e","TrainingGuid":"ef17d5fe-2002-42c6-a0f6-309591d1106c","TrainingLocationGuid":"fcd09487-bc89-49e4-81b2-68bc320403f1","CompanyGuid":"2eff1355-33ea-47d0-bcf7-dbe78bb220d7","FolderGuid":"838e751d-38de-4021-8f42-4ef51f3c12e4","EventGuid":"a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c","ActivityGuid":"971a1e4d-7952-4c08-8f48-8da338e61f7a","EventLocationGuid":"fcf066bd-989b-4ac2-a2ec-f014d086543f","OriginalFileGuid":"adfc3bb3-e3b6-44c0-907e-0871de8271f2","CopyFromFileGuid":"15067930-864a-4a23-9ae5-05f8d7b73d9f","NewsGuid":"cff63ebe-9421-4f26-9812-4d7f51ddaec2","ContributionGuid":"53d825ce-d9ce-4bee-82e6-9d53aaa32249","ContributionSpeakerGuid":"1282ca82-ef32-4f48-8ef9-2e84b80abcd5","AgendaItemGuid":"aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1","Guid":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","Created":"2026-05-14T10:35:29.1681441+00:00","Modified":"2026-05-14T10:35:29.1681441+00:00","Deleted":"2026-05-14T10:35:29.1681441+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false},"ActivityPresentationFile3":{"ContentType":"sample string 1","FileName":"sample string 2","FileExtension":null,"OriginalFileName":"sample string 3","PublicFileName":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","FileSize":4,"FileContents":"QEA=","FileType":0,"Width":1,"Height":1,"InStorage":true,"Alias":"sample string 6","PersonGuid":"9f7fa056-bf54-4cd6-97df-65027dc401d8","EventContentGuid":"aceb5df1-3b44-4f4f-9f69-97de7163111e","TrainingGuid":"ef17d5fe-2002-42c6-a0f6-309591d1106c","TrainingLocationGuid":"fcd09487-bc89-49e4-81b2-68bc320403f1","CompanyGuid":"2eff1355-33ea-47d0-bcf7-dbe78bb220d7","FolderGuid":"838e751d-38de-4021-8f42-4ef51f3c12e4","EventGuid":"a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c","ActivityGuid":"971a1e4d-7952-4c08-8f48-8da338e61f7a","EventLocationGuid":"fcf066bd-989b-4ac2-a2ec-f014d086543f","OriginalFileGuid":"adfc3bb3-e3b6-44c0-907e-0871de8271f2","CopyFromFileGuid":"15067930-864a-4a23-9ae5-05f8d7b73d9f","NewsGuid":"cff63ebe-9421-4f26-9812-4d7f51ddaec2","ContributionGuid":"53d825ce-d9ce-4bee-82e6-9d53aaa32249","ContributionSpeakerGuid":"1282ca82-ef32-4f48-8ef9-2e84b80abcd5","AgendaItemGuid":"aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1","Guid":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","Created":"2026-05-14T10:35:29.1681441+00:00","Modified":"2026-05-14T10:35:29.1681441+00:00","Deleted":"2026-05-14T10:35:29.1681441+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false},"ActivityPresentationFile4":{"ContentType":"sample string 1","FileName":"sample string 2","FileExtension":null,"OriginalFileName":"sample string 3","PublicFileName":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","FileSize":4,"FileContents":"QEA=","FileType":0,"Width":1,"Height":1,"InStorage":true,"Alias":"sample string 6","PersonGuid":"9f7fa056-bf54-4cd6-97df-65027dc401d8","EventContentGuid":"aceb5df1-3b44-4f4f-9f69-97de7163111e","TrainingGuid":"ef17d5fe-2002-42c6-a0f6-309591d1106c","TrainingLocationGuid":"fcd09487-bc89-49e4-81b2-68bc320403f1","CompanyGuid":"2eff1355-33ea-47d0-bcf7-dbe78bb220d7","FolderGuid":"838e751d-38de-4021-8f42-4ef51f3c12e4","EventGuid":"a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c","ActivityGuid":"971a1e4d-7952-4c08-8f48-8da338e61f7a","EventLocationGuid":"fcf066bd-989b-4ac2-a2ec-f014d086543f","OriginalFileGuid":"adfc3bb3-e3b6-44c0-907e-0871de8271f2","CopyFromFileGuid":"15067930-864a-4a23-9ae5-05f8d7b73d9f","NewsGuid":"cff63ebe-9421-4f26-9812-4d7f51ddaec2","ContributionGuid":"53d825ce-d9ce-4bee-82e6-9d53aaa32249","ContributionSpeakerGuid":"1282ca82-ef32-4f48-8ef9-2e84b80abcd5","AgendaItemGuid":"aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1","Guid":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","Created":"2026-05-14T10:35:29.1681441+00:00","Modified":"2026-05-14T10:35:29.1681441+00:00","Deleted":"2026-05-14T10:35:29.1681441+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false},"ActivityPresentationFile5":{"ContentType":"sample string 1","FileName":"sample string 2","FileExtension":null,"OriginalFileName":"sample string 3","PublicFileName":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","FileSize":4,"FileContents":"QEA=","FileType":0,"Width":1,"Height":1,"InStorage":true,"Alias":"sample string 6","PersonGuid":"9f7fa056-bf54-4cd6-97df-65027dc401d8","EventContentGuid":"aceb5df1-3b44-4f4f-9f69-97de7163111e","TrainingGuid":"ef17d5fe-2002-42c6-a0f6-309591d1106c","TrainingLocationGuid":"fcd09487-bc89-49e4-81b2-68bc320403f1","CompanyGuid":"2eff1355-33ea-47d0-bcf7-dbe78bb220d7","FolderGuid":"838e751d-38de-4021-8f42-4ef51f3c12e4","EventGuid":"a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c","ActivityGuid":"971a1e4d-7952-4c08-8f48-8da338e61f7a","EventLocationGuid":"fcf066bd-989b-4ac2-a2ec-f014d086543f","OriginalFileGuid":"adfc3bb3-e3b6-44c0-907e-0871de8271f2","CopyFromFileGuid":"15067930-864a-4a23-9ae5-05f8d7b73d9f","NewsGuid":"cff63ebe-9421-4f26-9812-4d7f51ddaec2","ContributionGuid":"53d825ce-d9ce-4bee-82e6-9d53aaa32249","ContributionSpeakerGuid":"1282ca82-ef32-4f48-8ef9-2e84b80abcd5","AgendaItemGuid":"aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1","Guid":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","Created":"2026-05-14T10:35:29.1681441+00:00","Modified":"2026-05-14T10:35:29.1681441+00:00","Deleted":"2026-05-14T10:35:29.1681441+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false},"ActivityPresentationFiles":[{"ContentType":"sample string 1","FileName":"sample string 2","FileExtension":null,"OriginalFileName":"sample string 3","PublicFileName":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","FileSize":4,"FileContents":"QEA=","FileType":0,"Width":1,"Height":1,"InStorage":true,"Alias":"sample string 6","PersonGuid":"9f7fa056-bf54-4cd6-97df-65027dc401d8","EventContentGuid":"aceb5df1-3b44-4f4f-9f69-97de7163111e","TrainingGuid":"ef17d5fe-2002-42c6-a0f6-309591d1106c","TrainingLocationGuid":"fcd09487-bc89-49e4-81b2-68bc320403f1","CompanyGuid":"2eff1355-33ea-47d0-bcf7-dbe78bb220d7","FolderGuid":"838e751d-38de-4021-8f42-4ef51f3c12e4","EventGuid":"a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c","ActivityGuid":"971a1e4d-7952-4c08-8f48-8da338e61f7a","EventLocationGuid":"fcf066bd-989b-4ac2-a2ec-f014d086543f","OriginalFileGuid":"adfc3bb3-e3b6-44c0-907e-0871de8271f2","CopyFromFileGuid":"15067930-864a-4a23-9ae5-05f8d7b73d9f","NewsGuid":"cff63ebe-9421-4f26-9812-4d7f51ddaec2","ContributionGuid":"53d825ce-d9ce-4bee-82e6-9d53aaa32249","ContributionSpeakerGuid":"1282ca82-ef32-4f48-8ef9-2e84b80abcd5","AgendaItemGuid":"aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1","Guid":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","Created":"2026-05-14T10:35:29.1681441+00:00","Modified":"2026-05-14T10:35:29.1681441+00:00","Deleted":"2026-05-14T10:35:29.1681441+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false},{"ContentType":"sample string 1","FileName":"sample string 2","FileExtension":null,"OriginalFileName":"sample string 3","PublicFileName":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","FileSize":4,"FileContents":"QEA=","FileType":0,"Width":1,"Height":1,"InStorage":true,"Alias":"sample string 6","PersonGuid":"9f7fa056-bf54-4cd6-97df-65027dc401d8","EventContentGuid":"aceb5df1-3b44-4f4f-9f69-97de7163111e","TrainingGuid":"ef17d5fe-2002-42c6-a0f6-309591d1106c","TrainingLocationGuid":"fcd09487-bc89-49e4-81b2-68bc320403f1","CompanyGuid":"2eff1355-33ea-47d0-bcf7-dbe78bb220d7","FolderGuid":"838e751d-38de-4021-8f42-4ef51f3c12e4","EventGuid":"a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c","ActivityGuid":"971a1e4d-7952-4c08-8f48-8da338e61f7a","EventLocationGuid":"fcf066bd-989b-4ac2-a2ec-f014d086543f","OriginalFileGuid":"adfc3bb3-e3b6-44c0-907e-0871de8271f2","CopyFromFileGuid":"15067930-864a-4a23-9ae5-05f8d7b73d9f","NewsGuid":"cff63ebe-9421-4f26-9812-4d7f51ddaec2","ContributionGuid":"53d825ce-d9ce-4bee-82e6-9d53aaa32249","ContributionSpeakerGuid":"1282ca82-ef32-4f48-8ef9-2e84b80abcd5","AgendaItemGuid":"aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1","Guid":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","Created":"2026-05-14T10:35:29.1681441+00:00","Modified":"2026-05-14T10:35:29.1681441+00:00","Deleted":"2026-05-14T10:35:29.1681441+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false},{"ContentType":"sample string 1","FileName":"sample string 2","FileExtension":null,"OriginalFileName":"sample string 3","PublicFileName":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","FileSize":4,"FileContents":"QEA=","FileType":0,"Width":1,"Height":1,"InStorage":true,"Alias":"sample string 6","PersonGuid":"9f7fa056-bf54-4cd6-97df-65027dc401d8","EventContentGuid":"aceb5df1-3b44-4f4f-9f69-97de7163111e","TrainingGuid":"ef17d5fe-2002-42c6-a0f6-309591d1106c","TrainingLocationGuid":"fcd09487-bc89-49e4-81b2-68bc320403f1","CompanyGuid":"2eff1355-33ea-47d0-bcf7-dbe78bb220d7","FolderGuid":"838e751d-38de-4021-8f42-4ef51f3c12e4","EventGuid":"a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c","ActivityGuid":"971a1e4d-7952-4c08-8f48-8da338e61f7a","EventLocationGuid":"fcf066bd-989b-4ac2-a2ec-f014d086543f","OriginalFileGuid":"adfc3bb3-e3b6-44c0-907e-0871de8271f2","CopyFromFileGuid":"15067930-864a-4a23-9ae5-05f8d7b73d9f","NewsGuid":"cff63ebe-9421-4f26-9812-4d7f51ddaec2","ContributionGuid":"53d825ce-d9ce-4bee-82e6-9d53aaa32249","ContributionSpeakerGuid":"1282ca82-ef32-4f48-8ef9-2e84b80abcd5","AgendaItemGuid":"aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1","Guid":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","Created":"2026-05-14T10:35:29.1681441+00:00","Modified":"2026-05-14T10:35:29.1681441+00:00","Deleted":"2026-05-14T10:35:29.1681441+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false},{"ContentType":"sample string 1","FileName":"sample string 2","FileExtension":null,"OriginalFileName":"sample string 3","PublicFileName":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","FileSize":4,"FileContents":"QEA=","FileType":0,"Width":1,"Height":1,"InStorage":true,"Alias":"sample string 6","PersonGuid":"9f7fa056-bf54-4cd6-97df-65027dc401d8","EventContentGuid":"aceb5df1-3b44-4f4f-9f69-97de7163111e","TrainingGuid":"ef17d5fe-2002-42c6-a0f6-309591d1106c","TrainingLocationGuid":"fcd09487-bc89-49e4-81b2-68bc320403f1","CompanyGuid":"2eff1355-33ea-47d0-bcf7-dbe78bb220d7","FolderGuid":"838e751d-38de-4021-8f42-4ef51f3c12e4","EventGuid":"a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c","ActivityGuid":"971a1e4d-7952-4c08-8f48-8da338e61f7a","EventLocationGuid":"fcf066bd-989b-4ac2-a2ec-f014d086543f","OriginalFileGuid":"adfc3bb3-e3b6-44c0-907e-0871de8271f2","CopyFromFileGuid":"15067930-864a-4a23-9ae5-05f8d7b73d9f","NewsGuid":"cff63ebe-9421-4f26-9812-4d7f51ddaec2","ContributionGuid":"53d825ce-d9ce-4bee-82e6-9d53aaa32249","ContributionSpeakerGuid":"1282ca82-ef32-4f48-8ef9-2e84b80abcd5","AgendaItemGuid":"aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1","Guid":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","Created":"2026-05-14T10:35:29.1681441+00:00","Modified":"2026-05-14T10:35:29.1681441+00:00","Deleted":"2026-05-14T10:35:29.1681441+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false},{"ContentType":"sample string 1","FileName":"sample string 2","FileExtension":null,"OriginalFileName":"sample string 3","PublicFileName":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","FileSize":4,"FileContents":"QEA=","FileType":0,"Width":1,"Height":1,"InStorage":true,"Alias":"sample string 6","PersonGuid":"9f7fa056-bf54-4cd6-97df-65027dc401d8","EventContentGuid":"aceb5df1-3b44-4f4f-9f69-97de7163111e","TrainingGuid":"ef17d5fe-2002-42c6-a0f6-309591d1106c","TrainingLocationGuid":"fcd09487-bc89-49e4-81b2-68bc320403f1","CompanyGuid":"2eff1355-33ea-47d0-bcf7-dbe78bb220d7","FolderGuid":"838e751d-38de-4021-8f42-4ef51f3c12e4","EventGuid":"a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c","ActivityGuid":"971a1e4d-7952-4c08-8f48-8da338e61f7a","EventLocationGuid":"fcf066bd-989b-4ac2-a2ec-f014d086543f","OriginalFileGuid":"adfc3bb3-e3b6-44c0-907e-0871de8271f2","CopyFromFileGuid":"15067930-864a-4a23-9ae5-05f8d7b73d9f","NewsGuid":"cff63ebe-9421-4f26-9812-4d7f51ddaec2","ContributionGuid":"53d825ce-d9ce-4bee-82e6-9d53aaa32249","ContributionSpeakerGuid":"1282ca82-ef32-4f48-8ef9-2e84b80abcd5","AgendaItemGuid":"aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1","Guid":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","Created":"2026-05-14T10:35:29.1681441+00:00","Modified":"2026-05-14T10:35:29.1681441+00:00","Deleted":"2026-05-14T10:35:29.1681441+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}],"ActivityPictureFile":{"ContentType":"sample string 1","FileName":"sample string 2","FileExtension":null,"OriginalFileName":"sample string 3","PublicFileName":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","FileSize":4,"FileContents":"QEA=","FileType":0,"Width":1,"Height":1,"InStorage":true,"Alias":"sample string 6","PersonGuid":"9f7fa056-bf54-4cd6-97df-65027dc401d8","EventContentGuid":"aceb5df1-3b44-4f4f-9f69-97de7163111e","TrainingGuid":"ef17d5fe-2002-42c6-a0f6-309591d1106c","TrainingLocationGuid":"fcd09487-bc89-49e4-81b2-68bc320403f1","CompanyGuid":"2eff1355-33ea-47d0-bcf7-dbe78bb220d7","FolderGuid":"838e751d-38de-4021-8f42-4ef51f3c12e4","EventGuid":"a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c","ActivityGuid":"971a1e4d-7952-4c08-8f48-8da338e61f7a","EventLocationGuid":"fcf066bd-989b-4ac2-a2ec-f014d086543f","OriginalFileGuid":"adfc3bb3-e3b6-44c0-907e-0871de8271f2","CopyFromFileGuid":"15067930-864a-4a23-9ae5-05f8d7b73d9f","NewsGuid":"cff63ebe-9421-4f26-9812-4d7f51ddaec2","ContributionGuid":"53d825ce-d9ce-4bee-82e6-9d53aaa32249","ContributionSpeakerGuid":"1282ca82-ef32-4f48-8ef9-2e84b80abcd5","AgendaItemGuid":"aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1","Guid":"16fe21b6-4558-4bd6-8f27-9868c25f03fe","Created":"2026-05-14T10:35:29.1681441+00:00","Modified":"2026-05-14T10:35:29.1681441+00:00","Deleted":"2026-05-14T10:35:29.1681441+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false},"AgreedToUseData":true,"InternalNote":"sample string 5","LastModifiedUserId":"sample string 6","FilesToRemove":["c86bc882-3fc4-443e-8cc7-42e6dd762056","1d9242b4-f2ea-43a1-8831-dd5d03101c9e"],"IsScheduled":true,"FormGroups":[{"FieldName":"sample string 1","FieldLabel":"sample string 2","FieldEnabled":true,"TooltipEnabled":true,"TooltipText":"sample string 5","EventGuid":"29a3f296-aaaa-4cbe-bf31-db70504834cb","Guid":"33840f26-6c00-4a8d-b179-47bf41cca9bc","Created":"2026-05-14T10:35:29.1681441+00:00","Modified":"2026-05-14T10:35:29.1681441+00:00","Deleted":"2026-05-14T10:35:29.1681441+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false},{"FieldName":"sample string 1","FieldLabel":"sample string 2","FieldEnabled":true,"TooltipEnabled":true,"TooltipText":"sample string 5","EventGuid":"29a3f296-aaaa-4cbe-bf31-db70504834cb","Guid":"33840f26-6c00-4a8d-b179-47bf41cca9bc","Created":"2026-05-14T10:35:29.1681441+00:00","Modified":"2026-05-14T10:35:29.1681441+00:00","Deleted":"2026-05-14T10:35:29.1681441+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"IsValid":false}],"Guid":"bfdc39ad-6e86-4b9c-801d-9878b0bd7e91","Created":"2026-05-14T10:35:29.1681441+00:00","Modified":"2026-05-14T10:35:29.1681441+00:00","Deleted":"2026-05-14T10:35:29.1681441+00:00","ErrorMessages":{"sample string 1":"sample string 2","sample string 3":"sample string 4","Speakers[0].EmailAddress":"Vul een geldig e-mailadres in.","Speakers[1].EmailAddress":"Vul een geldig e-mailadres in."},"IsValid":false}
application/xml, text/xml
Sample:
<ContributionViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Entity">
<ErrorMessages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>sample string 2</d2p1:Value>
</d2p1:KeyValueOfstringstring>
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:KeyValueOfstringstring>
<d2p1:KeyValueOfstringstring>
<d2p1:Key>Speakers[0].EmailAddress</d2p1:Key>
<d2p1:Value>Vul een geldig e-mailadres in.</d2p1:Value>
</d2p1:KeyValueOfstringstring>
<d2p1:KeyValueOfstringstring>
<d2p1:Key>Speakers[1].EmailAddress</d2p1:Key>
<d2p1:Value>Vul een geldig e-mailadres in.</d2p1:Value>
</d2p1:KeyValueOfstringstring>
</ErrorMessages>
<Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">bfdc39ad-6e86-4b9c-801d-9878b0bd7e91</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Modified>
<ActivityGuid>051f2f52-d8e7-4366-b6fe-f481ff254225</ActivityGuid>
<ActivityPictureFile>
<ErrorMessages xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">
<d3p1:KeyValueOfstringstring>
<d3p1:Key>sample string 1</d3p1:Key>
<d3p1:Value>sample string 2</d3p1:Value>
</d3p1:KeyValueOfstringstring>
<d3p1:KeyValueOfstringstring>
<d3p1:Key>sample string 3</d3p1:Key>
<d3p1:Value>sample string 4</d3p1:Value>
</d3p1:KeyValueOfstringstring>
</ErrorMessages>
<Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">16fe21b6-4558-4bd6-8f27-9868c25f03fe</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Modified>
<ActivityGuid>971a1e4d-7952-4c08-8f48-8da338e61f7a</ActivityGuid>
<AgendaItemGuid>aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1</AgendaItemGuid>
<Alias>sample string 6</Alias>
<CompanyGuid>2eff1355-33ea-47d0-bcf7-dbe78bb220d7</CompanyGuid>
<ContentType>sample string 1</ContentType>
<ContributionGuid>53d825ce-d9ce-4bee-82e6-9d53aaa32249</ContributionGuid>
<ContributionSpeakerGuid>1282ca82-ef32-4f48-8ef9-2e84b80abcd5</ContributionSpeakerGuid>
<CopyFromFileGuid>15067930-864a-4a23-9ae5-05f8d7b73d9f</CopyFromFileGuid>
<EventContentGuid>aceb5df1-3b44-4f4f-9f69-97de7163111e</EventContentGuid>
<EventGuid>a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c</EventGuid>
<EventLocationGuid>fcf066bd-989b-4ac2-a2ec-f014d086543f</EventLocationGuid>
<FileContents>QEA=</FileContents>
<FileName>sample string 2</FileName>
<FileSize>4</FileSize>
<FileType>Unassigned</FileType>
<FolderGuid>838e751d-38de-4021-8f42-4ef51f3c12e4</FolderGuid>
<Height>1</Height>
<InStorage>true</InStorage>
<NewsGuid>cff63ebe-9421-4f26-9812-4d7f51ddaec2</NewsGuid>
<OriginalFileGuid>adfc3bb3-e3b6-44c0-907e-0871de8271f2</OriginalFileGuid>
<OriginalFileName>sample string 3</OriginalFileName>
<PersonGuid>9f7fa056-bf54-4cd6-97df-65027dc401d8</PersonGuid>
<TrainingGuid>ef17d5fe-2002-42c6-a0f6-309591d1106c</TrainingGuid>
<TrainingLocationGuid>fcd09487-bc89-49e4-81b2-68bc320403f1</TrainingLocationGuid>
<Width>1</Width>
</ActivityPictureFile>
<ActivityPresentationFile1>
<ErrorMessages xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">
<d3p1:KeyValueOfstringstring>
<d3p1:Key>sample string 1</d3p1:Key>
<d3p1:Value>sample string 2</d3p1:Value>
</d3p1:KeyValueOfstringstring>
<d3p1:KeyValueOfstringstring>
<d3p1:Key>sample string 3</d3p1:Key>
<d3p1:Value>sample string 4</d3p1:Value>
</d3p1:KeyValueOfstringstring>
</ErrorMessages>
<Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">16fe21b6-4558-4bd6-8f27-9868c25f03fe</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Modified>
<ActivityGuid>971a1e4d-7952-4c08-8f48-8da338e61f7a</ActivityGuid>
<AgendaItemGuid>aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1</AgendaItemGuid>
<Alias>sample string 6</Alias>
<CompanyGuid>2eff1355-33ea-47d0-bcf7-dbe78bb220d7</CompanyGuid>
<ContentType>sample string 1</ContentType>
<ContributionGuid>53d825ce-d9ce-4bee-82e6-9d53aaa32249</ContributionGuid>
<ContributionSpeakerGuid>1282ca82-ef32-4f48-8ef9-2e84b80abcd5</ContributionSpeakerGuid>
<CopyFromFileGuid>15067930-864a-4a23-9ae5-05f8d7b73d9f</CopyFromFileGuid>
<EventContentGuid>aceb5df1-3b44-4f4f-9f69-97de7163111e</EventContentGuid>
<EventGuid>a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c</EventGuid>
<EventLocationGuid>fcf066bd-989b-4ac2-a2ec-f014d086543f</EventLocationGuid>
<FileContents>QEA=</FileContents>
<FileName>sample string 2</FileName>
<FileSize>4</FileSize>
<FileType>Unassigned</FileType>
<FolderGuid>838e751d-38de-4021-8f42-4ef51f3c12e4</FolderGuid>
<Height>1</Height>
<InStorage>true</InStorage>
<NewsGuid>cff63ebe-9421-4f26-9812-4d7f51ddaec2</NewsGuid>
<OriginalFileGuid>adfc3bb3-e3b6-44c0-907e-0871de8271f2</OriginalFileGuid>
<OriginalFileName>sample string 3</OriginalFileName>
<PersonGuid>9f7fa056-bf54-4cd6-97df-65027dc401d8</PersonGuid>
<TrainingGuid>ef17d5fe-2002-42c6-a0f6-309591d1106c</TrainingGuid>
<TrainingLocationGuid>fcd09487-bc89-49e4-81b2-68bc320403f1</TrainingLocationGuid>
<Width>1</Width>
</ActivityPresentationFile1>
<ActivityPresentationFile2>
<ErrorMessages xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">
<d3p1:KeyValueOfstringstring>
<d3p1:Key>sample string 1</d3p1:Key>
<d3p1:Value>sample string 2</d3p1:Value>
</d3p1:KeyValueOfstringstring>
<d3p1:KeyValueOfstringstring>
<d3p1:Key>sample string 3</d3p1:Key>
<d3p1:Value>sample string 4</d3p1:Value>
</d3p1:KeyValueOfstringstring>
</ErrorMessages>
<Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">16fe21b6-4558-4bd6-8f27-9868c25f03fe</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Modified>
<ActivityGuid>971a1e4d-7952-4c08-8f48-8da338e61f7a</ActivityGuid>
<AgendaItemGuid>aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1</AgendaItemGuid>
<Alias>sample string 6</Alias>
<CompanyGuid>2eff1355-33ea-47d0-bcf7-dbe78bb220d7</CompanyGuid>
<ContentType>sample string 1</ContentType>
<ContributionGuid>53d825ce-d9ce-4bee-82e6-9d53aaa32249</ContributionGuid>
<ContributionSpeakerGuid>1282ca82-ef32-4f48-8ef9-2e84b80abcd5</ContributionSpeakerGuid>
<CopyFromFileGuid>15067930-864a-4a23-9ae5-05f8d7b73d9f</CopyFromFileGuid>
<EventContentGuid>aceb5df1-3b44-4f4f-9f69-97de7163111e</EventContentGuid>
<EventGuid>a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c</EventGuid>
<EventLocationGuid>fcf066bd-989b-4ac2-a2ec-f014d086543f</EventLocationGuid>
<FileContents>QEA=</FileContents>
<FileName>sample string 2</FileName>
<FileSize>4</FileSize>
<FileType>Unassigned</FileType>
<FolderGuid>838e751d-38de-4021-8f42-4ef51f3c12e4</FolderGuid>
<Height>1</Height>
<InStorage>true</InStorage>
<NewsGuid>cff63ebe-9421-4f26-9812-4d7f51ddaec2</NewsGuid>
<OriginalFileGuid>adfc3bb3-e3b6-44c0-907e-0871de8271f2</OriginalFileGuid>
<OriginalFileName>sample string 3</OriginalFileName>
<PersonGuid>9f7fa056-bf54-4cd6-97df-65027dc401d8</PersonGuid>
<TrainingGuid>ef17d5fe-2002-42c6-a0f6-309591d1106c</TrainingGuid>
<TrainingLocationGuid>fcd09487-bc89-49e4-81b2-68bc320403f1</TrainingLocationGuid>
<Width>1</Width>
</ActivityPresentationFile2>
<ActivityPresentationFile3>
<ErrorMessages xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">
<d3p1:KeyValueOfstringstring>
<d3p1:Key>sample string 1</d3p1:Key>
<d3p1:Value>sample string 2</d3p1:Value>
</d3p1:KeyValueOfstringstring>
<d3p1:KeyValueOfstringstring>
<d3p1:Key>sample string 3</d3p1:Key>
<d3p1:Value>sample string 4</d3p1:Value>
</d3p1:KeyValueOfstringstring>
</ErrorMessages>
<Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">16fe21b6-4558-4bd6-8f27-9868c25f03fe</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Modified>
<ActivityGuid>971a1e4d-7952-4c08-8f48-8da338e61f7a</ActivityGuid>
<AgendaItemGuid>aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1</AgendaItemGuid>
<Alias>sample string 6</Alias>
<CompanyGuid>2eff1355-33ea-47d0-bcf7-dbe78bb220d7</CompanyGuid>
<ContentType>sample string 1</ContentType>
<ContributionGuid>53d825ce-d9ce-4bee-82e6-9d53aaa32249</ContributionGuid>
<ContributionSpeakerGuid>1282ca82-ef32-4f48-8ef9-2e84b80abcd5</ContributionSpeakerGuid>
<CopyFromFileGuid>15067930-864a-4a23-9ae5-05f8d7b73d9f</CopyFromFileGuid>
<EventContentGuid>aceb5df1-3b44-4f4f-9f69-97de7163111e</EventContentGuid>
<EventGuid>a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c</EventGuid>
<EventLocationGuid>fcf066bd-989b-4ac2-a2ec-f014d086543f</EventLocationGuid>
<FileContents>QEA=</FileContents>
<FileName>sample string 2</FileName>
<FileSize>4</FileSize>
<FileType>Unassigned</FileType>
<FolderGuid>838e751d-38de-4021-8f42-4ef51f3c12e4</FolderGuid>
<Height>1</Height>
<InStorage>true</InStorage>
<NewsGuid>cff63ebe-9421-4f26-9812-4d7f51ddaec2</NewsGuid>
<OriginalFileGuid>adfc3bb3-e3b6-44c0-907e-0871de8271f2</OriginalFileGuid>
<OriginalFileName>sample string 3</OriginalFileName>
<PersonGuid>9f7fa056-bf54-4cd6-97df-65027dc401d8</PersonGuid>
<TrainingGuid>ef17d5fe-2002-42c6-a0f6-309591d1106c</TrainingGuid>
<TrainingLocationGuid>fcd09487-bc89-49e4-81b2-68bc320403f1</TrainingLocationGuid>
<Width>1</Width>
</ActivityPresentationFile3>
<ActivityPresentationFile4>
<ErrorMessages xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">
<d3p1:KeyValueOfstringstring>
<d3p1:Key>sample string 1</d3p1:Key>
<d3p1:Value>sample string 2</d3p1:Value>
</d3p1:KeyValueOfstringstring>
<d3p1:KeyValueOfstringstring>
<d3p1:Key>sample string 3</d3p1:Key>
<d3p1:Value>sample string 4</d3p1:Value>
</d3p1:KeyValueOfstringstring>
</ErrorMessages>
<Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">16fe21b6-4558-4bd6-8f27-9868c25f03fe</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Modified>
<ActivityGuid>971a1e4d-7952-4c08-8f48-8da338e61f7a</ActivityGuid>
<AgendaItemGuid>aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1</AgendaItemGuid>
<Alias>sample string 6</Alias>
<CompanyGuid>2eff1355-33ea-47d0-bcf7-dbe78bb220d7</CompanyGuid>
<ContentType>sample string 1</ContentType>
<ContributionGuid>53d825ce-d9ce-4bee-82e6-9d53aaa32249</ContributionGuid>
<ContributionSpeakerGuid>1282ca82-ef32-4f48-8ef9-2e84b80abcd5</ContributionSpeakerGuid>
<CopyFromFileGuid>15067930-864a-4a23-9ae5-05f8d7b73d9f</CopyFromFileGuid>
<EventContentGuid>aceb5df1-3b44-4f4f-9f69-97de7163111e</EventContentGuid>
<EventGuid>a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c</EventGuid>
<EventLocationGuid>fcf066bd-989b-4ac2-a2ec-f014d086543f</EventLocationGuid>
<FileContents>QEA=</FileContents>
<FileName>sample string 2</FileName>
<FileSize>4</FileSize>
<FileType>Unassigned</FileType>
<FolderGuid>838e751d-38de-4021-8f42-4ef51f3c12e4</FolderGuid>
<Height>1</Height>
<InStorage>true</InStorage>
<NewsGuid>cff63ebe-9421-4f26-9812-4d7f51ddaec2</NewsGuid>
<OriginalFileGuid>adfc3bb3-e3b6-44c0-907e-0871de8271f2</OriginalFileGuid>
<OriginalFileName>sample string 3</OriginalFileName>
<PersonGuid>9f7fa056-bf54-4cd6-97df-65027dc401d8</PersonGuid>
<TrainingGuid>ef17d5fe-2002-42c6-a0f6-309591d1106c</TrainingGuid>
<TrainingLocationGuid>fcd09487-bc89-49e4-81b2-68bc320403f1</TrainingLocationGuid>
<Width>1</Width>
</ActivityPresentationFile4>
<ActivityPresentationFile5>
<ErrorMessages xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">
<d3p1:KeyValueOfstringstring>
<d3p1:Key>sample string 1</d3p1:Key>
<d3p1:Value>sample string 2</d3p1:Value>
</d3p1:KeyValueOfstringstring>
<d3p1:KeyValueOfstringstring>
<d3p1:Key>sample string 3</d3p1:Key>
<d3p1:Value>sample string 4</d3p1:Value>
</d3p1:KeyValueOfstringstring>
</ErrorMessages>
<Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">16fe21b6-4558-4bd6-8f27-9868c25f03fe</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Modified>
<ActivityGuid>971a1e4d-7952-4c08-8f48-8da338e61f7a</ActivityGuid>
<AgendaItemGuid>aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1</AgendaItemGuid>
<Alias>sample string 6</Alias>
<CompanyGuid>2eff1355-33ea-47d0-bcf7-dbe78bb220d7</CompanyGuid>
<ContentType>sample string 1</ContentType>
<ContributionGuid>53d825ce-d9ce-4bee-82e6-9d53aaa32249</ContributionGuid>
<ContributionSpeakerGuid>1282ca82-ef32-4f48-8ef9-2e84b80abcd5</ContributionSpeakerGuid>
<CopyFromFileGuid>15067930-864a-4a23-9ae5-05f8d7b73d9f</CopyFromFileGuid>
<EventContentGuid>aceb5df1-3b44-4f4f-9f69-97de7163111e</EventContentGuid>
<EventGuid>a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c</EventGuid>
<EventLocationGuid>fcf066bd-989b-4ac2-a2ec-f014d086543f</EventLocationGuid>
<FileContents>QEA=</FileContents>
<FileName>sample string 2</FileName>
<FileSize>4</FileSize>
<FileType>Unassigned</FileType>
<FolderGuid>838e751d-38de-4021-8f42-4ef51f3c12e4</FolderGuid>
<Height>1</Height>
<InStorage>true</InStorage>
<NewsGuid>cff63ebe-9421-4f26-9812-4d7f51ddaec2</NewsGuid>
<OriginalFileGuid>adfc3bb3-e3b6-44c0-907e-0871de8271f2</OriginalFileGuid>
<OriginalFileName>sample string 3</OriginalFileName>
<PersonGuid>9f7fa056-bf54-4cd6-97df-65027dc401d8</PersonGuid>
<TrainingGuid>ef17d5fe-2002-42c6-a0f6-309591d1106c</TrainingGuid>
<TrainingLocationGuid>fcd09487-bc89-49e4-81b2-68bc320403f1</TrainingLocationGuid>
<Width>1</Width>
</ActivityPresentationFile5>
<ActivityPresentationFiles>
<FileViewModel>
<ErrorMessages xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">
<d4p1:KeyValueOfstringstring>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value>sample string 2</d4p1:Value>
</d4p1:KeyValueOfstringstring>
<d4p1:KeyValueOfstringstring>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value>sample string 4</d4p1:Value>
</d4p1:KeyValueOfstringstring>
</ErrorMessages>
<Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">16fe21b6-4558-4bd6-8f27-9868c25f03fe</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Modified>
<ActivityGuid>971a1e4d-7952-4c08-8f48-8da338e61f7a</ActivityGuid>
<AgendaItemGuid>aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1</AgendaItemGuid>
<Alias>sample string 6</Alias>
<CompanyGuid>2eff1355-33ea-47d0-bcf7-dbe78bb220d7</CompanyGuid>
<ContentType>sample string 1</ContentType>
<ContributionGuid>53d825ce-d9ce-4bee-82e6-9d53aaa32249</ContributionGuid>
<ContributionSpeakerGuid>1282ca82-ef32-4f48-8ef9-2e84b80abcd5</ContributionSpeakerGuid>
<CopyFromFileGuid>15067930-864a-4a23-9ae5-05f8d7b73d9f</CopyFromFileGuid>
<EventContentGuid>aceb5df1-3b44-4f4f-9f69-97de7163111e</EventContentGuid>
<EventGuid>a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c</EventGuid>
<EventLocationGuid>fcf066bd-989b-4ac2-a2ec-f014d086543f</EventLocationGuid>
<FileContents>QEA=</FileContents>
<FileName>sample string 2</FileName>
<FileSize>4</FileSize>
<FileType>Unassigned</FileType>
<FolderGuid>838e751d-38de-4021-8f42-4ef51f3c12e4</FolderGuid>
<Height>1</Height>
<InStorage>true</InStorage>
<NewsGuid>cff63ebe-9421-4f26-9812-4d7f51ddaec2</NewsGuid>
<OriginalFileGuid>adfc3bb3-e3b6-44c0-907e-0871de8271f2</OriginalFileGuid>
<OriginalFileName>sample string 3</OriginalFileName>
<PersonGuid>9f7fa056-bf54-4cd6-97df-65027dc401d8</PersonGuid>
<TrainingGuid>ef17d5fe-2002-42c6-a0f6-309591d1106c</TrainingGuid>
<TrainingLocationGuid>fcd09487-bc89-49e4-81b2-68bc320403f1</TrainingLocationGuid>
<Width>1</Width>
</FileViewModel>
<FileViewModel>
<ErrorMessages xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">
<d4p1:KeyValueOfstringstring>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value>sample string 2</d4p1:Value>
</d4p1:KeyValueOfstringstring>
<d4p1:KeyValueOfstringstring>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value>sample string 4</d4p1:Value>
</d4p1:KeyValueOfstringstring>
</ErrorMessages>
<Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">16fe21b6-4558-4bd6-8f27-9868c25f03fe</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Modified>
<ActivityGuid>971a1e4d-7952-4c08-8f48-8da338e61f7a</ActivityGuid>
<AgendaItemGuid>aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1</AgendaItemGuid>
<Alias>sample string 6</Alias>
<CompanyGuid>2eff1355-33ea-47d0-bcf7-dbe78bb220d7</CompanyGuid>
<ContentType>sample string 1</ContentType>
<ContributionGuid>53d825ce-d9ce-4bee-82e6-9d53aaa32249</ContributionGuid>
<ContributionSpeakerGuid>1282ca82-ef32-4f48-8ef9-2e84b80abcd5</ContributionSpeakerGuid>
<CopyFromFileGuid>15067930-864a-4a23-9ae5-05f8d7b73d9f</CopyFromFileGuid>
<EventContentGuid>aceb5df1-3b44-4f4f-9f69-97de7163111e</EventContentGuid>
<EventGuid>a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c</EventGuid>
<EventLocationGuid>fcf066bd-989b-4ac2-a2ec-f014d086543f</EventLocationGuid>
<FileContents>QEA=</FileContents>
<FileName>sample string 2</FileName>
<FileSize>4</FileSize>
<FileType>Unassigned</FileType>
<FolderGuid>838e751d-38de-4021-8f42-4ef51f3c12e4</FolderGuid>
<Height>1</Height>
<InStorage>true</InStorage>
<NewsGuid>cff63ebe-9421-4f26-9812-4d7f51ddaec2</NewsGuid>
<OriginalFileGuid>adfc3bb3-e3b6-44c0-907e-0871de8271f2</OriginalFileGuid>
<OriginalFileName>sample string 3</OriginalFileName>
<PersonGuid>9f7fa056-bf54-4cd6-97df-65027dc401d8</PersonGuid>
<TrainingGuid>ef17d5fe-2002-42c6-a0f6-309591d1106c</TrainingGuid>
<TrainingLocationGuid>fcd09487-bc89-49e4-81b2-68bc320403f1</TrainingLocationGuid>
<Width>1</Width>
</FileViewModel>
<FileViewModel>
<ErrorMessages xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">
<d4p1:KeyValueOfstringstring>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value>sample string 2</d4p1:Value>
</d4p1:KeyValueOfstringstring>
<d4p1:KeyValueOfstringstring>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value>sample string 4</d4p1:Value>
</d4p1:KeyValueOfstringstring>
</ErrorMessages>
<Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">16fe21b6-4558-4bd6-8f27-9868c25f03fe</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Modified>
<ActivityGuid>971a1e4d-7952-4c08-8f48-8da338e61f7a</ActivityGuid>
<AgendaItemGuid>aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1</AgendaItemGuid>
<Alias>sample string 6</Alias>
<CompanyGuid>2eff1355-33ea-47d0-bcf7-dbe78bb220d7</CompanyGuid>
<ContentType>sample string 1</ContentType>
<ContributionGuid>53d825ce-d9ce-4bee-82e6-9d53aaa32249</ContributionGuid>
<ContributionSpeakerGuid>1282ca82-ef32-4f48-8ef9-2e84b80abcd5</ContributionSpeakerGuid>
<CopyFromFileGuid>15067930-864a-4a23-9ae5-05f8d7b73d9f</CopyFromFileGuid>
<EventContentGuid>aceb5df1-3b44-4f4f-9f69-97de7163111e</EventContentGuid>
<EventGuid>a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c</EventGuid>
<EventLocationGuid>fcf066bd-989b-4ac2-a2ec-f014d086543f</EventLocationGuid>
<FileContents>QEA=</FileContents>
<FileName>sample string 2</FileName>
<FileSize>4</FileSize>
<FileType>Unassigned</FileType>
<FolderGuid>838e751d-38de-4021-8f42-4ef51f3c12e4</FolderGuid>
<Height>1</Height>
<InStorage>true</InStorage>
<NewsGuid>cff63ebe-9421-4f26-9812-4d7f51ddaec2</NewsGuid>
<OriginalFileGuid>adfc3bb3-e3b6-44c0-907e-0871de8271f2</OriginalFileGuid>
<OriginalFileName>sample string 3</OriginalFileName>
<PersonGuid>9f7fa056-bf54-4cd6-97df-65027dc401d8</PersonGuid>
<TrainingGuid>ef17d5fe-2002-42c6-a0f6-309591d1106c</TrainingGuid>
<TrainingLocationGuid>fcd09487-bc89-49e4-81b2-68bc320403f1</TrainingLocationGuid>
<Width>1</Width>
</FileViewModel>
<FileViewModel>
<ErrorMessages xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">
<d4p1:KeyValueOfstringstring>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value>sample string 2</d4p1:Value>
</d4p1:KeyValueOfstringstring>
<d4p1:KeyValueOfstringstring>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value>sample string 4</d4p1:Value>
</d4p1:KeyValueOfstringstring>
</ErrorMessages>
<Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">16fe21b6-4558-4bd6-8f27-9868c25f03fe</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Modified>
<ActivityGuid>971a1e4d-7952-4c08-8f48-8da338e61f7a</ActivityGuid>
<AgendaItemGuid>aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1</AgendaItemGuid>
<Alias>sample string 6</Alias>
<CompanyGuid>2eff1355-33ea-47d0-bcf7-dbe78bb220d7</CompanyGuid>
<ContentType>sample string 1</ContentType>
<ContributionGuid>53d825ce-d9ce-4bee-82e6-9d53aaa32249</ContributionGuid>
<ContributionSpeakerGuid>1282ca82-ef32-4f48-8ef9-2e84b80abcd5</ContributionSpeakerGuid>
<CopyFromFileGuid>15067930-864a-4a23-9ae5-05f8d7b73d9f</CopyFromFileGuid>
<EventContentGuid>aceb5df1-3b44-4f4f-9f69-97de7163111e</EventContentGuid>
<EventGuid>a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c</EventGuid>
<EventLocationGuid>fcf066bd-989b-4ac2-a2ec-f014d086543f</EventLocationGuid>
<FileContents>QEA=</FileContents>
<FileName>sample string 2</FileName>
<FileSize>4</FileSize>
<FileType>Unassigned</FileType>
<FolderGuid>838e751d-38de-4021-8f42-4ef51f3c12e4</FolderGuid>
<Height>1</Height>
<InStorage>true</InStorage>
<NewsGuid>cff63ebe-9421-4f26-9812-4d7f51ddaec2</NewsGuid>
<OriginalFileGuid>adfc3bb3-e3b6-44c0-907e-0871de8271f2</OriginalFileGuid>
<OriginalFileName>sample string 3</OriginalFileName>
<PersonGuid>9f7fa056-bf54-4cd6-97df-65027dc401d8</PersonGuid>
<TrainingGuid>ef17d5fe-2002-42c6-a0f6-309591d1106c</TrainingGuid>
<TrainingLocationGuid>fcd09487-bc89-49e4-81b2-68bc320403f1</TrainingLocationGuid>
<Width>1</Width>
</FileViewModel>
<FileViewModel>
<ErrorMessages xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">
<d4p1:KeyValueOfstringstring>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value>sample string 2</d4p1:Value>
</d4p1:KeyValueOfstringstring>
<d4p1:KeyValueOfstringstring>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value>sample string 4</d4p1:Value>
</d4p1:KeyValueOfstringstring>
</ErrorMessages>
<Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">16fe21b6-4558-4bd6-8f27-9868c25f03fe</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Modified>
<ActivityGuid>971a1e4d-7952-4c08-8f48-8da338e61f7a</ActivityGuid>
<AgendaItemGuid>aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1</AgendaItemGuid>
<Alias>sample string 6</Alias>
<CompanyGuid>2eff1355-33ea-47d0-bcf7-dbe78bb220d7</CompanyGuid>
<ContentType>sample string 1</ContentType>
<ContributionGuid>53d825ce-d9ce-4bee-82e6-9d53aaa32249</ContributionGuid>
<ContributionSpeakerGuid>1282ca82-ef32-4f48-8ef9-2e84b80abcd5</ContributionSpeakerGuid>
<CopyFromFileGuid>15067930-864a-4a23-9ae5-05f8d7b73d9f</CopyFromFileGuid>
<EventContentGuid>aceb5df1-3b44-4f4f-9f69-97de7163111e</EventContentGuid>
<EventGuid>a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c</EventGuid>
<EventLocationGuid>fcf066bd-989b-4ac2-a2ec-f014d086543f</EventLocationGuid>
<FileContents>QEA=</FileContents>
<FileName>sample string 2</FileName>
<FileSize>4</FileSize>
<FileType>Unassigned</FileType>
<FolderGuid>838e751d-38de-4021-8f42-4ef51f3c12e4</FolderGuid>
<Height>1</Height>
<InStorage>true</InStorage>
<NewsGuid>cff63ebe-9421-4f26-9812-4d7f51ddaec2</NewsGuid>
<OriginalFileGuid>adfc3bb3-e3b6-44c0-907e-0871de8271f2</OriginalFileGuid>
<OriginalFileName>sample string 3</OriginalFileName>
<PersonGuid>9f7fa056-bf54-4cd6-97df-65027dc401d8</PersonGuid>
<TrainingGuid>ef17d5fe-2002-42c6-a0f6-309591d1106c</TrainingGuid>
<TrainingLocationGuid>fcd09487-bc89-49e4-81b2-68bc320403f1</TrainingLocationGuid>
<Width>1</Width>
</FileViewModel>
</ActivityPresentationFiles>
<AgreedToUseData>true</AgreedToUseData>
<DayPartGuid>8751d827-2bf7-41ef-84d2-8fca3c3bacca</DayPartGuid>
<EventDateGuid>d709ef8c-4f48-47eb-a731-8659feedd60e</EventDateGuid>
<EventGuid>47acddff-16a2-468e-b61e-ad3258314cdc</EventGuid>
<EventThemeGuid>4e085425-83c4-44d0-9aa2-09c15223526c</EventThemeGuid>
<EventWorkFormGuid>7db98e1d-423f-43b4-9e2e-9f7da3e57045</EventWorkFormGuid>
<FilesToRemove xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>c86bc882-3fc4-443e-8cc7-42e6dd762056</d2p1:guid>
<d2p1:guid>1d9242b4-f2ea-43a1-8831-dd5d03101c9e</d2p1:guid>
</FilesToRemove>
<FormGroups>
<ContributionFormGroupViewModel>
<ErrorMessages xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">
<d4p1:KeyValueOfstringstring>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value>sample string 2</d4p1:Value>
</d4p1:KeyValueOfstringstring>
<d4p1:KeyValueOfstringstring>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value>sample string 4</d4p1:Value>
</d4p1:KeyValueOfstringstring>
</ErrorMessages>
<Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">33840f26-6c00-4a8d-b179-47bf41cca9bc</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Modified>
<EventGuid>29a3f296-aaaa-4cbe-bf31-db70504834cb</EventGuid>
<FieldEnabled>true</FieldEnabled>
<FieldLabel>sample string 2</FieldLabel>
<FieldName>sample string 1</FieldName>
<TooltipEnabled>true</TooltipEnabled>
<TooltipText>sample string 5</TooltipText>
</ContributionFormGroupViewModel>
<ContributionFormGroupViewModel>
<ErrorMessages xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">
<d4p1:KeyValueOfstringstring>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value>sample string 2</d4p1:Value>
</d4p1:KeyValueOfstringstring>
<d4p1:KeyValueOfstringstring>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value>sample string 4</d4p1:Value>
</d4p1:KeyValueOfstringstring>
</ErrorMessages>
<Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">33840f26-6c00-4a8d-b179-47bf41cca9bc</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Modified>
<EventGuid>29a3f296-aaaa-4cbe-bf31-db70504834cb</EventGuid>
<FieldEnabled>true</FieldEnabled>
<FieldLabel>sample string 2</FieldLabel>
<FieldName>sample string 1</FieldName>
<TooltipEnabled>true</TooltipEnabled>
<TooltipText>sample string 5</TooltipText>
</ContributionFormGroupViewModel>
</FormGroups>
<InternalNote>sample string 5</InternalNote>
<IsScheduled>true</IsScheduled>
<LastModifiedUserId>sample string 6</LastModifiedUserId>
<SessionDescription>sample string 3</SessionDescription>
<SessionTitle>sample string 2</SessionTitle>
<Speakers>
<SpeakerViewModel>
<ErrorMessages xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">
<d4p1:KeyValueOfstringstring>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value>sample string 2</d4p1:Value>
</d4p1:KeyValueOfstringstring>
<d4p1:KeyValueOfstringstring>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value>sample string 4</d4p1:Value>
</d4p1:KeyValueOfstringstring>
</ErrorMessages>
<Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">04ad2d1e-45de-4053-ade1-3716a9b92c67</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Modified>
<CurriculumVitaeDescription>sample string 9</CurriculumVitaeDescription>
<EmailAddress>sample string 6</EmailAddress>
<FirstName>sample string 3</FirstName>
<Function>sample string 8</Function>
<LastName>sample string 5</LastName>
<MiddleName>sample string 4</MiddleName>
<Organisation>sample string 7</Organisation>
<PersonGuid>d67ef0c5-98da-4d06-bf14-d1376e208987</PersonGuid>
<PictureFile>
<ErrorMessages xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">
<d5p1:KeyValueOfstringstring>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Value>sample string 2</d5p1:Value>
</d5p1:KeyValueOfstringstring>
<d5p1:KeyValueOfstringstring>
<d5p1:Key>sample string 3</d5p1:Key>
<d5p1:Value>sample string 4</d5p1:Value>
</d5p1:KeyValueOfstringstring>
</ErrorMessages>
<Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">16fe21b6-4558-4bd6-8f27-9868c25f03fe</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Modified>
<ActivityGuid>971a1e4d-7952-4c08-8f48-8da338e61f7a</ActivityGuid>
<AgendaItemGuid>aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1</AgendaItemGuid>
<Alias>sample string 6</Alias>
<CompanyGuid>2eff1355-33ea-47d0-bcf7-dbe78bb220d7</CompanyGuid>
<ContentType>sample string 1</ContentType>
<ContributionGuid>53d825ce-d9ce-4bee-82e6-9d53aaa32249</ContributionGuid>
<ContributionSpeakerGuid>1282ca82-ef32-4f48-8ef9-2e84b80abcd5</ContributionSpeakerGuid>
<CopyFromFileGuid>15067930-864a-4a23-9ae5-05f8d7b73d9f</CopyFromFileGuid>
<EventContentGuid>aceb5df1-3b44-4f4f-9f69-97de7163111e</EventContentGuid>
<EventGuid>a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c</EventGuid>
<EventLocationGuid>fcf066bd-989b-4ac2-a2ec-f014d086543f</EventLocationGuid>
<FileContents>QEA=</FileContents>
<FileName>sample string 2</FileName>
<FileSize>4</FileSize>
<FileType>Unassigned</FileType>
<FolderGuid>838e751d-38de-4021-8f42-4ef51f3c12e4</FolderGuid>
<Height>1</Height>
<InStorage>true</InStorage>
<NewsGuid>cff63ebe-9421-4f26-9812-4d7f51ddaec2</NewsGuid>
<OriginalFileGuid>adfc3bb3-e3b6-44c0-907e-0871de8271f2</OriginalFileGuid>
<OriginalFileName>sample string 3</OriginalFileName>
<PersonGuid>9f7fa056-bf54-4cd6-97df-65027dc401d8</PersonGuid>
<TrainingGuid>ef17d5fe-2002-42c6-a0f6-309591d1106c</TrainingGuid>
<TrainingLocationGuid>fcd09487-bc89-49e4-81b2-68bc320403f1</TrainingLocationGuid>
<Width>1</Width>
</PictureFile>
<Title>sample string 2</Title>
</SpeakerViewModel>
<SpeakerViewModel>
<ErrorMessages xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">
<d4p1:KeyValueOfstringstring>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value>sample string 2</d4p1:Value>
</d4p1:KeyValueOfstringstring>
<d4p1:KeyValueOfstringstring>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value>sample string 4</d4p1:Value>
</d4p1:KeyValueOfstringstring>
</ErrorMessages>
<Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">04ad2d1e-45de-4053-ade1-3716a9b92c67</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Modified>
<CurriculumVitaeDescription>sample string 9</CurriculumVitaeDescription>
<EmailAddress>sample string 6</EmailAddress>
<FirstName>sample string 3</FirstName>
<Function>sample string 8</Function>
<LastName>sample string 5</LastName>
<MiddleName>sample string 4</MiddleName>
<Organisation>sample string 7</Organisation>
<PersonGuid>d67ef0c5-98da-4d06-bf14-d1376e208987</PersonGuid>
<PictureFile>
<ErrorMessages xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">
<d5p1:KeyValueOfstringstring>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Value>sample string 2</d5p1:Value>
</d5p1:KeyValueOfstringstring>
<d5p1:KeyValueOfstringstring>
<d5p1:Key>sample string 3</d5p1:Key>
<d5p1:Value>sample string 4</d5p1:Value>
</d5p1:KeyValueOfstringstring>
</ErrorMessages>
<Created xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Created>
<Deleted xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Deleted>
<Guid xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">16fe21b6-4558-4bd6-8f27-9868c25f03fe</Guid>
<Modified xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services">2026-05-14T10:35:29.1681441+00:00</Modified>
<ActivityGuid>971a1e4d-7952-4c08-8f48-8da338e61f7a</ActivityGuid>
<AgendaItemGuid>aad9ccd6-6e1d-4aba-8222-8151fa9fc2c1</AgendaItemGuid>
<Alias>sample string 6</Alias>
<CompanyGuid>2eff1355-33ea-47d0-bcf7-dbe78bb220d7</CompanyGuid>
<ContentType>sample string 1</ContentType>
<ContributionGuid>53d825ce-d9ce-4bee-82e6-9d53aaa32249</ContributionGuid>
<ContributionSpeakerGuid>1282ca82-ef32-4f48-8ef9-2e84b80abcd5</ContributionSpeakerGuid>
<CopyFromFileGuid>15067930-864a-4a23-9ae5-05f8d7b73d9f</CopyFromFileGuid>
<EventContentGuid>aceb5df1-3b44-4f4f-9f69-97de7163111e</EventContentGuid>
<EventGuid>a4f1ef72-16ed-44b1-a34c-e3c29ff65f8c</EventGuid>
<EventLocationGuid>fcf066bd-989b-4ac2-a2ec-f014d086543f</EventLocationGuid>
<FileContents>QEA=</FileContents>
<FileName>sample string 2</FileName>
<FileSize>4</FileSize>
<FileType>Unassigned</FileType>
<FolderGuid>838e751d-38de-4021-8f42-4ef51f3c12e4</FolderGuid>
<Height>1</Height>
<InStorage>true</InStorage>
<NewsGuid>cff63ebe-9421-4f26-9812-4d7f51ddaec2</NewsGuid>
<OriginalFileGuid>adfc3bb3-e3b6-44c0-907e-0871de8271f2</OriginalFileGuid>
<OriginalFileName>sample string 3</OriginalFileName>
<PersonGuid>9f7fa056-bf54-4cd6-97df-65027dc401d8</PersonGuid>
<TrainingGuid>ef17d5fe-2002-42c6-a0f6-309591d1106c</TrainingGuid>
<TrainingLocationGuid>fcd09487-bc89-49e4-81b2-68bc320403f1</TrainingLocationGuid>
<Width>1</Width>
</PictureFile>
<Title>sample string 2</Title>
</SpeakerViewModel>
</Speakers>
</ContributionViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |