POST api/Hub47/addInvestor
Request Information
URI Parameters
None.
Body Parameters
InvestorAddmodal| Name | Description | Type | Additional information |
|---|---|---|---|
| StartUpName | string |
None. |
|
| ContactPerson | string |
None. |
|
| string |
None. |
||
| PhoneNo | string |
None. |
|
| WebsiteUrl | string |
None. |
|
| PreferredInvestment | string |
None. |
|
| Industry | string |
None. |
|
| TypicalInvestmentSize | string |
None. |
|
| GeographicalPreferences | string |
None. |
|
| PreviousInvestmentExamples | string |
None. |
|
| MentorshipOpportunities | string |
None. |
|
| InvestmentActivities | string |
None. |
|
| CommunicationMethod | string |
None. |
|
| PortfolioOverview | string |
None. |
|
| InvestmentPhilosophy | string |
None. |
|
| JoiningMotivation | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StartUpName": "sample string 1",
"ContactPerson": "sample string 2",
"Email": "sample string 3",
"PhoneNo": "sample string 4",
"WebsiteUrl": "sample string 5",
"PreferredInvestment": "sample string 6",
"Industry": "sample string 7",
"TypicalInvestmentSize": "sample string 8",
"GeographicalPreferences": "sample string 9",
"PreviousInvestmentExamples": "sample string 10",
"MentorshipOpportunities": "sample string 11",
"InvestmentActivities": "sample string 12",
"CommunicationMethod": "sample string 13",
"PortfolioOverview": "sample string 14",
"InvestmentPhilosophy": "sample string 15",
"JoiningMotivation": "sample string 16"
}
application/xml, text/xml
Sample:
<Hub47Controller.InvestorAddmodal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaskManagementServices.Controllers"> <CommunicationMethod>sample string 13</CommunicationMethod> <ContactPerson>sample string 2</ContactPerson> <Email>sample string 3</Email> <GeographicalPreferences>sample string 9</GeographicalPreferences> <Industry>sample string 7</Industry> <InvestmentActivities>sample string 12</InvestmentActivities> <InvestmentPhilosophy>sample string 15</InvestmentPhilosophy> <JoiningMotivation>sample string 16</JoiningMotivation> <MentorshipOpportunities>sample string 11</MentorshipOpportunities> <PhoneNo>sample string 4</PhoneNo> <PortfolioOverview>sample string 14</PortfolioOverview> <PreferredInvestment>sample string 6</PreferredInvestment> <PreviousInvestmentExamples>sample string 10</PreviousInvestmentExamples> <StartUpName>sample string 1</StartUpName> <TypicalInvestmentSize>sample string 8</TypicalInvestmentSize> <WebsiteUrl>sample string 5</WebsiteUrl> </Hub47Controller.InvestorAddmodal>
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. |