POST ReportGeneratingHeader/CashFlow_Insert
Request Information
URI Parameters
None.
Body Parameters
CashFlow| Name | Description | Type | Additional information |
|---|---|---|---|
| ElementId | string |
None. |
|
| AccountNo | integer |
None. |
|
| AccountId | integer |
None. |
|
| AccountName | string |
None. |
|
| ElementTitel | string |
None. |
|
| ParentId | string |
None. |
|
| Level | integer |
None. |
|
| Equ | string |
None. |
|
| EquSpace | string |
None. |
|
| Expand | boolean |
None. |
|
| Total | decimal number |
None. |
|
| TotalYear2 | decimal number |
None. |
|
| TotalYear3 | decimal number |
None. |
|
| CashFlowId | integer |
None. |
|
| Type | integer |
None. |
|
| CompanyId | integer |
None. |
|
| BranchId | integer |
None. |
|
| Date | date |
None. |
|
| Date1 | date |
None. |
|
| Date2 | date |
None. |
|
| Date3 | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ElementId": "sample string 1",
"AccountNo": 2,
"AccountId": 3,
"AccountName": "sample string 4",
"ElementTitel": "sample string 5",
"ParentId": "sample string 6",
"Level": 7,
"Equ": "sample string 8",
"EquSpace": "sample string 9",
"Expand": true,
"Total": 11.0,
"TotalYear2": 12.0,
"TotalYear3": 13.0,
"CashFlowId": 14,
"Type": 15,
"CompanyId": 16,
"BranchId": 17,
"Date": "2025-10-29T05:45:26.3801511+03:00",
"Date1": "2025-10-29T05:45:26.3801511+03:00",
"Date2": "2025-10-29T05:45:26.3801511+03:00",
"Date3": "2025-10-29T05:45:26.3801511+03:00"
}
application/xml, text/xml
Sample:
<CashFlow xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POCO"> <AccountId>3</AccountId> <AccountName>sample string 4</AccountName> <AccountNo>2</AccountNo> <BranchId>17</BranchId> <CashFlowId>14</CashFlowId> <CompanyId>16</CompanyId> <Date>2025-10-29T05:45:26.3801511+03:00</Date> <Date1>2025-10-29T05:45:26.3801511+03:00</Date1> <Date2>2025-10-29T05:45:26.3801511+03:00</Date2> <Date3>2025-10-29T05:45:26.3801511+03:00</Date3> <ElementId>sample string 1</ElementId> <ElementTitel>sample string 5</ElementTitel> <Equ>sample string 8</Equ> <EquSpace>sample string 9</EquSpace> <Expand>true</Expand> <Level>7</Level> <ParentId>sample string 6</ParentId> <Total>11</Total> <TotalYear2>12</TotalYear2> <TotalYear3>13</TotalYear3> <Type>15</Type> </CashFlow>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorCode | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| IsScusses | boolean |
None. |
|
| ResponseDetails | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ErrorCode": 1,
"ErrorMessage": "sample string 2",
"IsScusses": true,
"ResponseDetails": {}
}
application/xml, text/xml
Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Accounting.API.Models"> <ErrorCode>1</ErrorCode> <ErrorMessage>sample string 2</ErrorMessage> <IsScusses>true</IsScusses> <ResponseDetails /> </Response>