POST Delegate/GetDelegateProfileData
Request Information
URI Parameters
None.
Body Parameters
GetDelegateInput| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | integer |
None. |
|
| RegType | string |
None. |
|
| RegNo | string |
None. |
|
| FullName | string |
None. |
|
| string |
None. |
||
| ToEnteredOn | string |
None. |
|
| FromEnteredOn | string |
None. |
|
| ToLastUpdateOn | string |
None. |
|
| SortFor | string |
None. |
|
| IsActive | boolean |
None. |
|
| StepsCompleted | integer |
None. |
|
| SelectedReg | Collection of string |
None. |
|
| Company | string |
None. |
|
| Designation | string |
None. |
|
| CategotyId | integer |
None. |
|
| Sector | string |
None. |
|
| CountryId | integer |
None. |
|
| Searchfor | string |
None. |
|
| DownloadType | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| CallFor | string |
None. |
|
| IsBookMarkDelegate | boolean |
None. |
|
| IsVisibleInDelegateList | boolean |
None. |
|
| RegId | integer |
None. |
|
| AttendanceType | string |
None. |
|
| AttendanceDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": 1,
"RegType": "sample string 2",
"RegNo": "sample string 3",
"FullName": "sample string 4",
"Email": "sample string 5",
"ToEnteredOn": "sample string 6",
"FromEnteredOn": "sample string 7",
"ToLastUpdateOn": "sample string 8",
"SortFor": "sample string 9",
"IsActive": true,
"StepsCompleted": 1,
"SelectedReg": [
"sample string 1",
"sample string 2"
],
"Company": "sample string 10",
"Designation": "sample string 11",
"CategotyId": 1,
"Sector": "sample string 12",
"CountryId": 1,
"Searchfor": "sample string 13",
"DownloadType": "sample string 14",
"PageIndex": 1,
"PageSize": 1,
"CallFor": "sample string 15",
"IsBookMarkDelegate": true,
"IsVisibleInDelegateList": true,
"RegId": 1,
"AttendanceType": "sample string 16",
"AttendanceDate": "sample string 17"
}
application/xml, text/xml
Sample:
<GetDelegateInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntity">
<AttendanceDate>sample string 17</AttendanceDate>
<AttendanceType>sample string 16</AttendanceType>
<CallFor>sample string 15</CallFor>
<CategotyId>1</CategotyId>
<Company>sample string 10</Company>
<CountryId>1</CountryId>
<Designation>sample string 11</Designation>
<DownloadType>sample string 14</DownloadType>
<Email>sample string 5</Email>
<EventId>1</EventId>
<FromEnteredOn>sample string 7</FromEnteredOn>
<FullName>sample string 4</FullName>
<IsActive>true</IsActive>
<IsBookMarkDelegate>true</IsBookMarkDelegate>
<IsVisibleInDelegateList>true</IsVisibleInDelegateList>
<PageIndex>1</PageIndex>
<PageSize>1</PageSize>
<RegId>1</RegId>
<RegNo>sample string 3</RegNo>
<RegType>sample string 2</RegType>
<Searchfor>sample string 13</Searchfor>
<Sector>sample string 12</Sector>
<SelectedReg xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</SelectedReg>
<SortFor>sample string 9</SortFor>
<StepsCompleted>1</StepsCompleted>
<ToEnteredOn>sample string 6</ToEnteredOn>
<ToLastUpdateOn>sample string 8</ToLastUpdateOn>
</GetDelegateInput>
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.