API

Procurement APIs

GET procurement/billing-items

List of all supplier billing items

HTTP method GET
URI https://api.rambase.net/procurement/billing-items
Supported formats Xml, Html, Json (ex. $format=json)
Maximum page size ($top) 200
Successful HTTP status code 200
API resource identifier 3725, version 16

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.

AccountingPeriod Integer Accounting period.
AssetId Integer Asset identifier.
CreatedAt Datetime Date and time of creation. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
DepartmentId Integer Department identifier.
FinanceProjectId Integer Finance project identifier.
GeneralLedgerAccountId Integer General ledger account identifier.
ItemId Integer Item-number of the object.
NetPrice Decimal Final price per unit after deducting all discounts etc.
ObjectId Integer Identifier of the object.
ObjectType String Type of object.
ProductDescription String Description of the item. If not specified, the description is by default copied from the product.
ProductId Integer Product identifier.
ProductName String Name of the product.
ProductRevision String Revision number.
ProductType String Type of product.
ProjectOrderId Integer Project order identifier.
ProjectOrderItemId Integer Project order item identifier.
Quantity Decimal Quantity of billing item.
RegistrationDate Date Date of registration. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
Status Integer Status of billing item.
SupplierId Integer RamBase supplier identifier.
SupplierName String Name of supplier (name of company or surname/familyname/lastname of a person).
SupplierReferenceNumber String Suppliers/sellers reference number. Typically to an external system.
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
AssetId Integer Asset identifier
CreatedAt Datetime Date and time of creation
DepartmentId Integer Department identifier
FinanceProjectId Integer Finance project identifier
GeneralLedgerAccountId Integer General ledger account identifier
ItemId Integer Item-number of the object
NetPrice Decimal Final price per unit after deducting all discounts etc.
ObjectId Integer Identifier of the object
ObjectType String Type of object
ProductDescription String Description of the item. If not specified, the description is by default copied from the product.
ProductId Integer Product identifier
ProductName String Name of the product
ProductRevision String Revision number
ProductType String Type of product
ProjectOrderId Integer Project order identifier
ProjectOrderItemId Integer Project order item identifier
Quantity Decimal Quantity of billing item
RegistrationDate Date Date of registration
Status Integer Status of billing item
SupplierId Integer RamBase supplier identifier
SupplierName String Name of supplier (name of company or surname/familyname/lastname of a person)
SupplierReferenceNumber String Suppliers/sellers reference number. Typically to an external system.
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
<BillingItems>
2
     <BillingItem>
3
          <ItemId
ItemId

Item-number of the object

>
{Integer}</ItemId>
4
          <ItemType
ItemType

Type of item

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

Status of billing item

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

Date and time of creation

>
{Datetime}</CreatedAt>
7
          <ProductDescription
ProductDescription

Description of the item. If not specified, the description is by default copied from the product.

>
{String}</ProductDescription>
8
          <Quantity
Quantity

Quantity of billing item

>
{Decimal}</Quantity>
9
          <Product>
10
               <ProductId
ProductId

Product identifier

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

Name of the product

>
{String}</Name>
12
               <Type
Type

Type of product

Possible domain values can be found here

>
{String}</Type>
13
               <Description
Description

Description of the product

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

Product reference

>
{String}</ProductLink>
15
          </Product>
16
          <RequestedProductRevision>
17
               <Revision
Revision

Revision number

>
{String}</Revision>
18
          </RequestedProductRevision>
19
          <Price>
20
               <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
21
               <NetPrice
NetPrice

Final price per unit after deducting all discounts etc.

>
{Decimal}</NetPrice>
22
          </Price>
23
          <PriceConverted
PriceConverted

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

>
24
               <Currency
Currency

Three character code following the ISO 4217 standard

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

>
{String}</Currency>
25
               <NetPrice
NetPrice

Final price per unit after deducting all discounts.

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

>
{Decimal}</NetPrice>
26
          </PriceConverted>
27
          <Totals>
28
               <Currency
Currency

Three character code following the ISO 4217 standard

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

Final item amount after deducting all discounts etc.

>
{Decimal}</NetAmount>
30
          </Totals>
31
          <TotalsConverted
TotalsConverted

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

>
32
               <Currency
Currency

Three character code following the ISO 4217 standard

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

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

Total net amount in company currency.

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

>
{Decimal}</NetAmount>
34
          </TotalsConverted>
35
          <Accounting
Accounting

Accounting details for the item, including fixed/system dimensions. For all dimensions, see seperate resource.

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

>
36
               <VATCodeDefinition
VATCodeDefinition

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

>
37
                    <VATCode
VATCode

Code that determines VAT rules used for VAT calculations.

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

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

Description of VAT Code definition

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

>
{String}</Description>
39
               </VATCodeDefinition>
40
               <GeneralLedgerAccount
GeneralLedgerAccount

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

>
41
                    <GeneralLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

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

