POST api/JournalEntryMaster/ShowJournalEntryData
Request Information
URI Parameters
None.
Body Parameters
ShowJournalEntryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrentPage | integer |
None. |
|
| PageSize | integer |
None. |
|
| UserID | integer |
None. |
|
| UnitID | integer |
None. |
|
| BranchID | integer |
None. |
|
| EntryDate | date |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| Particulars | string |
None. |
|
| CompanyID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CurrentPage": 1,
"PageSize": 1,
"UserID": 1,
"UnitID": 1,
"BranchID": 1,
"EntryDate": "2026-06-26T23:49:05.4975716+05:30",
"FromDate": "2026-06-26T23:49:05.4975716+05:30",
"ToDate": "2026-06-26T23:49:05.4975716+05:30",
"Particulars": "sample string 2",
"CompanyID": 1
}
application/xml, text/xml
Sample:
<ShowJournalEntryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject"> <BranchID>1</BranchID> <CompanyID>1</CompanyID> <CurrentPage>1</CurrentPage> <EntryDate>2026-06-26T23:49:05.4975716+05:30</EntryDate> <FromDate>2026-06-26T23:49:05.4975716+05:30</FromDate> <PageSize>1</PageSize> <Particulars>sample string 2</Particulars> <ToDate>2026-06-26T23:49:05.4975716+05:30</ToDate> <UnitID>1</UnitID> <UserID>1</UserID> </ShowJournalEntryModel>
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. |