POST GetRedemptionAmount

Request Information

URI Parameters

None.

Body Parameters

Redemption_Amount_Model
NameDescriptionTypeAdditional information
ClientId

string

None.

ProductId

integer

None.

FundId

integer

None.

Shareclass

integer

None.

RedemptionType

integer

None.

Reedemptionfrom

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ClientId": "sample string 1",
  "ProductId": 2,
  "FundId": 3,
  "Shareclass": 4,
  "RedemptionType": 5,
  "Reedemptionfrom": 6
}

application/xml, text/xml

Sample:
<Redemption_Amount_Model xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INVS_ERP.ViewModels">
  <ClientId>sample string 1</ClientId>
  <FundId>3</FundId>
  <ProductId>2</ProductId>
  <RedemptionType>5</RedemptionType>
  <Reedemptionfrom>6</Reedemptionfrom>
  <Shareclass>4</Shareclass>
</Redemption_Amount_Model>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.