POST api/Account/GetCashRegisterBookReport
Request Information
URI Parameters
None.
Body Parameters
pCritCashRegisterBook| Name | Description | Type | Additional information |
|---|---|---|---|
| branch | integer |
None. |
|
| paymentType | integer |
None. |
|
| account | integer |
None. |
|
| company | integer |
None. |
|
| fromDate | date |
None. |
|
| toDate | date |
None. |
|
| OpeningBalance | boolean |
None. |
|
| DisplayTitles | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"branch": 1,
"paymentType": 2,
"account": 3,
"company": 4,
"fromDate": "2026-04-17T13:10:10.1607428+03:00",
"toDate": "2026-04-17T13:10:10.1617455+03:00",
"OpeningBalance": true,
"DisplayTitles": true
}
application/xml, text/xml
Sample:
<BLAccounts.pCritCashRegisterBook xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Accounts"> <DisplayTitles>true</DisplayTitles> <OpeningBalance>true</OpeningBalance> <account>3</account> <branch>1</branch> <company>4</company> <fromDate>2026-04-17T13:10:10.1607428+03:00</fromDate> <paymentType>2</paymentType> <toDate>2026-04-17T13:10:10.1617455+03:00</toDate> </BLAccounts.pCritCashRegisterBook>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]
application/xml
Sample:
text/xml
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.