POST Investment/PostWithdrawRequest

Request Information

URI Parameters

None.

Body Parameters

WithdrawDetial
NameDescriptionTypeAdditional information
UserId

globally unique identifier

None.

Amount

string

None.

Subject

string

None.

Message

string

None.

Status

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "63d95446-bb8a-41af-8d85-e6b460f01811",
  "Amount": "sample string 2",
  "Subject": "sample string 3",
  "Message": "sample string 4",
  "Status": "sample string 5"
}

application/xml, text/xml

Sample:
<WithdrawDetial xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ONPETApi.Models">
  <Amount>sample string 2</Amount>
  <Message>sample string 4</Message>
  <Status>sample string 5</Status>
  <Subject>sample string 3</Subject>
  <UserId>63d95446-bb8a-41af-8d85-e6b460f01811</UserId>
</WithdrawDetial>

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.