POST api/usr/Conference?serviceNumber={serviceNumber}&pbxUserId={pbxUserId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
serviceNumber

string

None.

pbxUserId

string

None.

Body Parameters

ConferenceEditDTO
NameDescriptionTypeAdditional information
BridgeID

string

None.

ConferenceID

string

None.

Title

string

None.

Bridge

string

None.

EncID

string

None.

EstimatedParticipants

integer

None.

RestrictParticipants

integer

None.

AccountCode

string

None.

MuteAllAttendeesOnEntry

boolean

None.

EndConferenceOnModeratorExit

boolean

None.

ModeratorRequired

boolean

None.

AttendeeNotification

integer

None.

ModeratorPin

string

None.

BridgeNumber

string

None.

ScheduleType

ConferenceScheduleTypeDTO

None.

ScheduleOneTime

MeetMeConferencingConferenceScheduleScheduleOneTimeDTO

None.

ScheduleRecurring

MeetMeConferencingConferenceScheduleScheduleRecurringDTO

None.

ScheduleReservationless

MeetMeConferencingConferenceScheduleScheduleReservationlessDTO

None.

Request Formats

application/json, text/json

Sample:
{
  "BridgeID": "sample string 1",
  "ConferenceID": "sample string 2",
  "Title": "sample string 3",
  "Bridge": "sample string 4",
  "EncID": "sample string 5",
  "EstimatedParticipants": 1,
  "RestrictParticipants": 1,
  "AccountCode": "sample string 6",
  "MuteAllAttendeesOnEntry": true,
  "EndConferenceOnModeratorExit": true,
  "ModeratorRequired": true,
  "AttendeeNotification": 10,
  "ModeratorPin": "sample string 11",
  "BridgeNumber": "sample string 12",
  "ScheduleType": 0,
  "ScheduleOneTime": {
    "StartTime": "2026-03-29T17:25:43.6544585-04:00",
    "Duration": {
      "Hours": 1,
      "Minutes": 2
    }
  },
  "ScheduleRecurring": {
    "Recurrence": {
      "RecurrenceType": 0,
      "RecurEndType": 0,
      "RecurEndDate": "2026-03-29T17:25:43.6544585-04:00",
      "RecurEndOccurrence": 1,
      "RecurForEver": true,
      "DailyRecurrence": {
        "Interval": 1
      },
      "WeeklyRecurrence": {
        "Sunday": true,
        "Monday": true,
        "Tuesday": true,
        "Wednesday": true,
        "Thursday": true,
        "Friday": true,
        "Saturday": true,
        "Interval": 8
      },
      "MonthlyByDayRecurrence": {
        "DayOfMonth": 1,
        "Interval": 2
      },
      "MonthlyByWeekRecurrence": {
        "DayOfWeekInMonth": 1,
        "DayOfWeek": 2,
        "Interval": 3
      },
      "YearlyByDayRecurrence": {
        "DayOfMonth": 1,
        "Month": 2,
        "Interval": 3
      },
      "YearlyByWeekRecurrence": {
        "DayOfWeekInMonth": 1,
        "DayOfWeek": 2,
        "Month": 3,
        "Interval": 4
      }
    },
    "StartTime": "2026-03-29T17:25:43.6544585-04:00",
    "Duration": {
      "Hours": 1,
      "Minutes": 2
    }
  },
  "ScheduleReservationless": {
    "StartTime": "2026-03-29T17:25:43.6544585-04:00",
    "EndTime": "2026-03-29T17:25:43.6544585-04:00"
  }
}

application/xml, text/xml

Sample:
<ConferenceEditDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSPApi.DTO.User">
  <AccountCode>sample string 6</AccountCode>
  <AttendeeNotification>10</AttendeeNotification>
  <Bridge>sample string 4</Bridge>
  <BridgeID>sample string 1</BridgeID>
  <BridgeNumber>sample string 12</BridgeNumber>
  <ConferenceID>sample string 2</ConferenceID>
  <EncID>sample string 5</EncID>
  <EndConferenceOnModeratorExit>true</EndConferenceOnModeratorExit>
  <EstimatedParticipants>1</EstimatedParticipants>
  <ModeratorPin>sample string 11</ModeratorPin>
  <ModeratorRequired>true</ModeratorRequired>
  <MuteAllAttendeesOnEntry>true</MuteAllAttendeesOnEntry>
  <RestrictParticipants>1</RestrictParticipants>
  <ScheduleOneTime>
    <Duration>
      <Hours>1</Hours>
      <Minutes>2</Minutes>
    </Duration>
    <StartTime>2026-03-29T17:25:43.6544585-04:00</StartTime>
  </ScheduleOneTime>
  <ScheduleRecurring>
    <Duration>
      <Hours>1</Hours>
      <Minutes>2</Minutes>
    </Duration>
    <StartTime>2026-03-29T17:25:43.6544585-04:00</StartTime>
    <Recurrence xmlns:d3p1="http://schemas.datacontract.org/2004/07/MSPApi.DTO">
      <d3p1:DailyRecurrence>
        <d3p1:Interval>1</d3p1:Interval>
      </d3p1:DailyRecurrence>
      <d3p1:MonthlyByDayRecurrence>
        <d3p1:Interval>2</d3p1:Interval>
        <d3p1:DayOfMonth>1</d3p1:DayOfMonth>
      </d3p1:MonthlyByDayRecurrence>
      <d3p1:MonthlyByWeekRecurrence>
        <d3p1:Interval>3</d3p1:Interval>
        <d3p1:DayOfWeek>2</d3p1:DayOfWeek>
        <d3p1:DayOfWeekInMonth>1</d3p1:DayOfWeekInMonth>
      </d3p1:MonthlyByWeekRecurrence>
      <d3p1:RecurEndDate>2026-03-29T17:25:43.6544585-04:00</d3p1:RecurEndDate>
      <d3p1:RecurEndOccurrence>1</d3p1:RecurEndOccurrence>
      <d3p1:RecurEndType>Ever</d3p1:RecurEndType>
      <d3p1:RecurForEver>true</d3p1:RecurForEver>
      <d3p1:RecurrenceType>Never</d3p1:RecurrenceType>
      <d3p1:WeeklyRecurrence>
        <d3p1:Interval>8</d3p1:Interval>
        <d3p1:Friday>true</d3p1:Friday>
        <d3p1:Monday>true</d3p1:Monday>
        <d3p1:Saturday>true</d3p1:Saturday>
        <d3p1:Sunday>true</d3p1:Sunday>
        <d3p1:Thursday>true</d3p1:Thursday>
        <d3p1:Tuesday>true</d3p1:Tuesday>
        <d3p1:Wednesday>true</d3p1:Wednesday>
      </d3p1:WeeklyRecurrence>
      <d3p1:YearlyByDayRecurrence>
        <d3p1:Interval>3</d3p1:Interval>
        <d3p1:DayOfMonth>1</d3p1:DayOfMonth>
        <d3p1:Month>2</d3p1:Month>
      </d3p1:YearlyByDayRecurrence>
      <d3p1:YearlyByWeekRecurrence>
        <d3p1:Interval>4</d3p1:Interval>
        <d3p1:DayOfWeek>2</d3p1:DayOfWeek>
        <d3p1:DayOfWeekInMonth>1</d3p1:DayOfWeekInMonth>
        <d3p1:Month>3</d3p1:Month>
      </d3p1:YearlyByWeekRecurrence>
    </Recurrence>
  </ScheduleRecurring>
  <ScheduleReservationless>
    <EndTime>2026-03-29T17:25:43.6544585-04:00</EndTime>
    <StartTime>2026-03-29T17:25:43.6544585-04:00</StartTime>
  </ScheduleReservationless>
  <ScheduleType>OneTime</ScheduleType>
  <Title>sample string 3</Title>
</ConferenceEditDTO>

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 'ConferenceEditDTO'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.