POST TransCopyTable/TransCopyDetails_Insert

Request Information

URI Parameters

None.

Body Parameters

TransCopyTableDetails
NameDescriptionTypeAdditional information
ID

integer

None.

CopyHeaderId

integer

None.

TransNo

integer

None.

CopyTransDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "CopyHeaderId": 2,
  "TransNo": 3,
  "CopyTransDate": "2025-10-29T05:53:06.7966364+03:00"
}

application/xml, text/xml

Sample:
<TransCopyTableDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POCO">
  <CopyHeaderId>2</CopyHeaderId>
  <CopyTransDate>2025-10-29T05:53:06.7966364+03:00</CopyTransDate>
  <ID>1</ID>
  <TransNo>3</TransNo>
</TransCopyTableDetails>

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>