API

Finance APIs

GET finance/bank-statements/{bankStatementId}/transactions

List of bank statement transactions

HTTP method GET
URI https://api.rambase.net/finance/bank-statements/{bankStatementId}/transactions
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {bankStatementId} Bank statement identifier
Integer, minimum 100000
Maximum page size ($top) 80
Successful HTTP status code 200
API resource identifier 5635, version 9

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
1

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$top String, optional Specifies number of rows to return in each page. Maximum limit is specific for each API resource. Default value is 10.
$pageKey String, optional Use to navigate to first, previous, next or last page in list. Add $expand=PagingDetails to add the different keys to the response.
$filter String, optional Use to filter the result list, see the Filtering and sorting page for more information.
$orderby String, optional Use to order the result list, see the Filtering and sorting page for more information.
$inlinecount String, optional Set to "allpages" to include total number of rows in the response. Possible values are: "allpages", "none"

Read more about filters and sorting on how to use filter parameters and named filters.

ApprovedBy Integer The user who has approved the bank statement transaction.
BankAmount Decimal Transaction amount.
BankReference String Reference from the bank.
BookingDate Date Booking date of the bank statement transaction. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
CreatedAt Datetime Date and time of creation. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
CurrencyDate Date Currency date of the bank statement transaction. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
InternalMessage String Internal message from the system.
PaymentMessage String Message from the payment.
Status Integer Status of bank statement.
TransactionId Integer Transaction identifier of the bank statement.
TransactionReference String Our internal reference.

Read more about filters and sorting on how to use sortable parameters

ApprovedBy Integer The user who has approved the bank statement transaction
BankAmount Decimal Transaction amount
BankReference String Reference from the bank
BookingDate Date Booking date of the bank statement transaction
CreatedAt Datetime Date and time of creation
CurrencyDate Date Currency date of the bank statement transaction
InternalMessage String Internal message from the system
PaymentMessage String Message from the payment
Status Integer Status of bank statement
TransactionId Integer Transaction identifier of the bank statement
TransactionReference String Our internal reference

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields. Fields colored in grey is expandable fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<Transactions>
2
     <Transaction>
3
          <CreatedAt
CreatedAt

Date and time of creation

>
{Datetime}</CreatedAt>
4
          <TransactionId
TransactionId

Transaction identifier of the bank statement

>
{Integer}</TransactionId>
5
          <Status
Status

Status of bank statement

Possible domain values can be found here

>
{Integer}</Status>
6
          <BookingDate
BookingDate

Booking date of the bank statement transaction

>
{Date}</BookingDate>
7
          <CurrencyDate
CurrencyDate

Currency date of the bank statement transaction

>
{Date}</CurrencyDate>
8
          <BankReference
BankReference

Reference from the bank

>
{String}</BankReference>
9
          <TransactionReference
TransactionReference

Our internal reference

>
{String}</TransactionReference>
10
          <PaymentMessage
PaymentMessage

Message from the payment

>
{String}</PaymentMessage>
11
          <InternalMessage
InternalMessage

Internal message from the system

>
{String}</InternalMessage>
12
          <Reconciliation>
13
               <ReconciliationId
ReconciliationId

Reconciliation identifier of the bank statement

>
{Integer}</ReconciliationId>
14
               <ReconciliationMethod
ReconciliationMethod

Method of the reconciliation

>
{String}</ReconciliationMethod>
15
               <ReconciledBy
ReconciledBy

The user who has reconciled the bank statement transaction

>
16
                    <UserId
UserId

User identifier

>
{Integer}</UserId>
17
                    <Name
Name

Name of the user

>
{String}</Name>
18
                    <FirstName
FirstName

First name of the user

>
{String}</FirstName>
19
                    <UserLink
UserLink

User reference

>
{String}</UserLink>
20
               </ReconciledBy>
21
               <ReconciliationBatchJob>
