POST B2BDelegate/GetB2BDelegateList
Request Information
URI Parameters
None.
Body Parameters
B2BDelegateInput| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | string |
None. |
|
| Name | string |
None. |
|
| Company | string |
None. |
|
| Sector | string |
None. |
|
| Country | string |
None. |
|
| Sort | string |
None. |
|
| ContactId | string |
None. |
|
| IsShortList | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| Keywords | string |
None. |
|
| ParticipantTypeId | string |
None. |
|
| AttedanceType | boolean |
None. |
|
| EventDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "sample string 1",
"Name": "sample string 2",
"Company": "sample string 3",
"Sector": "sample string 4",
"Country": "sample string 5",
"Sort": "sample string 6",
"ContactId": "sample string 7",
"IsShortList": "sample string 8",
"PageIndex": 1,
"PageSize": 1,
"Keywords": "sample string 9",
"ParticipantTypeId": "sample string 10",
"AttedanceType": true,
"EventDate": "sample string 11"
}
application/xml, text/xml
Sample:
<B2BDelegateInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntity"> <AttedanceType>true</AttedanceType> <Company>sample string 3</Company> <ContactId>sample string 7</ContactId> <Country>sample string 5</Country> <EventDate>sample string 11</EventDate> <EventId>sample string 1</EventId> <IsShortList>sample string 8</IsShortList> <Keywords>sample string 9</Keywords> <Name>sample string 2</Name> <PageIndex>1</PageIndex> <PageSize>1</PageSize> <ParticipantTypeId>sample string 10</ParticipantTypeId> <Sector>sample string 4</Sector> <Sort>sample string 6</Sort> </B2BDelegateInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.