POST api/ReBalData/CreateRebalanceRequest
Request Information
URI Parameters
None.
Body Parameters
CreateRebalanceInputInfoName | Description | Type | Additional information |
---|---|---|---|
Ifaid | string |
None. |
|
GrouID | integer |
None. |
|
MembID | integer |
None. |
|
TransactionsUpto | string |
None. |
|
NAVUpto | string |
None. |
|
XIRR | boolean |
None. |
|
FundCategoryType | integer |
None. |
|
GainLoss | boolean |
None. |
|
Url | string |
None. |
|
Type | integer |
None. |
|
UserID | integer |
None. |
|
RiskAppetite | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Ifaid": "sample string 1", "GrouID": 2, "MembID": 3, "TransactionsUpto": "sample string 4", "NAVUpto": "sample string 5", "XIRR": true, "FundCategoryType": 7, "GainLoss": true, "Url": "sample string 9", "Type": 10, "UserID": 11, "RiskAppetite": 12 }
application/xml, text/xml
Sample:
<CreateRebalanceInputInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models.ReBalancer"> <FundCategoryType>7</FundCategoryType> <GainLoss>true</GainLoss> <GrouID>2</GrouID> <Ifaid>sample string 1</Ifaid> <MembID>3</MembID> <NAVUpto>sample string 5</NAVUpto> <RiskAppetite>12</RiskAppetite> <TransactionsUpto>sample string 4</TransactionsUpto> <Type>10</Type> <Url>sample string 9</Url> <UserID>11</UserID> <XIRR>true</XIRR> </CreateRebalanceInputInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>