API

Finance APIs

GET system/reports/100097/result-set?fromPeriod={fromPeriod}&toPeriod={toPeriod}&periodView={periodView}&generalLedgerAccountNumber={accountNumber}

Shows General Ledger Accounting Lines

Report name General Ledger Accounting Lines
Report identifier 100097
HTTP method GET
URI https://api.rambase.net/system/reports/100097/result-set?fromPeriod={fromPeriod}&toPeriod={toPeriod}&periodView={periodView}&generalLedgerAccountNumber={accountNumber}
Supported formats Xml, Html, Json (ex. $format=json)
Maximum page size ($top) 80
Successful HTTP status code 200
API resource identifier 5618, version 17

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.

fromPeriod Integer, optional Report will list records from this period. Format: YYYYMM.

Minimum: 190000,
Maximum: 299999
toPeriod Integer, optional Report will list records to this period. Format: YYYYMM.

Minimum: 190000,
Maximum: 299999
periodView String, optional Quick filter on from and to period. This parameter overrides from and to period if they are specified.
generalLedgerAccountNumber String, optional The account number of the general ledger account
$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.

AccountingPeriod Integer Accounting period.
AssetId Integer Asset identifier.
Category String Category of general ledger posting.
Currency String Three character code following the ISO 4217 standard.
DepartmentId Integer Department identifier.
FinanceProjectId Integer Finance project identifier.
GeneralLedgerAccountNumber String The account number of the general ledger account.
IntercompanyCode String Abbreviation/code to identify the company.
Note String Remark of the general ledger posting.
RegistrationDate Date Date of registration. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
Status String Status of general ledger posting.
TransactionDate Date Transaction date of general ledger posting. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
Type String Type of general ledger posting.
VATCode String Code that determines VAT rules used for VAT calculations.

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

AccountingPeriod Integer Accounting period
Category String Category of general ledger posting
Currency String Three character code following the ISO 4217 standard
GeneralLedgerAccountNumber String The account number of the general ledger account
Note String Remark of the general ledger posting
RegistrationDate Date Date of registration
Status String Status of general ledger posting
TransactionDate Date Transaction date of general ledger posting
Type String Type of general ledger posting
VATCode String Code that determines VAT rules used for VAT calculations.

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
<Report>
2
     <Rows>
3
          <Row>
4
               <Status
Status

Status of general ledger posting

Possible domain values can be found here

>
{String}</Status>
5
               <GLPostingItem
GLPostingItem

Accounting line reference

>
6
                    <GeneralLedgerPostingItemId
GeneralLedgerPostingItemId

Accounting line identifier of the general ledger posting

>
{Integer}</GeneralLedgerPostingItemId>
7
                    <Description
Description

Description of the general ledger posting

>
{String}</Description>
8
                    <GeneralLedgerPosting
GeneralLedgerPosting

General ledger posting reference

>
9
                         <GeneralLedgerPostingId
GeneralLedgerPostingId

General ledger posting identifier

>
{Integer}</GeneralLedgerPostingId>
10
                         <GeneralLedgerPostingLink
GeneralLedgerPostingLink

General ledger posting reference

>
{String}</GeneralLedgerPostingLink>
11
                    </GeneralLedgerPosting>
12
                    <GeneralLedgerPostingItemLink
GeneralLedgerPostingItemLink

Accounting line reference

>
{String}</GeneralLedgerPostingItemLink>
13
               </GLPostingItem>
14
               <Category
Category

Category of general ledger posting

Possible domain values can be found here

>
{String}</Category>
15
               <Type
Type

Type of general ledger posting

Possible domain values can be found here

>
{String}</Type>
16
               <Period
Period

Accounting period

>
{Integer}</Period>
17
               <TransactionDate
TransactionDate

Transaction date of general ledger posting

>
{Date}</TransactionDate>
18
               <CreatedAt
CreatedAt

Date and time of creation

>
{Datetime}</CreatedAt>
19
               <GLAccount
GLAccount

General ledger account reference

>
20
                    <AccountNumber
AccountNumber

The account number of the general ledger account

>
{String}</AccountNumber>
21
                    <Name
Name

Name of general ledger account

>
{String}</Name>
22
                    <GeneralLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

>
{String}</GeneralLedgerAccountLink>
23
                    <GLAccountDescription
GLAccountDescription

Description of account

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

>
{String}</GLAccountDescription>
24
               </GLAccount>
25
               <VATCodeDefinition
VATCodeDefinition

VAT code reference

>
26
                    <VATCode
VATCode

Code that determines VAT rules used for VAT calculations.

>
{String}</VATCode>
27
                    <Description
Description

Description of VAT Code definition

>
{String}</Description>
28
                    <VATPercent
VATPercent

Value added tax percent

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

>
{Decimal}</VATPercent>
29
                    <VATCodeDefinitionLink
VATCodeDefinitionLink

VAT code reference

>
{String}</VATCodeDefinitionLink>
30
               </VATCodeDefinition>
31
               <Department
Department

Department reference. One of the system/fixed account dimensions.

>
32
                    <DepartmentId
DepartmentId

Department identifier

>
{Integer}</DepartmentId>
33
                    <Name
Name

Name of department

>
{String}</Name>
34
                    <DepartmentLink
DepartmentLink

Finance department reference

>
{String}</DepartmentLink>
35
               </Department>
36
               <Project
Project

Finance project reference. One of the system/fixed account dimensions.

>
37
                    <FinanceProjectId
FinanceProjectId

Finance project identifier

>
{Integer}</FinanceProjectId>
38
                    <Name
Name

Name of finance project

>
{String}</Name>
39
                    <FinanceProjectLink
FinanceProjectLink

Finance project reference

>
{String}</FinanceProjectLink>
40
               </Project>
41
               <Asset
Asset

Asset reference. One of the system/fixed account dimensions.

>
42
                    <AssetId
AssetId

Asset identifier

>
{Integer}</AssetId>
43
                    <Name
Name

Name of asset

>
{String}</Name>
44
                    <AssetLink
AssetLink

Asset reference

>
{String}</AssetLink>
45
               </Asset>
46
               <CustomDimension4
CustomDimension4

{CUS4DESCR}

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

>
47
                    <Value
Value

Description of dimension

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

>
{String}</Value>
48
                    <Description
Description

Description of a dimension value

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

>
{String}</Description>
49
               </CustomDimension4>
50
               <CustomDimension5
CustomDimension5

{CUS5DESCR}

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

>
51
                    <Value
Value

Description of dimension

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

>
{String}</Value>
52
                    <Description
Description

Description of a dimension value

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

>
{String}</Description>
53
               </CustomDimension5>
54
               <CustomDimension6
CustomDimension6

{CUS6DESCR}

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

>
55
                    <Value
Value

Description of dimension

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

>
{String}</Value>
56
                    <Description
Description

Description of a dimension value

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

>
{String}</Description>
57
               </CustomDimension6>
58
               <CustomDimension7
CustomDimension7

{CUS7DESCR}

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

>
59
                    <Value
Value

Description of dimension

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

>
{String}</Value>
60
                    <Description
Description

Description of a dimension value

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

>
{String}</Description>
61
               </CustomDimension7>
62
               <CustomDimension8
CustomDimension8

{CUS8DESCR}

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

>
63
                    <Value
Value

Description of dimension

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

>
{String}</Value>
64
                    <Description
Description

Description of a dimension value

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

>
{String}</Description>
65
               </CustomDimension8>
66
               <CustomDimension9
CustomDimension9

{CUS9DESCR}

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

>
67
                    <Value
Value

Description of dimension

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

>
{String}</Value>
68
                    <Description
Description

Description of a dimension value

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

>
{String}</Description>
69
               </CustomDimension9>
