POST api/Hub47/addvolunteer
Request Information
URI Parameters
None.
Body Parameters
addvolunteerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
None. |
|
| string |
None. |
||
| PhoneNo | string |
None. |
|
| Dateofbirth | string |
None. |
|
| Currentcity | string |
None. |
|
| CurrentRole | string |
None. |
|
| Education | string |
None. |
|
| Linkinprofilelink | string |
None. |
|
| AreaofInterest | string |
None. |
|
| Volunteeringexperience | string |
None. |
|
| Availability | string |
None. |
|
| TimePeriodVolunteering | string |
None. |
|
| StartDateAvailability | string |
None. |
|
| Skills | string |
None. |
|
| LanguageSpoken | string |
None. |
|
| ReasonforWantingtoVolunteer | string |
None. |
|
| HopetoGain | string |
None. |
|
| Considerations | string |
None. |
|
| Reference1 | string |
None. |
|
| Reference2 | string |
None. |
|
| CV | string |
None. |
|
| CoverLetter | string |
None. |
|
| Status | string |
None. |
|
| AreaOftinterest_Other | string |
None. |
|
| EID | string |
None. |
|
| ProfileImage | string |
None. |
|
| EIDfrontImage | string |
None. |
|
| EIDBackImage | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Name": "sample string 1",
"Email": "sample string 2",
"PhoneNo": "sample string 3",
"Dateofbirth": "sample string 4",
"Currentcity": "sample string 5",
"CurrentRole": "sample string 6",
"Education": "sample string 7",
"Linkinprofilelink": "sample string 8",
"AreaofInterest": "sample string 9",
"Volunteeringexperience": "sample string 10",
"Availability": "sample string 11",
"TimePeriodVolunteering": "sample string 12",
"StartDateAvailability": "sample string 13",
"Skills": "sample string 14",
"LanguageSpoken": "sample string 15",
"ReasonforWantingtoVolunteer": "sample string 16",
"HopetoGain": "sample string 17",
"Considerations": "sample string 18",
"Reference1": "sample string 19",
"Reference2": "sample string 20",
"CV": "sample string 21",
"CoverLetter": "sample string 22",
"Status": "sample string 23",
"AreaOftinterest_Other": "sample string 24",
"EID": "sample string 25",
"ProfileImage": "sample string 26",
"EIDfrontImage": "sample string 27",
"EIDBackImage": "sample string 28"
}
application/xml, text/xml
Sample:
<Hub47Controller.addvolunteerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaskManagementServices.Controllers"> <AreaOftinterest_Other>sample string 24</AreaOftinterest_Other> <AreaofInterest>sample string 9</AreaofInterest> <Availability>sample string 11</Availability> <CV>sample string 21</CV> <Considerations>sample string 18</Considerations> <CoverLetter>sample string 22</CoverLetter> <CurrentRole>sample string 6</CurrentRole> <Currentcity>sample string 5</Currentcity> <Dateofbirth>sample string 4</Dateofbirth> <EID>sample string 25</EID> <EIDBackImage>sample string 28</EIDBackImage> <EIDfrontImage>sample string 27</EIDfrontImage> <Education>sample string 7</Education> <Email>sample string 2</Email> <HopetoGain>sample string 17</HopetoGain> <ID>1</ID> <LanguageSpoken>sample string 15</LanguageSpoken> <Linkinprofilelink>sample string 8</Linkinprofilelink> <Name>sample string 1</Name> <PhoneNo>sample string 3</PhoneNo> <ProfileImage>sample string 26</ProfileImage> <ReasonforWantingtoVolunteer>sample string 16</ReasonforWantingtoVolunteer> <Reference1>sample string 19</Reference1> <Reference2>sample string 20</Reference2> <Skills>sample string 14</Skills> <StartDateAvailability>sample string 13</StartDateAvailability> <Status>sample string 23</Status> <TimePeriodVolunteering>sample string 12</TimePeriodVolunteering> <Volunteeringexperience>sample string 10</Volunteeringexperience> </Hub47Controller.addvolunteerModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |