POST api/FinancialStatement/GetLedgerDetailed

Request Information

URI Parameters

None.

Body Parameters

LedgerRequest
NameDescriptionTypeAdditional information
Fid

integer

None.

FromDate

date

None.

ToDate

date

None.

Branch

string

None.

LedgerID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Fid": 1,
  "FromDate": "2026-01-13T16:28:23.592401+05:30",
  "ToDate": "2026-01-13T16:28:23.592401+05:30",
  "Branch": "sample string 4",
  "LedgerID": "sample string 5"
}

application/xml, text/xml

Sample:
<FinancialStatement.LedgerRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgrimHousingFinanceServices.Models">
  <Branch>sample string 4</Branch>
  <Fid>1</Fid>
  <FromDate>2026-01-13T16:28:23.592401+05:30</FromDate>
  <LedgerID>sample string 5</LedgerID>
  <ToDate>2026-01-13T16:28:23.592401+05:30</ToDate>
</FinancialStatement.LedgerRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of LedgerResponse
NameDescriptionTypeAdditional information
SNo

integer

None.

Branch

string

None.

APPNO

string

None.

CoLender

string

None.

TransactionDate

date

None.

ValueDate

date

None.

LedgerHead

string

None.

VoucherNumber

string

None.

SubNarration

string

None.

Narration

string

None.

MasterName

string

None.

Debit

string

None.

Credit

string

None.

Balance

string

None.

UserName

string

None.

AutUserName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SNo": 1,
    "Branch": "sample string 2",
    "APPNO": "sample string 3",
    "CoLender": "sample string 4",
    "TransactionDate": "2026-01-13T16:28:23.592401+05:30",
    "ValueDate": "2026-01-13T16:28:23.592401+05:30",
    "LedgerHead": "sample string 7",
    "VoucherNumber": "sample string 8",
    "SubNarration": "sample string 9",
    "Narration": "sample string 10",
    "MasterName": "sample string 11",
    "Debit": "sample string 12",
    "Credit": "sample string 13",
    "Balance": "sample string 14",
    "UserName": "sample string 15",
    "AutUserName": "sample string 16"
  },
  {
    "SNo": 1,
    "Branch": "sample string 2",
    "APPNO": "sample string 3",
    "CoLender": "sample string 4",
    "TransactionDate": "2026-01-13T16:28:23.592401+05:30",
    "ValueDate": "2026-01-13T16:28:23.592401+05:30",
    "LedgerHead": "sample string 7",
    "VoucherNumber": "sample string 8",
    "SubNarration": "sample string 9",
    "Narration": "sample string 10",
    "MasterName": "sample string 11",
    "Debit": "sample string 12",
    "Credit": "sample string 13",
    "Balance": "sample string 14",
    "UserName": "sample string 15",
    "AutUserName": "sample string 16"
  }
]

application/xml, text/xml

Sample:
<ArrayOfFinancialStatement.LedgerResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgrimHousingFinanceServices.Models">
  <FinancialStatement.LedgerResponse>
    <APPNO>sample string 3</APPNO>
    <AutUserName>sample string 16</AutUserName>
    <Balance>sample string 14</Balance>
    <Branch>sample string 2</Branch>
    <CoLender>sample string 4</CoLender>
    <Credit>sample string 13</Credit>
    <Debit>sample string 12</Debit>
    <LedgerHead>sample string 7</LedgerHead>
    <MasterName>sample string 11</MasterName>
    <Narration>sample string 10</Narration>
    <SNo>1</SNo>
    <SubNarration>sample string 9</SubNarration>
    <TransactionDate>2026-01-13T16:28:23.592401+05:30</TransactionDate>
    <UserName>sample string 15</UserName>
    <ValueDate>2026-01-13T16:28:23.592401+05:30</ValueDate>
    <VoucherNumber>sample string 8</VoucherNumber>
  </FinancialStatement.LedgerResponse>
  <FinancialStatement.LedgerResponse>
    <APPNO>sample string 3</APPNO>
    <AutUserName>sample string 16</AutUserName>
    <Balance>sample string 14</Balance>
    <Branch>sample string 2</Branch>
    <CoLender>sample string 4</CoLender>
    <Credit>sample string 13</Credit>
    <Debit>sample string 12</Debit>
    <LedgerHead>sample string 7</LedgerHead>
    <MasterName>sample string 11</MasterName>
    <Narration>sample string 10</Narration>
    <SNo>1</SNo>
    <SubNarration>sample string 9</SubNarration>
    <TransactionDate>2026-01-13T16:28:23.592401+05:30</TransactionDate>
    <UserName>sample string 15</UserName>
    <ValueDate>2026-01-13T16:28:23.592401+05:30</ValueDate>
    <VoucherNumber>sample string 8</VoucherNumber>
  </FinancialStatement.LedgerResponse>
</ArrayOfFinancialStatement.LedgerResponse>