API

Finance APIs

GET system/reports/100128/result-set?fromPeriod={fromPeriod}&toPeriod={toPeriod}&periodView={periodView}

Resource for REP/100128

Report name Supplier invoices / Supplier credit notes
Report identifier 100128
HTTP method GET
URI https://api.rambase.net/system/reports/100128/result-set?fromPeriod={fromPeriod}&toPeriod={toPeriod}&periodView={periodView}
Supported formats Xml, Html, Json (ex. $format=json)
Maximum page size ($top) 20
Successful HTTP status code 200
API resource identifier 4704, version 20

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.
$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 identifier.
AssetId Integer Asset identifier.
ConvertedNetAmount Decimal Net Amount/{CUR}.
Currency String Three character code following the ISO 4217 standard.
DepartmentId Integer Department identifier.
DueDate Date Date the object is due to be paid. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
FinanceProjectId Integer Finance project identifier.
GeneralLedgerAccountId Integer General ledger account identifier.
IssueDate Date Date when the document was issued. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
NetAmount Decimal Final item amount after deducting all discounts etc.
ProductDescription String Description of the product.
ProductName String Name of the product.
SupplierId Integer RamBase supplier identifier.
TransactionObjectId Integer Identifier of the document.

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

AccountingPeriod Integer Accounting period identifier
AssetId Integer Asset identifier
ConvertedNetAmount Decimal Net Amount/{CUR}
Currency String Three character code following the ISO 4217 standard
DepartmentId Integer Department identifier
DueDate Date Date the object is due to be paid
FinanceProjectId Integer Finance project identifier
GeneralLedgerAccountId Integer General ledger account identifier
IssueDate Date Date when the document was issued.
NetAmount Decimal Final item amount after deducting all discounts etc.
ProductDescription String Description of the product
ProductName String Name of the product
SupplierId Integer RamBase supplier identifier
TransactionObjectId Integer Identifier of the document

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 the purchase invoice item

Possible domain values can be found here

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

Document reference

>
6
                    <ObjectId
ObjectId

Identifier of the object

>
{Integer}</ObjectId>
7
                    <ObjectType
ObjectType

Type of object

>
{String}</ObjectType>
8
                    <ItemId
ItemId

Item-number of the object

>
{Integer}</ItemId>
9
                    <RamBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

>
{String}</RamBaseKey>
10
                    <ObjectLink
ObjectLink

Filter used in the link to the related document.

>
{String}</ObjectLink>
11
               </Transaction>
12
               <Period
Period

Accounting period identifier

>
{Integer}</Period>
13
               <IssueDate
IssueDate

Date when the document was issued.

>
{Date}</IssueDate>
14
               <DueDate
DueDate

Date the object is due to be paid

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

>
{Date}</DueDate>
15
               <Supplier
Supplier

Supplier reference

>
16
                    <SupplierId
SupplierId

RamBase supplier identifier

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

Name of supplier (name of company or surname/familyname/lastname of a person)

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

Supplier reference

>
{String}</SupplierLink>
19
               </Supplier>
20
               <Product
Product

Product reference

>
21
                    <ProductId
ProductId

Product identifier

>
{Integer}</ProductId>
22
                    <Name
Name

Name of the product

>
{String}</Name>
23
                    <Description
Description

Description of the product

>
{String}</Description>
24
                    <ProductLink
ProductLink

Product reference

>
{String}</ProductLink>
25
               </Product>
26
               <GLAccount
GLAccount

General ledger account reference

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

>
27
                    <AccountNumber
AccountNumber

The account number of the general ledger account

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

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

Name of general ledger account

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

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

General ledger account reference

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

>
{String}</GeneralLedgerAccountLink>
30
               </GLAccount>
31
               <GLAccountDescription
GLAccountDescription

Description of account

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

>
{String}</GLAccountDescription>
32
               <Department
Department

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

>
33
                    <DepartmentId
DepartmentId

Department identifier

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

Name of department

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

Finance department reference

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

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

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

>
38
                    <FinanceProjectId
FinanceProjectId

Finance project identifier

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

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

Name of finance project

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

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

Finance project reference

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

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

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

>
43
                    <AssetId
AssetId

Asset identifier

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

Name of asset

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

Asset reference

>
{String}</AssetLink>
46
               </Asset>
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}</Value>
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}</Description>
50
               </CustomDimension4>
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}</Value>
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}</Description>
54
               </CustomDimension5>
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}</Value>
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}</Description>
58
               </CustomDimension6>
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}</Value>
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}</Description>
62
               </CustomDimension7>
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}</Value>
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}</Description>
66
               </CustomDimension8>
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}</Value>
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}</Description>
70
               </CustomDimension9>
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}</Value>
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}</Description>
74
               </CustomDimension10>
75
               <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
76
               <NetAmount
NetAmount

Final item amount after deducting all discounts etc.

>
{Decimal}</NetAmount>
77
               <ConvertedNetAmount
ConvertedNetAmount

Net Amount/{CUR}

>
{Decimal}</ConvertedNetAmount>
78
          </Row>
79
     </Rows>
80
     <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

>
81
          <NetAmount
NetAmount

Final item amount after deducting all discounts etc.

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}</NetAmount>
82
          <ConvertedNetAmount
ConvertedNetAmount

Net Amount/{CUR}

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}</ConvertedNetAmount>
83
     </Aggregated>
84
     <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

>
85
          <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

>
86
               <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>
87
               <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>
88
          </ColumnParameter>
89
     </ColumnParameters>
90
     <Paging
Paging

Detailed paging information for this list.

>
91
          <PageSize
PageSize

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

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

Position of the first element in the list

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

Page index

>
{Integer}</Page>
94
          <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>
95
          <FirstPage
FirstPage

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

>
{String}</FirstPage>
96
          <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>
97
          <PreviousPage
PreviousPage

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

>
{String}</PreviousPage>
98
          <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>
99
          <NextPage
NextPage

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

>
{String}</NextPage>
100
          <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>
101
          <LastPage
LastPage

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

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

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

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

Status of the purchase invoice item

Possible domain values can be found here

":
"{String}",
6
                    "transaction
Transaction

Document reference

":
{
7
                         "objectId
ObjectId

Identifier of the object

":
"{Integer}",
8
                         "objectType
ObjectType

Type of object

":
"{String}",
9
                         "itemId
ItemId

Item-number of the object

":
"{Integer}",
10
                         "ramBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

":
"{String}",
11
                         "objectLink
ObjectLink

Filter used in the link to the related document.

":
"{String}"
12
                    },
13
                    "period
Period

Accounting period identifier

":
"{Integer}",
14
                    "issueDate
IssueDate

Date when the document was issued.

":
"{Date}",
15
                    "dueDate
DueDate

Date the object is due to be paid

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

":
"{Date}",
16
                    "supplier
Supplier

Supplier reference

":
{
17
                         "supplierId
SupplierId

RamBase supplier identifier

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

Name of supplier (name of company or surname/familyname/lastname of a person)

":
"{String}",
19
                         "supplierLink
SupplierLink

Supplier reference

":
"{String}"
20
                    },
21
                    "product
Product

Product reference

":
{
22
                         "productId
ProductId

Product identifier

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

Name of the product

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

Description of the product

":
"{String}",
25
                         "productLink
ProductLink

Product reference

":
"{String}"
26
                    },
27
                    "gLAccount
GLAccount

General ledger account reference

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

":
{
28
                         "accountNumber
AccountNumber

The account number of the general ledger account

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

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

Name of general ledger account

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

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

General ledger account reference

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

":
"{String}"
31
                    },
32
                    "gLAccountDescription
GLAccountDescription

Description of account

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

":
"{String}",
33
                    "department
Department

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

":
{
34
                         "departmentId
DepartmentId

Department identifier

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

Name of department

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

Finance department reference

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

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

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

":
{
39
                         "financeProjectId
FinanceProjectId

Finance project identifier

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

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

Name of finance project

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

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

Finance project reference

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

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

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

":
{
44
                         "assetId
AssetId

Asset identifier

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

Name of asset

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

Asset reference

":
"{String}"
47
                    },
48
                    "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

":
{
49
                         "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}",
50
                         "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}"
51
                    },
52
                    "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

":
{
53
                         "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}",
54
                         "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}"
55
                    },
56
                    "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

":
{
57
                         "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}",
58
                         "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}"
59
                    },
60
                    "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

":
{
61
                         "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}",
62
                         "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}"
63
                    },
64
                    "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

":
{
65
                         "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}",
66
                         "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}"
67
                    },
68
                    "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

":
{
69
                         "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}",
70
                         "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}"
71
                    },
72
                    "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

":
{
73
                         "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}",
74
                         "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}"
75
                    },
76
                    "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
77
                    "netAmount
NetAmount

Final item amount after deducting all discounts etc.

":
"{Decimal}",
78
                    "convertedNetAmount
ConvertedNetAmount

Net Amount/{CUR}

":
"{Decimal}"
79
               }
80
          ],
81
          "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

":
{
82
               "netAmount
NetAmount

Final item amount after deducting all discounts etc.

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}",
83
               "convertedNetAmount
ConvertedNetAmount

Net Amount/{CUR}

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}"
84
          },
85
          "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

":
[
86
               {
87
                    "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}",
88
                    "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}"
89
               }
90
          ]
91
     }
92
}

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