POST Transaction/TransTable_Update_Post_flage
Request Information
URI Parameters
None.
Body Parameters
TransFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountNo | string |
None. |
|
| CAmount | decimal number |
None. |
|
| DAmount | decimal number |
None. |
|
| TranNo | integer |
None. |
|
| TranTypeNo | integer |
None. |
|
| Notes | string |
None. |
|
| UserName | string |
None. |
|
| CurrencyID | integer |
None. |
|
| TransTypeEn | string |
None. |
|
| TranType | string |
None. |
|
| AccountName | string |
None. |
|
| TranDate | date |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| FromTranNo | integer |
None. |
|
| ToTranNo | integer |
None. |
|
| IsPosted | boolean |
None. |
|
| IsCompanyCenterialized | integer |
None. |
|
| CompanyId | integer |
None. |
|
| BranchId | integer |
None. |
|
| CostsCentersNo | decimal number |
None. |
|
| CostsCentersName | string |
None. |
|
| language | string |
None. |
|
| Total | decimal number |
None. |
|
| Page | integer |
None. |
|
| AgreementId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountNo": "sample string 1",
"CAmount": 2.0,
"DAmount": 3.0,
"TranNo": 4,
"TranTypeNo": 5,
"Notes": "sample string 6",
"UserName": "sample string 7",
"CurrencyID": 8,
"TransTypeEn": "sample string 9",
"TranType": "sample string 10",
"AccountName": "sample string 11",
"TranDate": "2025-10-29T05:54:25.7273922+03:00",
"FromDate": "2025-10-29T05:54:25.7273922+03:00",
"ToDate": "2025-10-29T05:54:25.7273922+03:00",
"FromTranNo": 13,
"ToTranNo": 14,
"IsPosted": true,
"IsCompanyCenterialized": 15,
"CompanyId": 16,
"BranchId": 17,
"CostsCentersNo": 18.0,
"CostsCentersName": "sample string 19",
"language": "sample string 20",
"Total": 1.0,
"Page": 21,
"AgreementId": 1
}
application/xml, text/xml
Sample:
<TransFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POCO"> <AccountName>sample string 11</AccountName> <AccountNo>sample string 1</AccountNo> <AgreementId>1</AgreementId> <BranchId>17</BranchId> <CAmount>2</CAmount> <CompanyId>16</CompanyId> <CostsCentersName>sample string 19</CostsCentersName> <CostsCentersNo>18</CostsCentersNo> <CurrencyID>8</CurrencyID> <DAmount>3</DAmount> <FromDate>2025-10-29T05:54:25.7273922+03:00</FromDate> <FromTranNo>13</FromTranNo> <IsCompanyCenterialized>15</IsCompanyCenterialized> <IsPosted>true</IsPosted> <Notes>sample string 6</Notes> <Page>21</Page> <ToDate>2025-10-29T05:54:25.7273922+03:00</ToDate> <ToTranNo>14</ToTranNo> <Total>1</Total> <TranDate>2025-10-29T05:54:25.7273922+03:00</TranDate> <TranNo>4</TranNo> <TranType>sample string 10</TranType> <TranTypeNo>5</TranTypeNo> <TransTypeEn>sample string 9</TransTypeEn> <UserName>sample string 7</UserName> <language>sample string 20</language> </TransFilter>
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>