70
               <CustomDimension10
CustomDimension10

{CUS10DESCR}

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

>
71
                    <Value
Value

Description of dimension

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

>
{String}</Value>
72
                    <Description
Description

Description of a dimension value

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

>
{String}</Description>
73
               </CustomDimension10>
74
               <Intercompany
Intercompany

Intercompany reference

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

>
75
                    <Code
Code

Abbreviation/code to identify the company

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

>
{String}</Code>
76
               </Intercompany>
77
               <Location
Location

Location reference

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

>
78
                    <LocationId
LocationId

Location identifier

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

>
{Integer}</LocationId>
79
                    <ShortName
ShortName

Unique abbreviation/short name of the location

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

>
{String}</ShortName>
80
                    <Name
Name

Name of warehouse location

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

>
{String}</Name>
81
                    <Address
Address

Address reference

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

>
82
                         <CountryCode
CountryCode

Two-character code (ISO 3166) identifying the country.

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

>
{String}</CountryCode>
83
                    </Address>
84
                    <LocationLink
LocationLink

Location reference

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

>
{String}</LocationLink>
85
               </Location>
86
               <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
87
               <ExchangeRate
ExchangeRate

The exchange rate used in convertion

>
{Decimal}</ExchangeRate>
88
               <CurrencyAmount
CurrencyAmount

Amount

>
{Decimal}</CurrencyAmount>
89
               <ConvertedDebitAmount
ConvertedDebitAmount

Debit amount / {SYSCUR}

>
{Decimal}</ConvertedDebitAmount>
90
               <ConvertedCreditAmount
ConvertedCreditAmount

Credit amount / {SYSCUR}

>
{Decimal}</ConvertedCreditAmount>
91
               <ConvertedAmount
ConvertedAmount

Amount/{SYSCUR}

>
{Decimal}</ConvertedAmount>
92
               <Note
Note

Remark of the general ledger posting

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

>
{String}</Note>
93
               <Inspect>
94
                    <TargetApplication
TargetApplication

Application reference when inspecting a line in a report.

>
{String}</TargetApplication>
95
               </Inspect>
96
          </Row>
97
     </Rows>
98
     <Aggregated
Aggregated

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

>
99
          <CurrencyAmount
CurrencyAmount

Amount

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

>
{Decimal}</CurrencyAmount>
100
          <ConvertedDebitAmount
ConvertedDebitAmount

Debit amount / {SYSCUR}

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

>
{Decimal}</ConvertedDebitAmount>
101
          <ConvertedCreditAmount
ConvertedCreditAmount

Credit amount / {SYSCUR}

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

>
{Decimal}</ConvertedCreditAmount>
102
          <ConvertedAmount
ConvertedAmount

Amount/{SYSCUR}

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

>
{Decimal}</ConvertedAmount>
103
     </Aggregated>
104
     <ColumnParameters
ColumnParameters

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

>
105
          <ColumnParameter
ColumnParameter

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

>
106
               <Key
Key

Key that is used in description to lookup value from COS. The key is referenced by encapsulating it in curly braces.

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

>
{String}</Key>
107
               <Value
Value

The value of the column parameter from COS that will be shown in the column headers referencing the column parameter key.

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

>
{String}</Value>
108
          </ColumnParameter>
109
     </ColumnParameters>
110
     <Paging
Paging

Detailed paging information for this list.

>
111
          <PageSize
PageSize

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

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

Position of the first element in the list

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

Page index

>
{Integer}</Page>
114
          <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>
115
          <FirstPage
FirstPage

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

>
{String}</FirstPage>
116
          <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>
117
          <PreviousPage
PreviousPage

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

>
{String}</PreviousPage>
118
          <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>
119
          <NextPage
NextPage

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

>
{String}</NextPage>
120
          <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>
121
          <LastPage
LastPage

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

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

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

>
{Integer}</Size>
123
     </Paging>