>
{Integer}</GeneralLedgerAccountId>
42
                    <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=BillingItem.Accounting in your request URI to get this field

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

Name of general ledger account

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

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

General ledger account reference

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

>
{String}</GeneralLedgerAccountLink>
45
               </GeneralLedgerAccount>
46
               <Department
Department

The department related to the item. One of the system/fixed account dimensions.

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

>
47
                    <DepartmentId
DepartmentId

Department identifier

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

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

Name of department

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

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

Finance department reference

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

>
{String}</DepartmentLink>
50
               </Department>
51
               <FinanceProject
FinanceProject

The finance project related to the item. One of the system/fixed account dimensions.

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

>
52
                    <FinanceProjectId
FinanceProjectId

Finance project identifier

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

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

Name of finance project

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

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

Finance project reference

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

>
{String}</FinanceProjectLink>
55
               </FinanceProject>
56
               <Asset
Asset

The asset related to the item. One of the system/fixed account dimensions.

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

>
57
                    <AssetId
AssetId

Asset identifier

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

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

Name of asset

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

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

Asset reference

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

>
{String}</AssetLink>
60
               </Asset>
61
          </Accounting>
62
          <MeasurementUnit>
63
               <MeasurementUnitId
MeasurementUnitId

Measurement unit identifier

>
{Integer}</MeasurementUnitId>
64
               <Unit
Unit

Measurement unit (ex. mm, km, dl, kg)

>
{String}</Unit>
65
               <MeasurementUnitLink
MeasurementUnitLink

Material unit reference

>
{String}</MeasurementUnitLink>
66
          </MeasurementUnit>
67
          <Object>
68
               <ObjectId
ObjectId

Identifier of the object

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

Type of object

>
{String}</ObjectType>
70
               <RegistrationDate
RegistrationDate

Date of registration

>
{Date}</RegistrationDate>
71
               <SupplierReferenceNumber
SupplierReferenceNumber

Suppliers/sellers reference number. Typically to an external system.

>
{String}</SupplierReferenceNumber>
72
               <Supplier>
73
                    <SupplierId
SupplierId

RamBase supplier identifier

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

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

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

Supplier reference

>
{String}</SupplierLink>
76
               </Supplier>
77
               <AccountingPeriod>
78
                    <AccountingPeriodId
AccountingPeriodId

Accounting period identifier

>
{Integer}</AccountingPeriodId>
79
                    <Period
Period

Accounting period

>
{Integer}</Period>
80
                    <AccountingPeriodLink
AccountingPeriodLink

Accounting period reference

>
{String}</AccountingPeriodLink>
81
               </AccountingPeriod>
82
               <ObjectLink
ObjectLink

API reference to the object

>
{String}</ObjectLink>
83
          </Object>
84
          <ProjectOrderItem
ProjectOrderItem

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

>
85
               <ProjectOrderItemId
ProjectOrderItemId

Project order item identifier

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

>
{Integer}</ProjectOrderItemId>
86
               <ProjectOrder
ProjectOrder

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

>
87
                    <ProjectOrderId
ProjectOrderId

Project order identifier

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

>
{Integer}</ProjectOrderId>
88
               </ProjectOrder>
89
               <ProjectOrderLink
ProjectOrderLink

Project order reference

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

>
{String}</ProjectOrderLink>
90
          </ProjectOrderItem>
91
          <RamBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

>
{String}</RamBaseKey>
92
          <ItemLink
ItemLink

API reference to the item

>
{String}</ItemLink>
93
     </BillingItem>
94
     <Paging
Paging

Detailed paging information for this list.

>
95
          <PageSize
PageSize

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

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

Position of the first element in the list

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

Page index

>
{Integer}</Page>
98
          <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>
99
          <FirstPage
FirstPage

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

>
{String}</FirstPage>
100
          <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>
101
          <PreviousPage
PreviousPage

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

>
{String}</PreviousPage>
102
          <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>
103
          <NextPage
NextPage

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

>
{String}</NextPage>
104
          <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>
105
          <LastPage
LastPage

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

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

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

>
{Integer}</Size>
107
     </Paging>
