None.
None.
Name | Description | Type | Additional information |
---|---|---|---|
AAEID | integer |
None. |
|
AAName | string |
None. |
|
AANum | string |
None. |
|
CASH_TYPE | integer |
None. |
|
CASH_TYPE_NAME | string |
None. |
|
Deparement | string |
None. |
|
Owner | string |
None. |
|
STATUS | integer |
None. |
[ { "AAEID": 1, "AAName": "sample string 2", "AANum": "sample string 3", "CASH_TYPE": 4, "CASH_TYPE_NAME": "sample string 5", "Deparement": "sample string 6", "Owner": "sample string 7", "STATUS": 8 }, { "AAEID": 1, "AAName": "sample string 2", "AANum": "sample string 3", "CASH_TYPE": 4, "CASH_TYPE_NAME": "sample string 5", "Deparement": "sample string 6", "Owner": "sample string 7", "STATUS": 8 } ]
<ArrayOfCashFlowEntryDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAcc.ERP.Service.Model.AssistingAccounting"> <CashFlowEntryDto> <AAEID>1</AAEID> <AAName>sample string 2</AAName> <AANum>sample string 3</AANum> <CASH_TYPE>4</CASH_TYPE> <CASH_TYPE_NAME>sample string 5</CASH_TYPE_NAME> <Deparement>sample string 6</Deparement> <Owner>sample string 7</Owner> <STATUS>8</STATUS> </CashFlowEntryDto> <CashFlowEntryDto> <AAEID>1</AAEID> <AAName>sample string 2</AAName> <AANum>sample string 3</AANum> <CASH_TYPE>4</CASH_TYPE> <CASH_TYPE_NAME>sample string 5</CASH_TYPE_NAME> <Deparement>sample string 6</Deparement> <Owner>sample string 7</Owner> <STATUS>8</STATUS> </CashFlowEntryDto> </ArrayOfCashFlowEntryDto>