GET jxc_api/AssistData/GetCashFlowList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CashFlowEntryDto
NameDescriptionTypeAdditional 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.

Response Formats

application/json, text/json

Sample:
[
  {
    "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
  }
]

application/xml, text/xml

Sample:
<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>