POST Investment/InvesterWithDrawRequest

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": "d92acc22-0275-487c-acda-3e68d7dc2371",
  "PlanId": "aa575a54-6d6a-4030-909c-58698288e6cf"
}

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>aa575a54-6d6a-4030-909c-58698288e6cf</PlanId>
  <UserId>d92acc22-0275-487c-acda-3e68d7dc2371</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.