POST api/AccountsAccountTransactionsDetails/SaveAccountsTransactionsDetails
Request Information
URI Parameters
None.
Body Parameters
AccountsTransactionsDetailsVM| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| TrxID | integer |
None. |
|
| TrxType | string |
None. |
|
| AccountID | integer |
None. |
|
| CurrencyID | integer |
None. |
|
| CurrencyRate | decimal number |
None. |
|
| BaseCurrencyAmt | decimal number |
None. |
|
| TaxID | integer |
None. |
|
| TaxRate | decimal number |
None. |
|
| Des | string |
None. |
|
| ElementType | string |
None. |
|
| ElementID | integer |
None. |
|
| Refference | string |
None. |
|
| Amount | decimal number |
None. |
|
| OldBalance | decimal number |
None. |
|
| NewBalance | decimal number |
None. |
|
| Status | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"TrxID": 1,
"TrxType": "sample string 2",
"AccountID": 1,
"CurrencyID": 1,
"CurrencyRate": 1.1,
"BaseCurrencyAmt": 1.1,
"TaxID": 1,
"TaxRate": 1.1,
"Des": "sample string 3",
"ElementType": "sample string 4",
"ElementID": 1,
"Refference": "sample string 5",
"Amount": 1.1,
"OldBalance": 1.1,
"NewBalance": 1.1,
"Status": "sample string 6",
"CreatedBy": 1,
"CreatedOn": "2025-12-16T23:19:19.2270966-06:00",
"ModifiedBy": 1,
"ModifiedOn": "2025-12-16T23:19:19.2270966-06:00"
}
application/xml, text/xml
Sample:
<AccountsTransactionsDetailsVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP_BL.ViewModels"> <AccountID>1</AccountID> <Amount>1.1</Amount> <BaseCurrencyAmt>1.1</BaseCurrencyAmt> <CreatedBy>1</CreatedBy> <CreatedOn>2025-12-16T23:19:19.2270966-06:00</CreatedOn> <CurrencyID>1</CurrencyID> <CurrencyRate>1.1</CurrencyRate> <Des>sample string 3</Des> <ElementID>1</ElementID> <ElementType>sample string 4</ElementType> <ID>1</ID> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-12-16T23:19:19.2270966-06:00</ModifiedOn> <NewBalance>1.1</NewBalance> <OldBalance>1.1</OldBalance> <Refference>sample string 5</Refference> <Status>sample string 6</Status> <TaxID>1</TaxID> <TaxRate>1.1</TaxRate> <TrxID>1</TrxID> <TrxType>sample string 2</TrxType> </AccountsTransactionsDetailsVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.