POST Investment/InvesterDashboard
Request Information
URI Parameters
None.
Body Parameters
PostinvestmentName | Description | Type | Additional information |
---|---|---|---|
UserId | globally unique identifier |
None. |
|
PlanId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": "e4aed36e-3783-4c95-b32d-2f303d94b34d", "PlanId": "28c71a2b-6114-4406-841f-4c7065a6bace" }
application/xml, text/xml
Sample:
<Postinvestment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ONPETApi.Models"> <PlanId>28c71a2b-6114-4406-841f-4c7065a6bace</PlanId> <UserId>e4aed36e-3783-4c95-b32d-2f303d94b34d</UserId> </Postinvestment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.