GET api/bankreconciliations/adjustments/books/{bankReconciliationId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bankReconciliationId |
|
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BookAdjustmentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CreatedOn |
|
date |
None. |
| BankReconciliationId |
|
integer |
None. |
| JournalEntryId |
|
integer |
None. |
| MarkedForReversal |
|
boolean |
None. |
| Reversed |
|
boolean |
None. |
| ReversalJournalEntryId |
|
integer |
None. |
| AdjustmentLines |
|
Collection of BookAdjustmentLineModel |
None. |
| Id |
|
integer |
None. |
| IsDeleted |
|
boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"createdOn": "2025-10-29T04:41:46.7913914-04:00",
"bankReconciliationId": 2,
"journalEntryId": 1,
"markedForReversal": true,
"reversed": true,
"reversalJournalEntryId": 1,
"adjustmentLines": [
{
"id": 1,
"entityId": 2,
"description": "sample string 3",
"glAccountNumber": "sample string 4",
"charOfAccountId": 5,
"subAccountName": "sample string 6",
"subAccountId": 1,
"creditAmount": 1.0,
"debitAmount": 1.0,
"fundId": 1
},
{
"id": 1,
"entityId": 2,
"description": "sample string 3",
"glAccountNumber": "sample string 4",
"charOfAccountId": 5,
"subAccountName": "sample string 6",
"subAccountId": 1,
"creditAmount": 1.0,
"debitAmount": 1.0,
"fundId": 1
}
],
"id": 3,
"isDeleted": true
},
{
"createdOn": "2025-10-29T04:41:46.7913914-04:00",
"bankReconciliationId": 2,
"journalEntryId": 1,
"markedForReversal": true,
"reversed": true,
"reversalJournalEntryId": 1,
"adjustmentLines": [
{
"id": 1,
"entityId": 2,
"description": "sample string 3",
"glAccountNumber": "sample string 4",
"charOfAccountId": 5,
"subAccountName": "sample string 6",
"subAccountId": 1,
"creditAmount": 1.0,
"debitAmount": 1.0,
"fundId": 1
},
{
"id": 1,
"entityId": 2,
"description": "sample string 3",
"glAccountNumber": "sample string 4",
"charOfAccountId": 5,
"subAccountName": "sample string 6",
"subAccountId": 1,
"creditAmount": 1.0,
"debitAmount": 1.0,
"fundId": 1
}
],
"id": 3,
"isDeleted": true
}
]
application/xml, text/xml
Sample:
<ArrayOfBookAdjustmentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.Core.Models">
<BookAdjustmentModel>
<Id xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.Core.Models.Base">3</Id>
<IsDeleted xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.Core.Models.Base">true</IsDeleted>
<AdjustmentLines>
<BookAdjustmentLineModel>
<CharOfAccountId>5</CharOfAccountId>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Description>sample string 3</Description>
<EntityId>2</EntityId>
<FundId>1</FundId>
<GlAccountNumber>sample string 4</GlAccountNumber>
<Id>1</Id>
<SubAccountId>1</SubAccountId>
<SubAccountName>sample string 6</SubAccountName>
</BookAdjustmentLineModel>
<BookAdjustmentLineModel>
<CharOfAccountId>5</CharOfAccountId>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Description>sample string 3</Description>
<EntityId>2</EntityId>
<FundId>1</FundId>
<GlAccountNumber>sample string 4</GlAccountNumber>
<Id>1</Id>
<SubAccountId>1</SubAccountId>
<SubAccountName>sample string 6</SubAccountName>
</BookAdjustmentLineModel>
</AdjustmentLines>
<BankReconciliationId>2</BankReconciliationId>
<CreatedOn>2025-10-29T04:41:46.7913914-04:00</CreatedOn>
<JournalEntryId>1</JournalEntryId>
<MarkedForReversal>true</MarkedForReversal>
<ReversalJournalEntryId>1</ReversalJournalEntryId>
<Reversed>true</Reversed>
</BookAdjustmentModel>
<BookAdjustmentModel>
<Id xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.Core.Models.Base">3</Id>
<IsDeleted xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.Core.Models.Base">true</IsDeleted>
<AdjustmentLines>
<BookAdjustmentLineModel>
<CharOfAccountId>5</CharOfAccountId>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Description>sample string 3</Description>
<EntityId>2</EntityId>
<FundId>1</FundId>
<GlAccountNumber>sample string 4</GlAccountNumber>
<Id>1</Id>
<SubAccountId>1</SubAccountId>
<SubAccountName>sample string 6</SubAccountName>
</BookAdjustmentLineModel>
<BookAdjustmentLineModel>
<CharOfAccountId>5</CharOfAccountId>
<CreditAmount>1</CreditAmount>
<DebitAmount>1</DebitAmount>
<Description>sample string 3</Description>
<EntityId>2</EntityId>
<FundId>1</FundId>
<GlAccountNumber>sample string 4</GlAccountNumber>
<Id>1</Id>
<SubAccountId>1</SubAccountId>
<SubAccountName>sample string 6</SubAccountName>
</BookAdjustmentLineModel>
</AdjustmentLines>
<BankReconciliationId>2</BankReconciliationId>
<CreatedOn>2025-10-29T04:41:46.7913914-04:00</CreatedOn>
<JournalEntryId>1</JournalEntryId>
<MarkedForReversal>true</MarkedForReversal>
<ReversalJournalEntryId>1</ReversalJournalEntryId>
<Reversed>true</Reversed>
</BookAdjustmentModel>
</ArrayOfBookAdjustmentModel>