GET api/DayBook?parentAccountName={parentAccountName}&projectId={projectId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| parentAccountName | string |
Required |
|
| projectId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DayBookBL| Name | Description | Type | Additional information |
|---|---|---|---|
| DayBookId | integer |
None. |
|
| ProjectId | integer |
None. |
|
| AccountName | string |
None. |
|
| ProductName | string |
None. |
|
| AccountDate | date |
None. |
|
| ParentAccountName | string |
None. |
|
| ParentAccountId | integer |
None. |
|
| Description | string |
None. |
|
| UnitPrice | decimal number |
None. |
|
| Quantity | integer |
None. |
|
| DueAmount | decimal number |
None. |
|
| OpeningBalance | decimal number |
None. |
|
| ImpactAmount | decimal number |
None. |
|
| NonImpactAmount | decimal number |
None. |
|
| ClosingBalance | decimal number |
None. |
|
| IsCompleted | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| ActualAccountDate | date |
None. |
|
| DueNumber | integer |
None. |
|
| IntervalInDays | integer |
None. |
|
| TotalPendingDues | integer |
None. |
|
| LoginNumber | string |
None. |
|
| CreatedDate | date |
None. |
|
| NeedsToDelete | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"DayBookId": 1,
"ProjectId": 1,
"AccountName": "sample string 2",
"ProductName": "sample string 3",
"AccountDate": "2025-12-06T04:37:21.9914268Z",
"ParentAccountName": "sample string 4",
"ParentAccountId": 1,
"Description": "sample string 5",
"UnitPrice": 1.0,
"Quantity": 1,
"DueAmount": 1.0,
"OpeningBalance": 1.0,
"ImpactAmount": 1.0,
"NonImpactAmount": 1.0,
"ClosingBalance": 1.0,
"IsCompleted": true,
"IsActive": true,
"ActualAccountDate": "2025-12-06T04:37:21.9914268Z",
"DueNumber": 1,
"IntervalInDays": 1,
"TotalPendingDues": 1,
"LoginNumber": "sample string 6",
"CreatedDate": "2025-12-06T04:37:21.9914268Z",
"NeedsToDelete": true
}