22
                    <BatchJobId
BatchJobId

Batch job identifier

>
{Integer}</BatchJobId>
23
                    <BatchJobLink
BatchJobLink

Batch job reference

>
{String}</BatchJobLink>
24
               </ReconciliationBatchJob>
25
          </Reconciliation>
26
          <ApprovedBy
ApprovedBy

The user who has approved the bank statement transaction

>
27
               <UserId
UserId

User identifier

>
{Integer}</UserId>
28
               <Name
Name

Name of the user

>
{String}</Name>
29
               <FirstName
FirstName

First name of the user

>
{String}</FirstName>
30
               <UserLink
UserLink

User reference

>
{String}</UserLink>
31
          </ApprovedBy>
32
          <Payments
Payments

This field is greyed out because it is an expandable field. You have to add $expand=Transaction.Payments in your request URI to get this field

>
33
               <Payment
Payment

This field is greyed out because it is an expandable field. You have to add $expand=Transaction.Payments in your request URI to get this field

>
34
                    <PaymentId
PaymentId

Payment identifier

This field is greyed out because it is an expandable field. You have to add $expand=Transaction.Payments in your request URI to get this field

>
{Integer}</PaymentId>
35
                    <Status
Status

Status of payment

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=Transaction.Payments in your request URI to get this field

>
{Integer}</Status>
36
                    <PaymentLink
PaymentLink

Payment reference

This field is greyed out because it is an expandable field. You have to add $expand=Transaction.Payments in your request URI to get this field

>
{String}</PaymentLink>
37
               </Payment>
38
          </Payments>
39
          <Totals>
40
               <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
41
               <BankAmount
BankAmount

Transaction amount

>
{Decimal}</BankAmount>
42
               <PaymentAmount
PaymentAmount

Payment amount

>
{Decimal}</PaymentAmount>
43
               <DeviationAmount
DeviationAmount

Deviation amount

>
{Decimal}</DeviationAmount>
44
          </Totals>
45
          <TransactionLink
TransactionLink

Bank statement transaction reference

>
{String}</TransactionLink>
46
     </Transaction>
47
     <Paging
Paging

Detailed paging information for this list.

>
48
          <PageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

>
{Integer}</PageSize>
49
          <Position
Position

Position of the first element in the list

>
{Integer}</Position>
50
          <Page
Page

Page index

>
{Integer}</Page>
51
          <FirstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</FirstPageKey>
52
          <FirstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

>
{String}</FirstPage>
53
          <PreviousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</PreviousPageKey>
54
          <PreviousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

>
{String}</PreviousPage>
55
          <NextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</NextPageKey>
56
          <NextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

>
{String}</NextPage>
57
          <LastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

>
{String}</LastPageKey>
58
          <LastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

>
{String}</LastPage>
59
          <Size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

>
{Integer}</Size>
60
     </Paging>
