POST api/EventProgram/LoadProgram

Request Information

URI Parameters

None.

Body Parameters

EVE_Program_GETResult
NameDescriptionTypeAdditional information
ProgramId

integer

None.

Name

string

None.

EventId

integer

None.

Description

string

None.

StartTime

date

None.

EndTime

date

None.

SpeakerName

string

None.

CreatedDate

date

None.

CreatedBy

integer

None.

ModifiedDate

date

None.

ModifiedBy

integer

None.

IsDeleted

boolean

None.

CpdPoints

integer

None.

ProgramTypeId

integer

None.

IsSession

boolean

None.

Venue

string

None.

MarkForDelete

boolean

None.

CPDLevelId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ProgramId": 1,
  "Name": "sample string 2",
  "EventId": 3,
  "Description": "sample string 4",
  "StartTime": "2024-11-26T17:39:12.2761964+02:00",
  "EndTime": "2024-11-26T17:39:12.2761964+02:00",
  "SpeakerName": "sample string 5",
  "CreatedDate": "2024-11-26T17:39:12.2761964+02:00",
  "CreatedBy": 7,
  "ModifiedDate": "2024-11-26T17:39:12.2761964+02:00",
  "ModifiedBy": 1,
  "IsDeleted": true,
  "CpdPoints": 1,
  "ProgramTypeId": 1,
  "IsSession": true,
  "Venue": "sample string 9",
  "MarkForDelete": true,
  "CPDLevelId": 1
}

application/xml, text/xml

Sample:
<EVE_Program_GETResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rysis.Sahiv.Midtier2.Repo">
  <CPDLevelId>1</CPDLevelId>
  <CpdPoints>1</CpdPoints>
  <CreatedBy>7</CreatedBy>
  <CreatedDate>2024-11-26T17:39:12.2761964+02:00</CreatedDate>
  <Description>sample string 4</Description>
  <EndTime>2024-11-26T17:39:12.2761964+02:00</EndTime>
  <EventId>3</EventId>
  <IsDeleted>true</IsDeleted>
  <IsSession>true</IsSession>
  <MarkForDelete>true</MarkForDelete>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedDate>2024-11-26T17:39:12.2761964+02:00</ModifiedDate>
  <Name>sample string 2</Name>
  <ProgramId>1</ProgramId>
  <ProgramTypeId>1</ProgramTypeId>
  <SpeakerName>sample string 5</SpeakerName>
  <StartTime>2024-11-26T17:39:12.2761964+02:00</StartTime>
  <Venue>sample string 9</Venue>
</EVE_Program_GETResult>

multipart/form-data

Sample:
<EVE_Program_GETResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rysis.Sahiv.Midtier2.Repo"><CPDLevelId>1</CPDLevelId><CpdPoints>1</CpdPoints><CreatedBy>7</CreatedBy><CreatedDate>2024-11-26T17:39:12.2761964+02:00</CreatedDate><Description>sample string 4</Description><EndTime>2024-11-26T17:39:12.2761964+02:00</EndTime><EventId>3</EventId><IsDeleted>true</IsDeleted><IsSession>true</IsSession><MarkForDelete>true</MarkForDelete><ModifiedBy>1</ModifiedBy><ModifiedDate>2024-11-26T17:39:12.2761964+02:00</ModifiedDate><Name>sample string 2</Name><ProgramId>1</ProgramId><ProgramTypeId>1</ProgramTypeId><SpeakerName>sample string 5</SpeakerName><StartTime>2024-11-26T17:39:12.2761964+02:00</StartTime><Venue>sample string 9</Venue></EVE_Program_GETResult>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, multipart/form-data

Sample:

Sample not available.