POST api/Ledger/GetJournalEntryByLedgerID
Request Information
URI Parameters
None.
Body Parameters
clsGetJournalEntryByLedgerIDModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| LedgerID | integer |
None. |
|
| LedgerGroupID | integer |
None. |
|
| FinancialYear | string |
None. |
|
| CompanyID | integer |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1,
"LedgerID": 2,
"LedgerGroupID": 3,
"FinancialYear": "sample string 4",
"CompanyID": 5,
"FromDate": "2026-06-26T23:55:18.8258527+05:30",
"ToDate": "2026-06-26T23:55:18.8258527+05:30"
}
application/xml, text/xml
Sample:
<clsGetJournalEntryByLedgerIDModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject"> <CompanyID>5</CompanyID> <FinancialYear>sample string 4</FinancialYear> <FromDate>2026-06-26T23:55:18.8258527+05:30</FromDate> <LedgerGroupID>3</LedgerGroupID> <LedgerID>2</LedgerID> <ToDate>2026-06-26T23:55:18.8258527+05:30</ToDate> <UserID>1</UserID> </clsGetJournalEntryByLedgerIDModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |