POST Investment/PostInvestmentDetail

Request Information

URI Parameters

None.

Body Parameters

Postinvestment
NameDescriptionTypeAdditional information
UserId

globally unique identifier

None.

PlanId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "a76303c4-9027-4cd3-b2f9-9df00f93a95b",
  "PlanId": "eacb74a3-19a7-45c5-9ba6-4795dce54155"
}

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>eacb74a3-19a7-45c5-9ba6-4795dce54155</PlanId>
  <UserId>a76303c4-9027-4cd3-b2f9-9df00f93a95b</UserId>
</Postinvestment>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.