GET api/OrderManagement/GetPortfolioPerformanceRpt?ClientNo={ClientNo}&UserId={UserId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ClientNo | string |
Required |
|
UserId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PortfolioPerformanceRptName | Description | Type | Additional information |
---|---|---|---|
ClientNo | string |
None. |
|
BalDate | date |
None. |
|
TotInjAmt | decimal number |
None. |
|
TotWdrawAmt | decimal number |
None. |
|
MktVal | decimal number |
None. |
|
Mth1 | decimal number |
None. |
|
Mth3 | decimal number |
None. |
|
Mth6 | decimal number |
None. |
|
Yr1 | decimal number |
None. |
|
Yr2 | decimal number |
None. |
|
Yr3 | decimal number |
None. |
|
Yr5 | decimal number |
None. |
|
SinceInception | decimal number |
None. |
|
YearToDate | decimal number |
None. |
|
KLCIRtn | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ClientNo": "sample string 1", "BalDate": "2024-11-21T17:40:30.7226374+08:00", "TotInjAmt": 3.0, "TotWdrawAmt": 4.0, "MktVal": 5.0, "Mth1": 6.0, "Mth3": 7.0, "Mth6": 8.0, "Yr1": 9.0, "Yr2": 10.0, "Yr3": 11.0, "Yr5": 12.0, "SinceInception": 13.0, "YearToDate": 14.0, "KLCIRtn": 15.0 }, { "ClientNo": "sample string 1", "BalDate": "2024-11-21T17:40:30.7226374+08:00", "TotInjAmt": 3.0, "TotWdrawAmt": 4.0, "MktVal": 5.0, "Mth1": 6.0, "Mth3": 7.0, "Mth6": 8.0, "Yr1": 9.0, "Yr2": 10.0, "Yr3": 11.0, "Yr5": 12.0, "SinceInception": 13.0, "YearToDate": 14.0, "KLCIRtn": 15.0 } ]
application/xml, text/xml
Sample:
<ArrayOfPortfolioPerformanceRpt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POEMSWEBAPI.Models.OrderManagement"> <PortfolioPerformanceRpt> <BalDate>2024-11-21T17:40:30.7226374+08:00</BalDate> <ClientNo>sample string 1</ClientNo> <KLCIRtn>15</KLCIRtn> <MktVal>5</MktVal> <Mth1>6</Mth1> <Mth3>7</Mth3> <Mth6>8</Mth6> <SinceInception>13</SinceInception> <TotInjAmt>3</TotInjAmt> <TotWdrawAmt>4</TotWdrawAmt> <YearToDate>14</YearToDate> <Yr1>9</Yr1> <Yr2>10</Yr2> <Yr3>11</Yr3> <Yr5>12</Yr5> </PortfolioPerformanceRpt> <PortfolioPerformanceRpt> <BalDate>2024-11-21T17:40:30.7226374+08:00</BalDate> <ClientNo>sample string 1</ClientNo> <KLCIRtn>15</KLCIRtn> <MktVal>5</MktVal> <Mth1>6</Mth1> <Mth3>7</Mth3> <Mth6>8</Mth6> <SinceInception>13</SinceInception> <TotInjAmt>3</TotInjAmt> <TotWdrawAmt>4</TotWdrawAmt> <YearToDate>14</YearToDate> <Yr1>9</Yr1> <Yr2>10</Yr2> <Yr3>11</Yr3> <Yr5>12</Yr5> </PortfolioPerformanceRpt> </ArrayOfPortfolioPerformanceRpt>