POST api/EventProgram/AddNewProgram
Request Information
URI Parameters
None.
Body Parameters
ProgramDetailName | Description | Type | Additional information |
---|---|---|---|
EventId | integer |
None. |
|
ProgramId | integer |
None. |
|
Programs | Collection of EventProgramModel |
None. |
Request Formats
application/json, text/json
Sample:
{ "EventId": 1, "ProgramId": 1, "Programs": [ { "Header": { "ProgramId": 1, "Name": "sample string 2", "EventId": 3, "Description": "sample string 4", "StartTime": "2024-11-26T17:19:49.4338533+02:00", "EndTime": "2024-11-26T17:19:49.4338533+02:00", "SpeakerName": "sample string 5", "CreatedDate": "2024-11-26T17:19:49.4338533+02:00", "CreatedBy": 7, "ModifiedDate": "2024-11-26T17:19:49.4338533+02:00", "ModifiedBy": 1, "IsDeleted": true, "ParentId": 1, "MarkForDelete": true, "ExpandItems": true, "CpdPoints": 1, "ProgramTypeId": 1, "IsSession": true, "Venue": "sample string 9", "ProgramTypeName": "sample string 10", "CPDLevelId": 1 }, "Children": [ { "ProgramId": 1, "Name": "sample string 2", "EventId": 3, "Description": "sample string 4", "StartTime": "2024-11-26T17:19:49.4338533+02:00", "EndTime": "2024-11-26T17:19:49.4338533+02:00", "SpeakerName": "sample string 5", "CreatedDate": "2024-11-26T17:19:49.4338533+02:00", "CreatedBy": 7, "ModifiedDate": "2024-11-26T17:19:49.4338533+02:00", "ModifiedBy": 1, "IsDeleted": true, "ParentId": 1, "MarkForDelete": true, "ExpandItems": true, "CpdPoints": 1, "ProgramTypeId": 1, "Expanded": true, "Venue": "sample string 9", "CPDLevelId": 1 }, { "ProgramId": 1, "Name": "sample string 2", "EventId": 3, "Description": "sample string 4", "StartTime": "2024-11-26T17:19:49.4338533+02:00", "EndTime": "2024-11-26T17:19:49.4338533+02:00", "SpeakerName": "sample string 5", "CreatedDate": "2024-11-26T17:19:49.4338533+02:00", "CreatedBy": 7, "ModifiedDate": "2024-11-26T17:19:49.4338533+02:00", "ModifiedBy": 1, "IsDeleted": true, "ParentId": 1, "MarkForDelete": true, "ExpandItems": true, "CpdPoints": 1, "ProgramTypeId": 1, "Expanded": true, "Venue": "sample string 9", "CPDLevelId": 1 } ] }, { "Header": { "ProgramId": 1, "Name": "sample string 2", "EventId": 3, "Description": "sample string 4", "StartTime": "2024-11-26T17:19:49.4338533+02:00", "EndTime": "2024-11-26T17:19:49.4338533+02:00", "SpeakerName": "sample string 5", "CreatedDate": "2024-11-26T17:19:49.4338533+02:00", "CreatedBy": 7, "ModifiedDate": "2024-11-26T17:19:49.4338533+02:00", "ModifiedBy": 1, "IsDeleted": true, "ParentId": 1, "MarkForDelete": true, "ExpandItems": true, "CpdPoints": 1, "ProgramTypeId": 1, "IsSession": true, "Venue": "sample string 9", "ProgramTypeName": "sample string 10", "CPDLevelId": 1 }, "Children": [ { "ProgramId": 1, "Name": "sample string 2", "EventId": 3, "Description": "sample string 4", "StartTime": "2024-11-26T17:19:49.4338533+02:00", "EndTime": "2024-11-26T17:19:49.4338533+02:00", "SpeakerName": "sample string 5", "CreatedDate": "2024-11-26T17:19:49.4338533+02:00", "CreatedBy": 7, "ModifiedDate": "2024-11-26T17:19:49.4338533+02:00", "ModifiedBy": 1, "IsDeleted": true, "ParentId": 1, "MarkForDelete": true, "ExpandItems": true, "CpdPoints": 1, "ProgramTypeId": 1, "Expanded": true, "Venue": "sample string 9", "CPDLevelId": 1 }, { "ProgramId": 1, "Name": "sample string 2", "EventId": 3, "Description": "sample string 4", "StartTime": "2024-11-26T17:19:49.4338533+02:00", "EndTime": "2024-11-26T17:19:49.4338533+02:00", "SpeakerName": "sample string 5", "CreatedDate": "2024-11-26T17:19:49.4338533+02:00", "CreatedBy": 7, "ModifiedDate": "2024-11-26T17:19:49.4338533+02:00", "ModifiedBy": 1, "IsDeleted": true, "ParentId": 1, "MarkForDelete": true, "ExpandItems": true, "CpdPoints": 1, "ProgramTypeId": 1, "Expanded": true, "Venue": "sample string 9", "CPDLevelId": 1 } ] } ] }
application/xml, text/xml
Sample:
<ProgramDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sahiv.Event.Webapp.ViewModels.Event"> <EventId>1</EventId> <ProgramId>1</ProgramId> <Programs xmlns:d2p1="http://schemas.datacontract.org/2004/07/Sahiv.Midtier2.Models"> <d2p1:EventProgramModel> <d2p1:Children xmlns:d4p1="http://schemas.datacontract.org/2004/07/Rysis.Sahiv.Midtier2.Repo"> <d4p1:EVE_ChildProgram_SelectResult> <d4p1:CPDLevelId>1</d4p1:CPDLevelId> <d4p1:CpdPoints>1</d4p1:CpdPoints> <d4p1:CreatedBy>7</d4p1:CreatedBy> <d4p1:CreatedDate>2024-11-26T17:19:49.4338533+02:00</d4p1:CreatedDate> <d4p1:Description>sample string 4</d4p1:Description> <d4p1:EndTime>2024-11-26T17:19:49.4338533+02:00</d4p1:EndTime> <d4p1:EventId>3</d4p1:EventId> <d4p1:ExpandItems>true</d4p1:ExpandItems> <d4p1:Expanded>true</d4p1:Expanded> <d4p1:IsDeleted>true</d4p1:IsDeleted> <d4p1:MarkForDelete>true</d4p1:MarkForDelete> <d4p1:ModifiedBy>1</d4p1:ModifiedBy> <d4p1:ModifiedDate>2024-11-26T17:19:49.4338533+02:00</d4p1:ModifiedDate> <d4p1:Name>sample string 2</d4p1:Name> <d4p1:ParentId>1</d4p1:ParentId> <d4p1:ProgramId>1</d4p1:ProgramId> <d4p1:ProgramTypeId>1</d4p1:ProgramTypeId> <d4p1:SpeakerName>sample string 5</d4p1:SpeakerName> <d4p1:StartTime>2024-11-26T17:19:49.4338533+02:00</d4p1:StartTime> <d4p1:Venue>sample string 9</d4p1:Venue> </d4p1:EVE_ChildProgram_SelectResult> <d4p1:EVE_ChildProgram_SelectResult> <d4p1:CPDLevelId>1</d4p1:CPDLevelId> <d4p1:CpdPoints>1</d4p1:CpdPoints> <d4p1:CreatedBy>7</d4p1:CreatedBy> <d4p1:CreatedDate>2024-11-26T17:19:49.4338533+02:00</d4p1:CreatedDate> <d4p1:Description>sample string 4</d4p1:Description> <d4p1:EndTime>2024-11-26T17:19:49.4338533+02:00</d4p1:EndTime> <d4p1:EventId>3</d4p1:EventId> <d4p1:ExpandItems>true</d4p1:ExpandItems> <d4p1:Expanded>true</d4p1:Expanded> <d4p1:IsDeleted>true</d4p1:IsDeleted> <d4p1:MarkForDelete>true</d4p1:MarkForDelete> <d4p1:ModifiedBy>1</d4p1:ModifiedBy> <d4p1:ModifiedDate>2024-11-26T17:19:49.4338533+02:00</d4p1:ModifiedDate> <d4p1:Name>sample string 2</d4p1:Name> <d4p1:ParentId>1</d4p1:ParentId> <d4p1:ProgramId>1</d4p1:ProgramId> <d4p1:ProgramTypeId>1</d4p1:ProgramTypeId> <d4p1:SpeakerName>sample string 5</d4p1:SpeakerName> <d4p1:StartTime>2024-11-26T17:19:49.4338533+02:00</d4p1:StartTime> <d4p1:Venue>sample string 9</d4p1:Venue> </d4p1:EVE_ChildProgram_SelectResult> </d2p1:Children> <d2p1:Header xmlns:d4p1="http://schemas.datacontract.org/2004/07/Rysis.Sahiv.Midtier2.Repo"> <d4p1:CPDLevelId>1</d4p1:CPDLevelId> <d4p1:CpdPoints>1</d4p1:CpdPoints> <d4p1:CreatedBy>7</d4p1:CreatedBy> <d4p1:CreatedDate>2024-11-26T17:19:49.4338533+02:00</d4p1:CreatedDate> <d4p1:Description>sample string 4</d4p1:Description> <d4p1:EndTime>2024-11-26T17:19:49.4338533+02:00</d4p1:EndTime> <d4p1:EventId>3</d4p1:EventId> <d4p1:ExpandItems>true</d4p1:ExpandItems> <d4p1:IsDeleted>true</d4p1:IsDeleted> <d4p1:IsSession>true</d4p1:IsSession> <d4p1:MarkForDelete>true</d4p1:MarkForDelete> <d4p1:ModifiedBy>1</d4p1:ModifiedBy> <d4p1:ModifiedDate>2024-11-26T17:19:49.4338533+02:00</d4p1:ModifiedDate> <d4p1:Name>sample string 2</d4p1:Name> <d4p1:ParentId>1</d4p1:ParentId> <d4p1:ProgramId>1</d4p1:ProgramId> <d4p1:ProgramTypeId>1</d4p1:ProgramTypeId> <d4p1:ProgramTypeName>sample string 10</d4p1:ProgramTypeName> <d4p1:SpeakerName>sample string 5</d4p1:SpeakerName> <d4p1:StartTime>2024-11-26T17:19:49.4338533+02:00</d4p1:StartTime> <d4p1:Venue>sample string 9</d4p1:Venue> </d2p1:Header> </d2p1:EventProgramModel> <d2p1:EventProgramModel> <d2p1:Children xmlns:d4p1="http://schemas.datacontract.org/2004/07/Rysis.Sahiv.Midtier2.Repo"> <d4p1:EVE_ChildProgram_SelectResult> <d4p1:CPDLevelId>1</d4p1:CPDLevelId> <d4p1:CpdPoints>1</d4p1:CpdPoints> <d4p1:CreatedBy>7</d4p1:CreatedBy> <d4p1:CreatedDate>2024-11-26T17:19:49.4338533+02:00</d4p1:CreatedDate> <d4p1:Description>sample string 4</d4p1:Description> <d4p1:EndTime>2024-11-26T17:19:49.4338533+02:00</d4p1:EndTime> <d4p1:EventId>3</d4p1:EventId> <d4p1:ExpandItems>true</d4p1:ExpandItems> <d4p1:Expanded>true</d4p1:Expanded> <d4p1:IsDeleted>true</d4p1:IsDeleted> <d4p1:MarkForDelete>true</d4p1:MarkForDelete> <d4p1:ModifiedBy>1</d4p1:ModifiedBy> <d4p1:ModifiedDate>2024-11-26T17:19:49.4338533+02:00</d4p1:ModifiedDate> <d4p1:Name>sample string 2</d4p1:Name> <d4p1:ParentId>1</d4p1:ParentId> <d4p1:ProgramId>1</d4p1:ProgramId> <d4p1:ProgramTypeId>1</d4p1:ProgramTypeId> <d4p1:SpeakerName>sample string 5</d4p1:SpeakerName> <d4p1:StartTime>2024-11-26T17:19:49.4338533+02:00</d4p1:StartTime> <d4p1:Venue>sample string 9</d4p1:Venue> </d4p1:EVE_ChildProgram_SelectResult> <d4p1:EVE_ChildProgram_SelectResult> <d4p1:CPDLevelId>1</d4p1:CPDLevelId> <d4p1:CpdPoints>1</d4p1:CpdPoints> <d4p1:CreatedBy>7</d4p1:CreatedBy> <d4p1:CreatedDate>2024-11-26T17:19:49.4338533+02:00</d4p1:CreatedDate> <d4p1:Description>sample string 4</d4p1:Description> <d4p1:EndTime>2024-11-26T17:19:49.4338533+02:00</d4p1:EndTime> <d4p1:EventId>3</d4p1:EventId> <d4p1:ExpandItems>true</d4p1:ExpandItems> <d4p1:Expanded>true</d4p1:Expanded> <d4p1:IsDeleted>true</d4p1:IsDeleted> <d4p1:MarkForDelete>true</d4p1:MarkForDelete> <d4p1:ModifiedBy>1</d4p1:ModifiedBy> <d4p1:ModifiedDate>2024-11-26T17:19:49.4338533+02:00</d4p1:ModifiedDate> <d4p1:Name>sample string 2</d4p1:Name> <d4p1:ParentId>1</d4p1:ParentId> <d4p1:ProgramId>1</d4p1:ProgramId> <d4p1:ProgramTypeId>1</d4p1:ProgramTypeId> <d4p1:SpeakerName>sample string 5</d4p1:SpeakerName> <d4p1:StartTime>2024-11-26T17:19:49.4338533+02:00</d4p1:StartTime> <d4p1:Venue>sample string 9</d4p1:Venue> </d4p1:EVE_ChildProgram_SelectResult> </d2p1:Children> <d2p1:Header xmlns:d4p1="http://schemas.datacontract.org/2004/07/Rysis.Sahiv.Midtier2.Repo"> <d4p1:CPDLevelId>1</d4p1:CPDLevelId> <d4p1:CpdPoints>1</d4p1:CpdPoints> <d4p1:CreatedBy>7</d4p1:CreatedBy> <d4p1:CreatedDate>2024-11-26T17:19:49.4338533+02:00</d4p1:CreatedDate> <d4p1:Description>sample string 4</d4p1:Description> <d4p1:EndTime>2024-11-26T17:19:49.4338533+02:00</d4p1:EndTime> <d4p1:EventId>3</d4p1:EventId> <d4p1:ExpandItems>true</d4p1:ExpandItems> <d4p1:IsDeleted>true</d4p1:IsDeleted> <d4p1:IsSession>true</d4p1:IsSession> <d4p1:MarkForDelete>true</d4p1:MarkForDelete> <d4p1:ModifiedBy>1</d4p1:ModifiedBy> <d4p1:ModifiedDate>2024-11-26T17:19:49.4338533+02:00</d4p1:ModifiedDate> <d4p1:Name>sample string 2</d4p1:Name> <d4p1:ParentId>1</d4p1:ParentId> <d4p1:ProgramId>1</d4p1:ProgramId> <d4p1:ProgramTypeId>1</d4p1:ProgramTypeId> <d4p1:ProgramTypeName>sample string 10</d4p1:ProgramTypeName> <d4p1:SpeakerName>sample string 5</d4p1:SpeakerName> <d4p1:StartTime>2024-11-26T17:19:49.4338533+02:00</d4p1:StartTime> <d4p1:Venue>sample string 9</d4p1:Venue> </d2p1:Header> </d2p1:EventProgramModel> </Programs> </ProgramDetail>
multipart/form-data
Sample:
<ProgramDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sahiv.Event.Webapp.ViewModels.Event"><EventId>1</EventId><ProgramId>1</ProgramId><Programs xmlns:d2p1="http://schemas.datacontract.org/2004/07/Sahiv.Midtier2.Models"><d2p1:EventProgramModel><d2p1:Children xmlns:d4p1="http://schemas.datacontract.org/2004/07/Rysis.Sahiv.Midtier2.Repo"><d4p1:EVE_ChildProgram_SelectResult><d4p1:CPDLevelId>1</d4p1:CPDLevelId><d4p1:CpdPoints>1</d4p1:CpdPoints><d4p1:CreatedBy>7</d4p1:CreatedBy><d4p1:CreatedDate>2024-11-26T17:19:49.4338533+02:00</d4p1:CreatedDate><d4p1:Description>sample string 4</d4p1:Description><d4p1:EndTime>2024-11-26T17:19:49.4338533+02:00</d4p1:EndTime><d4p1:EventId>3</d4p1:EventId><d4p1:ExpandItems>true</d4p1:ExpandItems><d4p1:Expanded>true</d4p1:Expanded><d4p1:IsDeleted>true</d4p1:IsDeleted><d4p1:MarkForDelete>true</d4p1:MarkForDelete><d4p1:ModifiedBy>1</d4p1:ModifiedBy><d4p1:ModifiedDate>2024-11-26T17:19:49.4338533+02:00</d4p1:ModifiedDate><d4p1:Name>sample string 2</d4p1:Name><d4p1:ParentId>1</d4p1:ParentId><d4p1:ProgramId>1</d4p1:ProgramId><d4p1:ProgramTypeId>1</d4p1:ProgramTypeId><d4p1:SpeakerName>sample string 5</d4p1:SpeakerName><d4p1:StartTime>2024-11-26T17:19:49.4338533+02:00</d4p1:StartTime><d4p1:Venue>sample string 9</d4p1:Venue></d4p1:EVE_ChildProgram_SelectResult><d4p1:EVE_ChildProgram_SelectResult><d4p1:CPDLevelId>1</d4p1:CPDLevelId><d4p1:CpdPoints>1</d4p1:CpdPoints><d4p1:CreatedBy>7</d4p1:CreatedBy><d4p1:CreatedDate>2024-11-26T17:19:49.4338533+02:00</d4p1:CreatedDate><d4p1:Description>sample string 4</d4p1:Description><d4p1:EndTime>2024-11-26T17:19:49.4338533+02:00</d4p1:EndTime><d4p1:EventId>3</d4p1:EventId><d4p1:ExpandItems>true</d4p1:ExpandItems><d4p1:Expanded>true</d4p1:Expanded><d4p1:IsDeleted>true</d4p1:IsDeleted><d4p1:MarkForDelete>true</d4p1:MarkForDelete><d4p1:ModifiedBy>1</d4p1:ModifiedBy><d4p1:ModifiedDate>2024-11-26T17:19:49.4338533+02:00</d4p1:ModifiedDate><d4p1:Name>sample string 2</d4p1:Name><d4p1:ParentId>1</d4p1:ParentId><d4p1:ProgramId>1</d4p1:ProgramId><d4p1:ProgramTypeId>1</d4p1:ProgramTypeId><d4p1:SpeakerName>sample string 5</d4p1:SpeakerName><d4p1:StartTime>2024-11-26T17:19:49.4338533+02:00</d4p1:StartTime><d4p1:Venue>sample string 9</d4p1:Venue></d4p1:EVE_ChildProgram_SelectResult></d2p1:Children><d2p1:Header xmlns:d4p1="http://schemas.datacontract.org/2004/07/Rysis.Sahiv.Midtier2.Repo"><d4p1:CPDLevelId>1</d4p1:CPDLevelId><d4p1:CpdPoints>1</d4p1:CpdPoints><d4p1:CreatedBy>7</d4p1:CreatedBy><d4p1:CreatedDate>2024-11-26T17:19:49.4338533+02:00</d4p1:CreatedDate><d4p1:Description>sample string 4</d4p1:Description><d4p1:EndTime>2024-11-26T17:19:49.4338533+02:00</d4p1:EndTime><d4p1:EventId>3</d4p1:EventId><d4p1:ExpandItems>true</d4p1:ExpandItems><d4p1:IsDeleted>true</d4p1:IsDeleted><d4p1:IsSession>true</d4p1:IsSession><d4p1:MarkForDelete>true</d4p1:MarkForDelete><d4p1:ModifiedBy>1</d4p1:ModifiedBy><d4p1:ModifiedDate>2024-11-26T17:19:49.4338533+02:00</d4p1:ModifiedDate><d4p1:Name>sample string 2</d4p1:Name><d4p1:ParentId>1</d4p1:ParentId><d4p1:ProgramId>1</d4p1:ProgramId><d4p1:ProgramTypeId>1</d4p1:ProgramTypeId><d4p1:ProgramTypeName>sample string 10</d4p1:ProgramTypeName><d4p1:SpeakerName>sample string 5</d4p1:SpeakerName><d4p1:StartTime>2024-11-26T17:19:49.4338533+02:00</d4p1:StartTime><d4p1:Venue>sample string 9</d4p1:Venue></d2p1:Header></d2p1:EventProgramModel><d2p1:EventProgramModel><d2p1:Children xmlns:d4p1="http://schemas.datacontract.org/2004/07/Rysis.Sahiv.Midtier2.Repo"><d4p1:EVE_ChildProgram_SelectResult><d4p1:CPDLevelId>1</d4p1:CPDLevelId><d4p1:CpdPoints>1</d4p1:CpdPoints><d4p1:CreatedBy>7</d4p1:CreatedBy><d4p1:CreatedDate>2024-11-26T17:19:49.4338533+02:00</d4p1:CreatedDate><d4p1:Description>sample string 4</d4p1:Description><d4p1:EndTime>2024-11-26T17:19:49.4338533+02:00</d4p1:EndTime><d4p1:EventId>3</d4p1:EventId><d4p1:ExpandItems>true</d4p1:ExpandItems><d4p1:Expanded>true</d4p1:Expanded><d4p1:IsDeleted>true</d4p1:IsDeleted><d4p1:MarkForDelete>true</d4p1:MarkForDelete><d4p1:ModifiedBy>1</d4p1:ModifiedBy><d4p1:ModifiedDate>2024-11-26T17:19:49.4338533+02:00</d4p1:ModifiedDate><d4p1:Name>sample string 2</d4p1:Name><d4p1:ParentId>1</d4p1:ParentId><d4p1:ProgramId>1</d4p1:ProgramId><d4p1:ProgramTypeId>1</d4p1:ProgramTypeId><d4p1:SpeakerName>sample string 5</d4p1:SpeakerName><d4p1:StartTime>2024-11-26T17:19:49.4338533+02:00</d4p1:StartTime><d4p1:Venue>sample string 9</d4p1:Venue></d4p1:EVE_ChildProgram_SelectResult><d4p1:EVE_ChildProgram_SelectResult><d4p1:CPDLevelId>1</d4p1:CPDLevelId><d4p1:CpdPoints>1</d4p1:CpdPoints><d4p1:CreatedBy>7</d4p1:CreatedBy><d4p1:CreatedDate>2024-11-26T17:19:49.4338533+02:00</d4p1:CreatedDate><d4p1:Description>sample string 4</d4p1:Description><d4p1:EndTime>2024-11-26T17:19:49.4338533+02:00</d4p1:EndTime><d4p1:EventId>3</d4p1:EventId><d4p1:ExpandItems>true</d4p1:ExpandItems><d4p1:Expanded>true</d4p1:Expanded><d4p1:IsDeleted>true</d4p1:IsDeleted><d4p1:MarkForDelete>true</d4p1:MarkForDelete><d4p1:ModifiedBy>1</d4p1:ModifiedBy><d4p1:ModifiedDate>2024-11-26T17:19:49.4338533+02:00</d4p1:ModifiedDate><d4p1:Name>sample string 2</d4p1:Name><d4p1:ParentId>1</d4p1:ParentId><d4p1:ProgramId>1</d4p1:ProgramId><d4p1:ProgramTypeId>1</d4p1:ProgramTypeId><d4p1:SpeakerName>sample string 5</d4p1:SpeakerName><d4p1:StartTime>2024-11-26T17:19:49.4338533+02:00</d4p1:StartTime><d4p1:Venue>sample string 9</d4p1:Venue></d4p1:EVE_ChildProgram_SelectResult></d2p1:Children><d2p1:Header xmlns:d4p1="http://schemas.datacontract.org/2004/07/Rysis.Sahiv.Midtier2.Repo"><d4p1:CPDLevelId>1</d4p1:CPDLevelId><d4p1:CpdPoints>1</d4p1:CpdPoints><d4p1:CreatedBy>7</d4p1:CreatedBy><d4p1:CreatedDate>2024-11-26T17:19:49.4338533+02:00</d4p1:CreatedDate><d4p1:Description>sample string 4</d4p1:Description><d4p1:EndTime>2024-11-26T17:19:49.4338533+02:00</d4p1:EndTime><d4p1:EventId>3</d4p1:EventId><d4p1:ExpandItems>true</d4p1:ExpandItems><d4p1:IsDeleted>true</d4p1:IsDeleted><d4p1:IsSession>true</d4p1:IsSession><d4p1:MarkForDelete>true</d4p1:MarkForDelete><d4p1:ModifiedBy>1</d4p1:ModifiedBy><d4p1:ModifiedDate>2024-11-26T17:19:49.4338533+02:00</d4p1:ModifiedDate><d4p1:Name>sample string 2</d4p1:Name><d4p1:ParentId>1</d4p1:ParentId><d4p1:ProgramId>1</d4p1:ProgramId><d4p1:ProgramTypeId>1</d4p1:ProgramTypeId><d4p1:ProgramTypeName>sample string 10</d4p1:ProgramTypeName><d4p1:SpeakerName>sample string 5</d4p1:SpeakerName><d4p1:StartTime>2024-11-26T17:19:49.4338533+02:00</d4p1:StartTime><d4p1:Venue>sample string 9</d4p1:Venue></d2p1:Header></d2p1:EventProgramModel></Programs></ProgramDetail>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.