POST api/Agenda/Speaker_ListV1

Request Information

URI Parameters

None.

Body Parameters

Speakers
NameDescriptionTypeAdditional information
OperationCode

integer

None.

SpeakerId

integer

None.

SpeakerName

string

None.

SpeakerImage

string

None.

SpeakerImagePath

string

None.

SpeakerExpertIn

string

None.

Personal_Info

string

None.

Facebook_Link

string

None.

Twitter_Link

string

None.

Instagram_Link

string

None.

Linkdin_Link

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OperationCode": 1,
  "SpeakerId": 2,
  "SpeakerName": "sample string 3",
  "SpeakerImage": "sample string 4",
  "SpeakerImagePath": "sample string 5",
  "SpeakerExpertIn": "sample string 6",
  "Personal_Info": "sample string 7",
  "Facebook_Link": "sample string 8",
  "Twitter_Link": "sample string 9",
  "Instagram_Link": "sample string 10",
  "Linkdin_Link": "sample string 11"
}

application/xml, text/xml

Sample:
<Speakers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EventoApi">
  <Facebook_Link>sample string 8</Facebook_Link>
  <Instagram_Link>sample string 10</Instagram_Link>
  <Linkdin_Link>sample string 11</Linkdin_Link>
  <OperationCode>1</OperationCode>
  <Personal_Info>sample string 7</Personal_Info>
  <SpeakerExpertIn>sample string 6</SpeakerExpertIn>
  <SpeakerId>2</SpeakerId>
  <SpeakerImage>sample string 4</SpeakerImage>
  <SpeakerImagePath>sample string 5</SpeakerImagePath>
  <SpeakerName>sample string 3</SpeakerName>
  <Twitter_Link>sample string 9</Twitter_Link>
</Speakers>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SpeakerResultV1
NameDescriptionTypeAdditional information
Status

integer

None.

Message

string

None.

Data

Collection of SpeakerMediam

None.

speeaker

SpeakerMediam

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Message": "sample string 2",
  "Data": [
    {
      "speaker_id": "sample string 1",
      "speaker_title": "sample string 2",
      "speaker_status": "sample string 3",
      "speaker_content": "sample string 4",
      "speaker_education": "sample string 5",
      "speaker_type": "sample string 6",
      "speaker_image": "sample string 7",
      "speaker_flag_image": "sample string 8"
    },
    {
      "speaker_id": "sample string 1",
      "speaker_title": "sample string 2",
      "speaker_status": "sample string 3",
      "speaker_content": "sample string 4",
      "speaker_education": "sample string 5",
      "speaker_type": "sample string 6",
      "speaker_image": "sample string 7",
      "speaker_flag_image": "sample string 8"
    }
  ],
  "speeaker": {
    "speaker_id": "sample string 1",
    "speaker_title": "sample string 2",
    "speaker_status": "sample string 3",
    "speaker_content": "sample string 4",
    "speaker_education": "sample string 5",
    "speaker_type": "sample string 6",
    "speaker_image": "sample string 7",
    "speaker_flag_image": "sample string 8"
  }
}

application/xml, text/xml

Sample:
<Result.SpeakerResultV1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EventoApi.Models">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/EventoApi">
    <d2p1:SpeakerMediam>
      <d2p1:speaker_content>sample string 4</d2p1:speaker_content>
      <d2p1:speaker_education>sample string 5</d2p1:speaker_education>
      <d2p1:speaker_flag_image>sample string 8</d2p1:speaker_flag_image>
      <d2p1:speaker_id>sample string 1</d2p1:speaker_id>
      <d2p1:speaker_image>sample string 7</d2p1:speaker_image>
      <d2p1:speaker_status>sample string 3</d2p1:speaker_status>
      <d2p1:speaker_title>sample string 2</d2p1:speaker_title>
      <d2p1:speaker_type>sample string 6</d2p1:speaker_type>
    </d2p1:SpeakerMediam>
    <d2p1:SpeakerMediam>
      <d2p1:speaker_content>sample string 4</d2p1:speaker_content>
      <d2p1:speaker_education>sample string 5</d2p1:speaker_education>
      <d2p1:speaker_flag_image>sample string 8</d2p1:speaker_flag_image>
      <d2p1:speaker_id>sample string 1</d2p1:speaker_id>
      <d2p1:speaker_image>sample string 7</d2p1:speaker_image>
      <d2p1:speaker_status>sample string 3</d2p1:speaker_status>
      <d2p1:speaker_title>sample string 2</d2p1:speaker_title>
      <d2p1:speaker_type>sample string 6</d2p1:speaker_type>
    </d2p1:SpeakerMediam>
  </Data>
  <Message>sample string 2</Message>
  <Status>1</Status>
  <speeaker xmlns:d2p1="http://schemas.datacontract.org/2004/07/EventoApi">
    <d2p1:speaker_content>sample string 4</d2p1:speaker_content>
    <d2p1:speaker_education>sample string 5</d2p1:speaker_education>
    <d2p1:speaker_flag_image>sample string 8</d2p1:speaker_flag_image>
    <d2p1:speaker_id>sample string 1</d2p1:speaker_id>
    <d2p1:speaker_image>sample string 7</d2p1:speaker_image>
    <d2p1:speaker_status>sample string 3</d2p1:speaker_status>
    <d2p1:speaker_title>sample string 2</d2p1:speaker_title>
    <d2p1:speaker_type>sample string 6</d2p1:speaker_type>
  </speeaker>
</Result.SpeakerResultV1>