POST Transaction/ReverseTrans

Request Information

URI Parameters

None.

Body Parameters

ReverseTrans
NameDescriptionTypeAdditional information
TranTypeNo

integer

None.

TranNo

integer

None.

OldTranTypeNo

integer

None.

TranDate

date

None.

UserId

integer

None.

CompanyId

integer

None.

BranchId

integer

None.

IsCompanyCenterialized

integer

None.

VoucherType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TranTypeNo": 1,
  "TranNo": 2,
  "OldTranTypeNo": 3,
  "TranDate": "2025-10-29T05:45:24.6503493+03:00",
  "UserId": 5,
  "CompanyId": 6,
  "BranchId": 7,
  "IsCompanyCenterialized": 8,
  "VoucherType": 9
}

application/xml, text/xml

Sample:
<ReverseTrans xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POCO">
  <BranchId>7</BranchId>
  <CompanyId>6</CompanyId>
  <IsCompanyCenterialized>8</IsCompanyCenterialized>
  <OldTranTypeNo>3</OldTranTypeNo>
  <TranDate>2025-10-29T05:45:24.6503493+03:00</TranDate>
  <TranNo>2</TranNo>
  <TranTypeNo>1</TranTypeNo>
  <UserId>5</UserId>
  <VoucherType>9</VoucherType>
</ReverseTrans>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional 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>