POST api/ledger/GetBankCollectionDetails

Request Information

URI Parameters

None.

Body Parameters

LedgerInfo
NameDescriptionTypeAdditional information
FranchiseeId

integer

None.

Type

string

None.

FromDate

date

None.

ToDate

date

None.

OldRoyaltyOpeningBalance

decimal number

None.

OldRoyaltyClosingBalance

decimal number

None.

OpeningBalance

decimal number

None.

TotalIndent

decimal number

None.

TotalReceipt

decimal number

None.

ClosingBalance

decimal number

None.

TotalClosingBalance

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "FranchiseeId": 1,
  "Type": "sample string 2",
  "FromDate": "2025-12-11T19:34:37.2138582+05:30",
  "ToDate": "2025-12-11T19:34:37.2138582+05:30",
  "OldRoyaltyOpeningBalance": 5.0,
  "OldRoyaltyClosingBalance": 6.0,
  "OpeningBalance": 7.0,
  "TotalIndent": 8.0,
  "TotalReceipt": 9.0,
  "ClosingBalance": 10.0,
  "TotalClosingBalance": 11.0
}

application/xml, text/xml

Sample:
<LedgerInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ekidzeeAndroid.Repositories">
  <ClosingBalance>10</ClosingBalance>
  <FranchiseeId>1</FranchiseeId>
  <FromDate>2025-12-11T19:34:37.2138582+05:30</FromDate>
  <OldRoyaltyClosingBalance>6</OldRoyaltyClosingBalance>
  <OldRoyaltyOpeningBalance>5</OldRoyaltyOpeningBalance>
  <OpeningBalance>7</OpeningBalance>
  <ToDate>2025-12-11T19:34:37.2138582+05:30</ToDate>
  <TotalClosingBalance>11</TotalClosingBalance>
  <TotalIndent>8</TotalIndent>
  <TotalReceipt>9</TotalReceipt>
  <Type>sample string 2</Type>
</LedgerInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IResponseModelOfObject
NameDescriptionTypeAdditional information
ResponseMessage

string

None.

ResponseCode

integer

None.

ResponseData

Object

None.

Response Formats

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

Sample:

Sample not available.