POST B2B/Participants

Request Information

URI Parameters

None.

Body Parameters

MYCII_EWS.BusinessObjects.B2B+SearchParticipants
NameDescriptionTypeAdditional information
PageIndex

integer

Required

Range: inclusive between 1 and 2147483647

PageSize

integer

Required

Range: inclusive between 1 and 2147483647

EventId

string

Required

Name

string

None.

CompanyName

string

None.

Sectors

Collection of string

None.

Country

Collection of string

None.

SortBy

string

None.

IsShortlisted

boolean

None.

ParticipantType

string

None.

DelimitedSectors

string

None.

DelimitedCountry

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PageIndex": 1,
  "PageSize": 2,
  "EventId": "sample string 3",
  "Name": "sample string 4",
  "CompanyName": "sample string 5",
  "Sectors": [
    "sample string 1",
    "sample string 2"
  ],
  "Country": [
    "sample string 1",
    "sample string 2"
  ],
  "SortBy": "sample string 6",
  "IsShortlisted": true,
  "ParticipantType": "sample string 8",
  "DelimitedSectors": "sample string 1|sample string 2",
  "DelimitedCountry": "sample string 1|sample string 2"
}

application/xml, text/xml

Sample:
<SearchParticipants xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PageIndex>1</PageIndex>
  <PageSize>2</PageSize>
  <EventId>sample string 3</EventId>
  <Name>sample string 4</Name>
  <CompanyName>sample string 5</CompanyName>
  <Sectors>
    <string>sample string 1</string>
    <string>sample string 2</string>
  </Sectors>
  <Country>
    <string>sample string 1</string>
    <string>sample string 2</string>
  </Country>
  <SortBy>sample string 6</SortBy>
  <IsShortlisted>true</IsShortlisted>
  <ParticipantType>sample string 8</ParticipantType>
</SearchParticipants>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.