GET api/PBXMLProfitandLossTotal/GetGrossProfitandLossTotal?cccd={cccd}&from={from}&to={to}&sessid={sessid}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| cccd | No documentation available. |
Define this parameter in the request URI. |
| from | No documentation available. |
Define this parameter in the request URI. |
| to | No documentation available. |
Define this parameter in the request URI. |
| sessid | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"cccd": "sample string 1",
"GrossProfit": 2,
"GrossLoss": 3,
"from": 4,
"to": 5
},
{
"cccd": "sample string 1",
"GrossProfit": 2,
"GrossLoss": 3,
"from": 4,
"to": 5
},
{
"cccd": "sample string 1",
"GrossProfit": 2,
"GrossLoss": 3,
"from": 4,
"to": 5
}
]
text/html
Sample:
[{"cccd":"sample string 1","GrossProfit":2,"GrossLoss":3,"from":4,"to":5},{"cccd":"sample string 1","GrossProfit":2,"GrossLoss":3,"from":4,"to":5},{"cccd":"sample string 1","GrossProfit":2,"GrossLoss":3,"from":4,"to":5}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLProfitandLossTotal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
<PBXMLProfitandLossTotal>
<GrossLoss>3</GrossLoss>
<GrossProfit>2</GrossProfit>
<cccd>sample string 1</cccd>
<from>4</from>
<to>5</to>
</PBXMLProfitandLossTotal>
<PBXMLProfitandLossTotal>
<GrossLoss>3</GrossLoss>
<GrossProfit>2</GrossProfit>
<cccd>sample string 1</cccd>
<from>4</from>
<to>5</to>
</PBXMLProfitandLossTotal>
<PBXMLProfitandLossTotal>
<GrossLoss>3</GrossLoss>
<GrossProfit>2</GrossProfit>
<cccd>sample string 1</cccd>
<from>4</from>
<to>5</to>
</PBXMLProfitandLossTotal>
</ArrayOfPBXMLProfitandLossTotal>