POST api/CyShield/ReadIncomeStatement?From={From}&To={To}&Direction={Direction}&InCT={InCT}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
From | No documentation available. |
Define this parameter in the request URI. |
To | No documentation available. |
Define this parameter in the request URI. |
Direction | No documentation available. |
Define this parameter in the request URI. |
InCT | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "Id": 1, "AccountCode": "sample string 2", "AccountName": "sample string 3", "Type": 4, "TypeName": "sample string 5", "Total": 6.0, "PreviousTotal": 7.0, "BPreviousTotal": 8.0 }, { "Id": 1, "AccountCode": "sample string 2", "AccountName": "sample string 3", "Type": 4, "TypeName": "sample string 5", "Total": 6.0, "PreviousTotal": 7.0, "BPreviousTotal": 8.0 }, { "Id": 1, "AccountCode": "sample string 2", "AccountName": "sample string 3", "Type": 4, "TypeName": "sample string 5", "Total": 6.0, "PreviousTotal": 7.0, "BPreviousTotal": 8.0 } ]
application/xml, text/xml
Sample:
<ArrayOfAcc_VM_IncomeStatement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model"> <Acc_VM_IncomeStatement> <AccountCode>sample string 2</AccountCode> <AccountName>sample string 3</AccountName> <BPreviousTotal>8</BPreviousTotal> <Id>1</Id> <PreviousTotal>7</PreviousTotal> <Total>6</Total> <Type>4</Type> <TypeName>sample string 5</TypeName> </Acc_VM_IncomeStatement> <Acc_VM_IncomeStatement> <AccountCode>sample string 2</AccountCode> <AccountName>sample string 3</AccountName> <BPreviousTotal>8</BPreviousTotal> <Id>1</Id> <PreviousTotal>7</PreviousTotal> <Total>6</Total> <Type>4</Type> <TypeName>sample string 5</TypeName> </Acc_VM_IncomeStatement> <Acc_VM_IncomeStatement> <AccountCode>sample string 2</AccountCode> <AccountName>sample string 3</AccountName> <BPreviousTotal>8</BPreviousTotal> <Id>1</Id> <PreviousTotal>7</PreviousTotal> <Total>6</Total> <Type>4</Type> <TypeName>sample string 5</TypeName> </Acc_VM_IncomeStatement> </ArrayOfAcc_VM_IncomeStatement>