108
</BillingItems>
1
{
2
     "billingItems": [
3
          {
4
               "itemId
ItemId

Item-number of the object

":
"{Integer}",
5
               "itemType
ItemType

Type of item

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

Status of billing item

":
"{Integer}",
7
               "createdAt
CreatedAt

Date and time of creation

":
"{Datetime}",
8
               "productDescription
ProductDescription

Description of the item. If not specified, the description is by default copied from the product.

":
"{String}",
9
               "quantity
Quantity

Quantity of billing item

":
"{Decimal}",
10
               "product": {
11
                    "productId
ProductId

Product identifier

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

Name of the product

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

Type of product

Possible domain values can be found here

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

Description of the product

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

Product reference

":
"{String}"
16
               },
17
               "requestedProductRevision": {
18
                    "revision
Revision

Revision number

":
"{String}"
19
               },
20
               "price": {
21
                    "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
22
                    "netPrice
NetPrice

Final price per unit after deducting all discounts etc.

":
"{Decimal}"
23
               },
24
               "priceConverted
PriceConverted

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

":
{
25
                    "currency
Currency

Three character code following the ISO 4217 standard

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

":
"{String}",
26
                    "netPrice
NetPrice

Final price per unit after deducting all discounts.

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

":
"{Decimal}"
27
               },
28
               "totals": {
29
                    "currency
Currency

Three character code following the ISO 4217 standard

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

Final item amount after deducting all discounts etc.

":
"{Decimal}"
31
               },
32
               "totalsConverted
TotalsConverted

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

":
{
33
                    "currency
Currency

Three character code following the ISO 4217 standard

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

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

Total net amount in company currency.

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

":
"{Decimal}"
35
               },
36
               "accounting
Accounting

Accounting details for the item, including fixed/system dimensions. For all dimensions, see seperate resource.

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

":
{
37
                    "vATCodeDefinition
VATCodeDefinition

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

":
{
38
                         "vATCode
VATCode

Code that determines VAT rules used for VAT calculations.

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

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

Description of VAT Code definition

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

":
"{String}"
40
                    },
41
                    "generalLedgerAccount
GeneralLedgerAccount

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

":
{
42
                         "generalLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

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

":
"{Integer}",
43
                         "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=BillingItem.Accounting in your request URI to get this field

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

Name of general ledger account

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

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

General ledger account reference

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

":
"{String}"
46
                    },
47
                    "department
Department

The department related to the item. One of the system/fixed account dimensions.

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

":
{
48
                         "departmentId
DepartmentId

Department identifier

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

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

Name of department

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

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

Finance department reference

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

":
"{String}"
51
                    },
52
                    "financeProject
FinanceProject

The finance project related to the item. One of the system/fixed account dimensions.

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

":
{
53
                         "financeProjectId
FinanceProjectId

Finance project identifier

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

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

Name of finance project

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

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

Finance project reference

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

":
"{String}"
56
                    },
57
                    "asset
Asset

The asset related to the item. One of the system/fixed account dimensions.

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

":
{
58
                         "assetId
AssetId

Asset identifier

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

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

Name of asset

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

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

Asset reference

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

":
"{String}"
61
                    }
62
               },
63
               "measurementUnit": {
64
                    "measurementUnitId
MeasurementUnitId

Measurement unit identifier

":
"{Integer}",
65
                    "unit
Unit

Measurement unit (ex. mm, km, dl, kg)

":
"{String}",
66
                    "measurementUnitLink
MeasurementUnitLink

Material unit reference

":
"{String}"
67
               },
68
               "object": {
69
                    "objectId
ObjectId

Identifier of the object

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

Type of object

":
"{String}",
71
                    "registrationDate
RegistrationDate

Date of registration

":
"{Date}",
72
                    "supplierReferenceNumber
SupplierReferenceNumber

Suppliers/sellers reference number. Typically to an external system.

":
"{String}",
73
                    "supplier": {
74
                         "supplierId
SupplierId

RamBase supplier identifier

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

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

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

Supplier reference

":
"{String}"
77
                    },
78
                    "accountingPeriod": {
79
                         "accountingPeriodId
AccountingPeriodId

Accounting period identifier

":
"{Integer}",
80
                         "period
Period

Accounting period

":
"{Integer}",
81
                         "accountingPeriodLink
AccountingPeriodLink

Accounting period reference

":
"{String}"
82
                    },
83
                    "objectLink
ObjectLink

API reference to the object

":
"{String}"
84
               },
85
               "projectOrderItem
ProjectOrderItem

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

":
{
86
                    "projectOrderItemId
ProjectOrderItemId

Project order item identifier

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

":
"{Integer}",
87
                    "projectOrder
ProjectOrder

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

":
{
88
                         "projectOrderId
ProjectOrderId

Project order identifier

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

":
"{Integer}"
89
                    },
90
                    "projectOrderLink
ProjectOrderLink

Project order reference

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

":
"{String}"
91
               },
92
               "ramBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

":
"{String}",
93
               "itemLink
ItemLink

API reference to the item

":
"{String}"
94
          }
95
     ],
96
     "paging
Paging

Detailed paging information for this list.

":
{
97
          "pageSize
PageSize

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

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

Position of the first element in the list

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

Page index

":
"{Integer}",
100
          "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}",
101
          "firstPage
FirstPage

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

":
"{String}",
102
          "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}",
103
          "previousPage
PreviousPage

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

":
"{String}",
104
          "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}",
105
          "nextPage
NextPage

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

":
"{String}",
106
          "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}",
107
          "lastPage
LastPage

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

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

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

":
"{Integer}"
109
     }
110
}

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 100027 HTTP 400 Missing mandatory parameter {0}
Error 101420 HTTP 404 Setting definition not found