POST api/Account/GetDailyCashRegisterBookReport
Request Information
URI Parameters
None.
Body Parameters
pCritDailyCashRegisterBook| Name | Description | Type | Additional information |
|---|---|---|---|
| branch | integer |
None. |
|
| fromDate | date |
None. |
|
| toDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"branch": 1,
"fromDate": "2026-04-17T15:58:22.9541223+03:00",
"toDate": "2026-04-17T15:58:22.9541223+03:00"
}
application/xml, text/xml
Sample:
<BLAccounts.pCritDailyCashRegisterBook xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Accounts"> <branch>1</branch> <fromDate>2026-04-17T15:58:22.9541223+03:00</fromDate> <toDate>2026-04-17T15:58:22.9541223+03:00</toDate> </BLAccounts.pCritDailyCashRegisterBook>
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.