124
</Report>
1
{
2
     "report": {
3
          "rows": [
4
               {
5
                    "status
Status

Status of general ledger posting

Possible domain values can be found here

":
"{String}",
6
                    "gLPostingItem
GLPostingItem

Accounting line reference

":
{
7
                         "generalLedgerPostingItemId
GeneralLedgerPostingItemId

Accounting line identifier of the general ledger posting

":
"{Integer}",
8
                         "description
Description

Description of the general ledger posting

":
"{String}",
9
                         "generalLedgerPosting
GeneralLedgerPosting

General ledger posting reference

":
{
10
                              "generalLedgerPostingId
GeneralLedgerPostingId

General ledger posting identifier

":
"{Integer}",
11
                              "generalLedgerPostingLink
GeneralLedgerPostingLink

General ledger posting reference

":
"{String}"
12
                         },
13
                         "generalLedgerPostingItemLink
GeneralLedgerPostingItemLink

Accounting line reference

":
"{String}"
14
                    },
15
                    "category
Category

Category of general ledger posting

Possible domain values can be found here

":
"{String}",
16
                    "type
Type

Type of general ledger posting

Possible domain values can be found here

":
"{String}",
17
                    "period
Period

Accounting period

":
"{Integer}",
18
                    "transactionDate
TransactionDate

Transaction date of general ledger posting

":
"{Date}",
19
                    "createdAt
CreatedAt

Date and time of creation

":
"{Datetime}",
20
                    "gLAccount
GLAccount

General ledger account reference

":
{
21
                         "accountNumber
AccountNumber

The account number of the general ledger account

":
"{String}",
22
                         "name
Name

Name of general ledger account

":
"{String}",
23
                         "generalLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

":
"{String}",
24
                         "gLAccountDescription
GLAccountDescription

Description of account

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

":
"{String}"
25
                    },
26
                    "vATCodeDefinition
VATCodeDefinition

VAT code reference

":
{
27
                         "vATCode
VATCode

Code that determines VAT rules used for VAT calculations.

":
"{String}",
28
                         "description
Description

Description of VAT Code definition

":
"{String}",
29
                         "vATPercent
VATPercent

Value added tax percent

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

":
"{Decimal}",
30
                         "vATCodeDefinitionLink
VATCodeDefinitionLink

VAT code reference

":
"{String}"
31
                    },
32
                    "department
Department

Department reference. One of the system/fixed account dimensions.

":
{
33
                         "departmentId
DepartmentId

Department identifier

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

Name of department

":
"{String}",
35
                         "departmentLink
DepartmentLink

Finance department reference

":
"{String}"
36
                    },
37
                    "project
Project

Finance project reference. One of the system/fixed account dimensions.

":
{
38
                         "financeProjectId
FinanceProjectId

Finance project identifier

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

Name of finance project

":
"{String}",
40
                         "financeProjectLink
FinanceProjectLink

Finance project reference

":
"{String}"
41
                    },
42
                    "asset
Asset

Asset reference. One of the system/fixed account dimensions.

":
{
43
                         "assetId
AssetId

Asset identifier

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

Name of asset

":
"{String}",
45
                         "assetLink
AssetLink

Asset reference

":
"{String}"
46
                    },
47
                    "customDimension4
CustomDimension4

{CUS4DESCR}

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

":
{
48
                         "value
Value

Description of dimension

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

":
"{String}",
49
                         "description
Description

Description of a dimension value

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

":
"{String}"
50
                    },
51
                    "customDimension5
CustomDimension5

{CUS5DESCR}

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

":
{
52
                         "value
Value

Description of dimension

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

":
"{String}",
53
                         "description
Description

Description of a dimension value

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

":
"{String}"
54
                    },
55
                    "customDimension6
CustomDimension6

{CUS6DESCR}

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

":
{
56
                         "value
Value

Description of dimension

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

":
"{String}",
57
                         "description
Description

Description of a dimension value

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

":
"{String}"
58
                    },
59
                    "customDimension7
CustomDimension7

{CUS7DESCR}

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

":
{
60
                         "value
Value

Description of dimension

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

":
"{String}",
61
                         "description
Description

Description of a dimension value

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

":
"{String}"
62
                    },
63
                    "customDimension8
CustomDimension8

{CUS8DESCR}

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

":
{
64
                         "value
Value

Description of dimension

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

":
"{String}",
65
                         "description
Description

Description of a dimension value

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

":
"{String}"
66
                    },
67
                    "customDimension9
CustomDimension9

{CUS9DESCR}

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

":
{
68
                         "value
Value

Description of dimension

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

":
"{String}",
69
                         "description
Description

Description of a dimension value

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

":
"{String}"
70
                    },
71
                    "customDimension10
CustomDimension10

{CUS10DESCR}

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

":
{
72
                         "value
Value

Description of dimension

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

":
"{String}",
73
                         "description
Description

Description of a dimension value

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

":
"{String}"
74
                    },
75
                    "intercompany
Intercompany

Intercompany reference

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

":
{
76
                         "code
Code

Abbreviation/code to identify the company

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

":
"{String}"
77
                    },
78
                    "location
Location

Location reference

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

":
{
79
                         "locationId
LocationId

Location identifier

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

":
"{Integer}",
80
                         "shortName
ShortName

Unique abbreviation/short name of the location

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

":
"{String}",
81
                         "name
Name

Name of warehouse location

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

":
"{String}",
82
                         "address
Address

Address reference

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

":
{
83
                              "countryCode
CountryCode

Two-character code (ISO 3166) identifying the country.

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

":
"{String}"
84
                         },
85
                         "locationLink
LocationLink

Location reference

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

":
"{String}"
86
                    },
87
                    "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
88
                    "exchangeRate
ExchangeRate

The exchange rate used in convertion

":
"{Decimal}",
89
                    "currencyAmount
CurrencyAmount

Amount

":
"{Decimal}",
90
                    "convertedDebitAmount
ConvertedDebitAmount

Debit amount / {SYSCUR}

":
"{Decimal}",
91
                    "convertedCreditAmount
ConvertedCreditAmount

Credit amount / {SYSCUR}

":
"{Decimal}",
92
                    "convertedAmount
ConvertedAmount

Amount/{SYSCUR}

":
"{Decimal}",
93
                    "note
Note

Remark of the general ledger posting

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

":
"{String}",
94
                    "inspect": {
95
                         "targetApplication
TargetApplication

Application reference when inspecting a line in a report.

":
"{String}"
96
                    }
97
               }
98
          ],
99
          "aggregated
Aggregated

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

":
{
100
               "currencyAmount
CurrencyAmount

Amount

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

":
"{Decimal}",
101
               "convertedDebitAmount
ConvertedDebitAmount

Debit amount / {SYSCUR}

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

":
"{Decimal}",
102
               "convertedCreditAmount
ConvertedCreditAmount

Credit amount / {SYSCUR}

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

":
"{Decimal}",
103
               "convertedAmount
ConvertedAmount

Amount/{SYSCUR}

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

":
"{Decimal}"
104
          },
105
          "columnParameters
ColumnParameters

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

":
[
106
               {
107
                    "key
Key

Key that is used in description to lookup value from COS. The key is referenced by encapsulating it in curly braces.

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

":
"{String}",
108
                    "value
Value

The value of the column parameter from COS that will be shown in the column headers referencing the column parameter key.

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

":
"{String}"
109
               }
110
          ]
111
     }
112
}

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 104920 HTTP 400 Log text is required
Error 104921 HTTP 400 Invalid log category
Error 101281 HTTP 400 Too many {0} parameters. Maximum is {1}.
Error 100175 HTTP 400 To date must be equal to, or later than from date.
Error 105710 HTTP 400 Invalid output type