GET api/Share_ProfitLossByMonthly
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Chart_ProfitLossByMonthlyClass| Name | Description | Type | Additional information |
|---|---|---|---|
| ProfitLossDate | date |
None. |
|
| ProfitLossDateString | string |
None. |
|
| ProfitLossIndex | integer |
None. |
|
| ProfitLoss | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProfitLossDate": "2025-12-19T20:03:13.0764077-05:00",
"ProfitLossDateString": "sample string 2",
"ProfitLossIndex": 3,
"ProfitLoss": 4.0
},
{
"ProfitLossDate": "2025-12-19T20:03:13.0764077-05:00",
"ProfitLossDateString": "sample string 2",
"ProfitLossIndex": 3,
"ProfitLoss": 4.0
}
]
application/xml, text/xml
Sample:
<ArrayOfChart_ProfitLossByMonthlyClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TpmUtils">
<Chart_ProfitLossByMonthlyClass>
<ProfitLoss>4</ProfitLoss>
<ProfitLossDate>2025-12-19T20:03:13.0764077-05:00</ProfitLossDate>
<ProfitLossDateString>sample string 2</ProfitLossDateString>
<ProfitLossIndex>3</ProfitLossIndex>
</Chart_ProfitLossByMonthlyClass>
<Chart_ProfitLossByMonthlyClass>
<ProfitLoss>4</ProfitLoss>
<ProfitLossDate>2025-12-19T20:03:13.0764077-05:00</ProfitLossDate>
<ProfitLossDateString>sample string 2</ProfitLossDateString>
<ProfitLossIndex>3</ProfitLossIndex>
</Chart_ProfitLossByMonthlyClass>
</ArrayOfChart_ProfitLossByMonthlyClass>