POST api/Tools/LedgerOpeningBalanceBreakup

Request Information

URI Parameters

None.

Body Parameters

LedgerOpeningBalanceBreakupInputs
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

PrimaryAccount

decimal number

None.

SecondaryAccount

decimal number

None.

BranchOfficeCode

decimal number

None.

Bank_Reconcilation

boolean

None.

OBal_Records_Total_Amount

decimal number

None.

AccountBalance

decimal number

None.

DownloadReport

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "PrimaryAccount": 4.1,
  "SecondaryAccount": 5.1,
  "BranchOfficeCode": 6.1,
  "Bank_Reconcilation": true,
  "OBal_Records_Total_Amount": 8.1,
  "AccountBalance": 9.1,
  "DownloadReport": true
}

application/xml, text/xml

Sample:
<LedgerOpeningBalanceBreakupInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools">
  <AccountBalance>9.1</AccountBalance>
  <Bank_Reconcilation>true</Bank_Reconcilation>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <BranchOfficeCode>6.1</BranchOfficeCode>
  <DBName>sample string 1</DBName>
  <DownloadReport>true</DownloadReport>
  <OBal_Records_Total_Amount>8.1</OBal_Records_Total_Amount>
  <PrimaryAccount>4.1</PrimaryAccount>
  <SecondaryAccount>5.1</SecondaryAccount>
  <UserInternalCode>sample string 3</UserInternalCode>
</LedgerOpeningBalanceBreakupInputs>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.