GET api/GetParticipant/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ParticipantRes| Name | Description | Type | Additional information |
|---|---|---|---|
| new_id | string |
None. |
|
| name | string |
None. |
|
| theme | string |
None. |
|
| Image | string |
None. |
|
| message | string |
None. |
|
| new_title | string |
None. |
|
| fullname | string |
None. |
|
| clainmoney | string |
None. |
|
| new_hold_unit | string |
None. |
|
| new_meeting_type | string |
None. |
|
| new_meeting_hold | string |
None. |
|
| new_date_disp | string |
None. |
|
| new_where | string |
None. |
|
| new_where_address | string |
None. |
|
| new_where_telephone | string |
None. |
|
| new_notice | string |
None. |
|
| new_hold_theme | string |
None. |
|
| new_hold_owner | string |
None. |
|
| new_account | string |
None. |
|
| new_member | string |
None. |
|
| new_meeting_title_m | string |
None. |
|
| new_gathering | string |
None. |
|
| new_meeting_title_m_exist | boolean |
None. |
|
| new_gathering_exist | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"new_id": "sample string 1",
"name": "sample string 2",
"theme": "sample string 3",
"Image": "sample string 4",
"message": "sample string 5",
"new_title": "sample string 6",
"fullname": "sample string 7",
"clainmoney": "sample string 8",
"new_hold_unit": "sample string 9",
"new_meeting_type": "sample string 10",
"new_meeting_hold": "sample string 11",
"new_date_disp": "sample string 12",
"new_where": "sample string 13",
"new_where_address": "sample string 14",
"new_where_telephone": "sample string 15",
"new_notice": "sample string 16",
"new_hold_theme": "sample string 17",
"new_hold_owner": "sample string 18",
"new_account": "sample string 19",
"new_member": "sample string 20",
"new_meeting_title_m": "sample string 21",
"new_gathering": "sample string 22",
"new_meeting_title_m_exist": true,
"new_gathering_exist": true
}
application/xml, text/xml
Sample:
<ParticipantRes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Kansa.Crm.Api.Data"> <Image>sample string 4</Image> <clainmoney>sample string 8</clainmoney> <fullname>sample string 7</fullname> <message>sample string 5</message> <name>sample string 2</name> <new_account>sample string 19</new_account> <new_date_disp>sample string 12</new_date_disp> <new_gathering>sample string 22</new_gathering> <new_gathering_exist>true</new_gathering_exist> <new_hold_owner>sample string 18</new_hold_owner> <new_hold_theme>sample string 17</new_hold_theme> <new_hold_unit>sample string 9</new_hold_unit> <new_id>sample string 1</new_id> <new_meeting_hold>sample string 11</new_meeting_hold> <new_meeting_title_m>sample string 21</new_meeting_title_m> <new_meeting_title_m_exist>true</new_meeting_title_m_exist> <new_meeting_type>sample string 10</new_meeting_type> <new_member>sample string 20</new_member> <new_notice>sample string 16</new_notice> <new_title>sample string 6</new_title> <new_where>sample string 13</new_where> <new_where_address>sample string 14</new_where_address> <new_where_telephone>sample string 15</new_where_telephone> <theme>sample string 3</theme> </ParticipantRes>