POST api/AccountsAccountTransactions/SaveAccountsTransactions

Request Information

URI Parameters

None.

Body Parameters

AccountsAccountsTransactionsVM
NameDescriptionTypeAdditional information
ID

integer

None.

TrxNumber

string

None.

TransType

string

None.

RelatedTransNo

integer

None.

SourceAccountID

integer

None.

PaymentMethod

integer

None.

DepartmentID

integer

None.

CurrencyID

integer

None.

CurrencyRate

decimal number

None.

BaseCurrencyAmt

decimal number

None.

AmountTax

integer

None.

TDate

date

None.

Rederence

string

None.

Chq_TrfNo

string

None.

ProjectID

integer

None.

Narrations

string

None.

Notes

string

None.

Status

string

None.

IsApproved

integer

None.

ApprovedBy

integer

None.

ApprovedOn

date

None.

CreatedBy

integer

None.

CreatedOn

date

None.

ModifiedBy

integer

None.

ModifiedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "TrxNumber": "sample string 2",
  "TransType": "sample string 3",
  "RelatedTransNo": 1,
  "SourceAccountID": 1,
  "PaymentMethod": 1,
  "DepartmentID": 1,
  "CurrencyID": 1,
  "CurrencyRate": 1.1,
  "BaseCurrencyAmt": 1.1,
  "AmountTax": 1,
  "TDate": "2025-12-17T01:03:51.2909502-06:00",
  "Rederence": "sample string 4",
  "Chq_TrfNo": "sample string 5",
  "ProjectID": 1,
  "Narrations": "sample string 6",
  "Notes": "sample string 7",
  "Status": "sample string 8",
  "IsApproved": 1,
  "ApprovedBy": 1,
  "ApprovedOn": "2025-12-17T01:03:51.2909502-06:00",
  "CreatedBy": 1,
  "CreatedOn": "2025-12-17T01:03:51.2909502-06:00",
  "ModifiedBy": 1,
  "ModifiedOn": "2025-12-17T01:03:51.2909502-06:00"
}

application/xml, text/xml

Sample:
<AccountsAccountsTransactionsVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP_BL.ViewModels">
  <AmountTax>1</AmountTax>
  <ApprovedBy>1</ApprovedBy>
  <ApprovedOn>2025-12-17T01:03:51.2909502-06:00</ApprovedOn>
  <BaseCurrencyAmt>1.1</BaseCurrencyAmt>
  <Chq_TrfNo>sample string 5</Chq_TrfNo>
  <CreatedBy>1</CreatedBy>
  <CreatedOn>2025-12-17T01:03:51.2909502-06:00</CreatedOn>
  <CurrencyID>1</CurrencyID>
  <CurrencyRate>1.1</CurrencyRate>
  <DepartmentID>1</DepartmentID>
  <ID>1</ID>
  <IsApproved>1</IsApproved>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedOn>2025-12-17T01:03:51.2909502-06:00</ModifiedOn>
  <Narrations>sample string 6</Narrations>
  <Notes>sample string 7</Notes>
  <PaymentMethod>1</PaymentMethod>
  <ProjectID>1</ProjectID>
  <Rederence>sample string 4</Rederence>
  <RelatedTransNo>1</RelatedTransNo>
  <SourceAccountID>1</SourceAccountID>
  <Status>sample string 8</Status>
  <TDate>2025-12-17T01:03:51.2909502-06:00</TDate>
  <TransType>sample string 3</TransType>
  <TrxNumber>sample string 2</TrxNumber>
</AccountsAccountsTransactionsVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.