61
</Transactions>
1
{
2
     "transactions": [
3
          {
4
               "createdAt
CreatedAt

Date and time of creation

":
"{Datetime}",
5
               "transactionId
TransactionId

Transaction identifier of the bank statement

":
"{Integer}",
6
               "status
Status

Status of bank statement

Possible domain values can be found here

":
"{Integer}",
7
               "bookingDate
BookingDate

Booking date of the bank statement transaction

":
"{Date}",
8
               "currencyDate
CurrencyDate

Currency date of the bank statement transaction

":
"{Date}",
9
               "bankReference
BankReference

Reference from the bank

":
"{String}",
10
               "transactionReference
TransactionReference

Our internal reference

":
"{String}",
11
               "paymentMessage
PaymentMessage

Message from the payment

":
"{String}",
12
               "internalMessage
InternalMessage

Internal message from the system

":
"{String}",
13
               "reconciliation": {
14
                    "reconciliationId
ReconciliationId

Reconciliation identifier of the bank statement

":
"{Integer}",
15
                    "reconciliationMethod
ReconciliationMethod

Method of the reconciliation

":
"{String}",
16
                    "reconciledBy
ReconciledBy

The user who has reconciled the bank statement transaction

":
{
17
                         "userId
UserId

User identifier

":
"{Integer}",
18
                         "name
Name

Name of the user

":
"{String}",
19
                         "firstName
FirstName

First name of the user

":
"{String}",
20
                         "userLink
UserLink

User reference

":
"{String}"
21
                    },
22
                    "reconciliationBatchJob": {
23
                         "batchJobId
BatchJobId

Batch job identifier

":
"{Integer}",
24
                         "batchJobLink
BatchJobLink

Batch job reference

":
"{String}"
25
                    }
26
               },
27
               "approvedBy
ApprovedBy

The user who has approved the bank statement transaction

":
{
28
                    "userId
UserId

User identifier

":
"{Integer}",
29
                    "name
Name

Name of the user

":
"{String}",
30
                    "firstName
FirstName

First name of the user

":
"{String}",
31
                    "userLink
UserLink

User reference

":
"{String}"
32
               },
33
               "payments
Payments

This field is greyed out because it is an expandable field. You have to add $expand=Transaction.Payments in your request URI to get this field

":
[
34
                    {
35
                         "paymentId
PaymentId

Payment identifier

This field is greyed out because it is an expandable field. You have to add $expand=Transaction.Payments in your request URI to get this field

":
"{Integer}",
36
                         "status
Status

Status of payment

Possible domain values can be found here

This field is greyed out because it is an expandable field. You have to add $expand=Transaction.Payments in your request URI to get this field

":
"{Integer}",
37
                         "paymentLink
PaymentLink

Payment reference

This field is greyed out because it is an expandable field. You have to add $expand=Transaction.Payments in your request URI to get this field

":
"{String}"
38
                    }
39
               ],
40
               "totals": {
41
                    "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
42
                    "bankAmount
BankAmount

Transaction amount

":
"{Decimal}",
43
                    "paymentAmount
PaymentAmount

Payment amount

":
"{Decimal}",
44
                    "deviationAmount
DeviationAmount

Deviation amount

":
"{Decimal}"
45
               },
46
               "transactionLink
TransactionLink

Bank statement transaction reference

":
"{String}"
47
          }
48
     ],
49
     "paging
Paging

Detailed paging information for this list.

":
{
50
          "pageSize
PageSize

Number of elements in the list, as defined in $top. Default is 10.

":
"{Integer}",
51
          "position
Position

Position of the first element in the list

":
"{Integer}",
52
          "page
Page

Page index

":
"{Integer}",
53
          "firstPageKey
FirstPageKey

Page key to use for navigating to the first page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
54
          "firstPage
FirstPage

Link to the first page in the list. $pageKey is set to FirstPageKey.

":
"{String}",
55
          "previousPageKey
PreviousPageKey

Page key to use for navigating to previous page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
56
          "previousPage
PreviousPage

Link to the previous page in the list. $pageKey is set to PreviousPageKey.

":
"{String}",
57
          "nextPageKey
NextPageKey

Page key to use for navigating to next page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
58
          "nextPage
NextPage

Link to the next page in the list. $pageKey is set to NextPageKey.

":
"{String}",
59
          "lastPageKey
LastPageKey

Page key to use for navigating to last page in the list

This field is greyed out because it is an expandable field. You have to add $expand=PagingDetails in your request URI to get this field

":
"{String}",
60
          "lastPage
LastPage

Link to the last page in the list. $pageKey is set to LastPageKey.

":
"{String}",
61
          "size
Size

Total number of records in the list. Use $inlinecount=allpages in the request uri to include this

":
"{Integer}"
62
     }
63
}

List of available operations/actions for this resource.
See the operations documentation for more information about API operations.

Possible error codes the response might return:

Error 101814 HTTP 404 Employee not found