POST api/v2/Version2.MentoringSessions

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

AuthenticateUserInputModel
NameDescriptionTypeAdditional information
LoginUserID

string

None.

MCRoleID

string

None.

ProgramID

string

None.

AuthenticationKey

string

None.

DeviceType

string

None.

DeviceToken

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LoginUserID": "sample string 1",
  "MCRoleID": "sample string 2",
  "ProgramID": "sample string 3",
  "AuthenticationKey": "sample string 4",
  "DeviceType": "sample string 5",
  "DeviceToken": "sample string 6"
}

application/xml, text/xml

Sample:
<MCObjects.AuthenticateUserInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MC.Entity.v2">
  <AuthenticationKey>sample string 4</AuthenticationKey>
  <DeviceToken>sample string 6</DeviceToken>
  <DeviceType>sample string 5</DeviceType>
  <LoginUserID>sample string 1</LoginUserID>
  <MCRoleID>sample string 2</MCRoleID>
  <ProgramID>sample string 3</ProgramID>
</MCObjects.AuthenticateUserInputModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AuthenticateUserInputModel'.

Response Information

Resource Description

Collection of MentoringSessionsModel
NameDescriptionTypeAdditional information
Result

string

None.

MentoringSessionID

string

None.

ProgramID

string

None.

ProgramName

string

None.

MatchID

string

None.

Agenda

string

None.

MeetingDate

string

None.

MeetingTime

string

None.

TimeZone

string

None.

MentoringStatus

string

None.

MentorUserId

string

None.

MentorComments

string

None.

MentoreeUserID

string

None.

MentoreeComments

string

None.

MentorName

string

None.

MentorEmail

string

None.

MentorPhoto

string

None.

MentoreeName

string

None.

MentoreeEmail

string

None.

MentoreePhoto

string

None.

MentorDisplayName

string

None.

MentoreeDisplayName

string

None.

MeetingEndTime

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Result": "sample string 1",
    "MentoringSessionID": "sample string 2",
    "ProgramID": "sample string 3",
    "ProgramName": "sample string 4",
    "MatchID": "sample string 5",
    "Agenda": "sample string 6",
    "MeetingDate": "sample string 7",
    "MeetingTime": "sample string 8",
    "TimeZone": "sample string 9",
    "MentoringStatus": "sample string 10",
    "MentorUserId": "sample string 11",
    "MentorComments": "sample string 12",
    "MentoreeUserID": "sample string 13",
    "MentoreeComments": "sample string 14",
    "MentorName": "sample string 15",
    "MentorEmail": "sample string 16",
    "MentorPhoto": "sample string 17",
    "MentoreeName": "sample string 18",
    "MentoreeEmail": "sample string 19",
    "MentoreePhoto": "sample string 20",
    "MentorDisplayName": "sample string 21",
    "MentoreeDisplayName": "sample string 22",
    "MeetingEndTime": "sample string 23"
  },
  {
    "Result": "sample string 1",
    "MentoringSessionID": "sample string 2",
    "ProgramID": "sample string 3",
    "ProgramName": "sample string 4",
    "MatchID": "sample string 5",
    "Agenda": "sample string 6",
    "MeetingDate": "sample string 7",
    "MeetingTime": "sample string 8",
    "TimeZone": "sample string 9",
    "MentoringStatus": "sample string 10",
    "MentorUserId": "sample string 11",
    "MentorComments": "sample string 12",
    "MentoreeUserID": "sample string 13",
    "MentoreeComments": "sample string 14",
    "MentorName": "sample string 15",
    "MentorEmail": "sample string 16",
    "MentorPhoto": "sample string 17",
    "MentoreeName": "sample string 18",
    "MentoreeEmail": "sample string 19",
    "MentoreePhoto": "sample string 20",
    "MentorDisplayName": "sample string 21",
    "MentoreeDisplayName": "sample string 22",
    "MeetingEndTime": "sample string 23"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMCObjects.MentoringSessionsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MC.Entity.v2">
  <MCObjects.MentoringSessionsModel>
    <Agenda>sample string 6</Agenda>
    <MatchID>sample string 5</MatchID>
    <MeetingDate>sample string 7</MeetingDate>
    <MeetingEndTime>sample string 23</MeetingEndTime>
    <MeetingTime>sample string 8</MeetingTime>
    <MentorComments>sample string 12</MentorComments>
    <MentorDisplayName>sample string 21</MentorDisplayName>
    <MentorEmail>sample string 16</MentorEmail>
    <MentorName>sample string 15</MentorName>
    <MentorPhoto>sample string 17</MentorPhoto>
    <MentorUserId>sample string 11</MentorUserId>
    <MentoreeComments>sample string 14</MentoreeComments>
    <MentoreeDisplayName>sample string 22</MentoreeDisplayName>
    <MentoreeEmail>sample string 19</MentoreeEmail>
    <MentoreeName>sample string 18</MentoreeName>
    <MentoreePhoto>sample string 20</MentoreePhoto>
    <MentoreeUserID>sample string 13</MentoreeUserID>
    <MentoringSessionID>sample string 2</MentoringSessionID>
    <MentoringStatus>sample string 10</MentoringStatus>
    <ProgramID>sample string 3</ProgramID>
    <ProgramName>sample string 4</ProgramName>
    <Result>sample string 1</Result>
    <TimeZone>sample string 9</TimeZone>
  </MCObjects.MentoringSessionsModel>
  <MCObjects.MentoringSessionsModel>
    <Agenda>sample string 6</Agenda>
    <MatchID>sample string 5</MatchID>
    <MeetingDate>sample string 7</MeetingDate>
    <MeetingEndTime>sample string 23</MeetingEndTime>
    <MeetingTime>sample string 8</MeetingTime>
    <MentorComments>sample string 12</MentorComments>
    <MentorDisplayName>sample string 21</MentorDisplayName>
    <MentorEmail>sample string 16</MentorEmail>
    <MentorName>sample string 15</MentorName>
    <MentorPhoto>sample string 17</MentorPhoto>
    <MentorUserId>sample string 11</MentorUserId>
    <MentoreeComments>sample string 14</MentoreeComments>
    <MentoreeDisplayName>sample string 22</MentoreeDisplayName>
    <MentoreeEmail>sample string 19</MentoreeEmail>
    <MentoreeName>sample string 18</MentoreeName>
    <MentoreePhoto>sample string 20</MentoreePhoto>
    <MentoreeUserID>sample string 13</MentoreeUserID>
    <MentoringSessionID>sample string 2</MentoringSessionID>
    <MentoringStatus>sample string 10</MentoringStatus>
    <ProgramID>sample string 3</ProgramID>
    <ProgramName>sample string 4</ProgramName>
    <Result>sample string 1</Result>
    <TimeZone>sample string 9</TimeZone>
  </MCObjects.MentoringSessionsModel>
</ArrayOfMCObjects.MentoringSessionsModel>