GET api/bankreconciliations/adjustments/book/proposedjournalentries?bankRecId={bankRecId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bankRecId |
|
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProposedJournalEntryViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BookAdjustmentId |
Book Adjustment Id |
integer |
None. |
| BankReconciliationId |
Bank Reconciliation Id |
integer |
None. |
| BankCode |
Bank Code |
string |
None. |
| JournalEntryLines |
Journal Entry Lines |
Collection of ProposedJournalEntryLineViewModel |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"bookAdjustmentId": 1,
"bankReconciliationId": 2,
"bankCode": "sample string 3",
"journalEntryLines": [
{
"glAccountNumber": "sample string 1",
"glAccountDescription": "sample string 2",
"glSubAccountName": "sample string 3",
"glSubAccountDescription": "sample string 4",
"description": "sample string 5",
"debit": 6.0,
"credit": 7.0,
"entityNumber": "sample string 8",
"fundID": 1,
"fundName": "sample string 9",
"fundCode": "sample string 10"
},
{
"glAccountNumber": "sample string 1",
"glAccountDescription": "sample string 2",
"glSubAccountName": "sample string 3",
"glSubAccountDescription": "sample string 4",
"description": "sample string 5",
"debit": 6.0,
"credit": 7.0,
"entityNumber": "sample string 8",
"fundID": 1,
"fundName": "sample string 9",
"fundCode": "sample string 10"
}
]
},
{
"bookAdjustmentId": 1,
"bankReconciliationId": 2,
"bankCode": "sample string 3",
"journalEntryLines": [
{
"glAccountNumber": "sample string 1",
"glAccountDescription": "sample string 2",
"glSubAccountName": "sample string 3",
"glSubAccountDescription": "sample string 4",
"description": "sample string 5",
"debit": 6.0,
"credit": 7.0,
"entityNumber": "sample string 8",
"fundID": 1,
"fundName": "sample string 9",
"fundCode": "sample string 10"
},
{
"glAccountNumber": "sample string 1",
"glAccountDescription": "sample string 2",
"glSubAccountName": "sample string 3",
"glSubAccountDescription": "sample string 4",
"description": "sample string 5",
"debit": 6.0,
"credit": 7.0,
"entityNumber": "sample string 8",
"fundID": 1,
"fundName": "sample string 9",
"fundCode": "sample string 10"
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfProposedJournalEntryViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels">
<ProposedJournalEntryViewModel>
<BankCode>sample string 3</BankCode>
<BankReconciliationId>2</BankReconciliationId>
<BookAdjustmentId>1</BookAdjustmentId>
<JournalEntryLines>
<ProposedJournalEntryLineViewModel>
<Credit>7</Credit>
<Debit>6</Debit>
<Description>sample string 5</Description>
<EntityNumber>sample string 8</EntityNumber>
<FundCode>sample string 10</FundCode>
<FundID>1</FundID>
<FundName>sample string 9</FundName>
<GLSubAccountDescription>sample string 4</GLSubAccountDescription>
<GLSubAccountName>sample string 3</GLSubAccountName>
<GlAccountDescription>sample string 2</GlAccountDescription>
<GlAccountNumber>sample string 1</GlAccountNumber>
</ProposedJournalEntryLineViewModel>
<ProposedJournalEntryLineViewModel>
<Credit>7</Credit>
<Debit>6</Debit>
<Description>sample string 5</Description>
<EntityNumber>sample string 8</EntityNumber>
<FundCode>sample string 10</FundCode>
<FundID>1</FundID>
<FundName>sample string 9</FundName>
<GLSubAccountDescription>sample string 4</GLSubAccountDescription>
<GLSubAccountName>sample string 3</GLSubAccountName>
<GlAccountDescription>sample string 2</GlAccountDescription>
<GlAccountNumber>sample string 1</GlAccountNumber>
</ProposedJournalEntryLineViewModel>
</JournalEntryLines>
</ProposedJournalEntryViewModel>
<ProposedJournalEntryViewModel>
<BankCode>sample string 3</BankCode>
<BankReconciliationId>2</BankReconciliationId>
<BookAdjustmentId>1</BookAdjustmentId>
<JournalEntryLines>
<ProposedJournalEntryLineViewModel>
<Credit>7</Credit>
<Debit>6</Debit>
<Description>sample string 5</Description>
<EntityNumber>sample string 8</EntityNumber>
<FundCode>sample string 10</FundCode>
<FundID>1</FundID>
<FundName>sample string 9</FundName>
<GLSubAccountDescription>sample string 4</GLSubAccountDescription>
<GLSubAccountName>sample string 3</GLSubAccountName>
<GlAccountDescription>sample string 2</GlAccountDescription>
<GlAccountNumber>sample string 1</GlAccountNumber>
</ProposedJournalEntryLineViewModel>
<ProposedJournalEntryLineViewModel>
<Credit>7</Credit>
<Debit>6</Debit>
<Description>sample string 5</Description>
<EntityNumber>sample string 8</EntityNumber>
<FundCode>sample string 10</FundCode>
<FundID>1</FundID>
<FundName>sample string 9</FundName>
<GLSubAccountDescription>sample string 4</GLSubAccountDescription>
<GLSubAccountName>sample string 3</GLSubAccountName>
<GlAccountDescription>sample string 2</GlAccountDescription>
<GlAccountNumber>sample string 1</GlAccountNumber>
</ProposedJournalEntryLineViewModel>
</JournalEntryLines>
</ProposedJournalEntryViewModel>
</ArrayOfProposedJournalEntryViewModel>