API

Sales APIs

GET sales/invoices/{salesInvoiceId}/items

List of all invoice items belonging to provided invoice.

HTTP method GET
URI https://api.rambase.net/sales/invoices/{salesInvoiceId}/items
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {salesInvoiceId} Sales invoice identifier
Integer, minimum 100000
Maximum page size ($top) 100
Custom fields Custom fields supported
Successful HTTP status code 200
API resource identifier 251, version 22

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"
$showCustomFields Boolean, optional Set to "true" to include custom fields. Default value is false.
$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.

CreatedAt Datetime Date and time of creation. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
Currency String Three character code following the ISO 4217 standard.
CustomersProductName String Customers internal name of the product. Retrieved from the product.
CustomersReferenceNumber String Customers item reference number. Typically to the customers internal system.
DepartmentId Integer Department identifier.
Discount Decimal The discount for the item.
DiscountPercent Decimal The discount in percent for this item.
EndCustomerFirstName String Secondary name of a company or firstname of a person.
EndCustomerId Integer Customer identifier.
EndCustomerName String Name of customer (name of company or surname/familyname/lastname of a person).
FinanceProjectId Integer Finance project identifier.
GeneralLedgerAccountId Integer General ledger account identifier.
GrossAmount Decimal Represents the item amount before any discounts etc. is applied.
GrossMargin Decimal Gross margin of the item.
GrossPrice Decimal Represents the price per unit before any discounting is applied.
ManufacturerId Integer Manufacturer identifier.
NetAmount Decimal Final item amount after deducting all discounts etc.
NetPrice Decimal Final price per unit after deducting all discounts etc.
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.
ProductType String Type of product.
Quantity Decimal Quantity of sales invoice item.
SalesInvoiceItemId Integer Item-/line-number of the invoice.
Status Integer Status code of the the invoice item.

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

CreatedAt Datetime Date and time of creation
Currency String Three character code following the ISO 4217 standard
CustomersProductName String Customers internal name of the product. Retrieved from the product.
CustomersReferenceNumber String Customers item reference number. Typically to the customers internal system.
DepartmentId Integer Department identifier
Discount Decimal The discount for the item.
DiscountPercent Decimal The discount in percent for this item.
EndCustomerFirstName String Secondary name of a company or firstname of a person
EndCustomerId Integer Customer identifier
EndCustomerName String Name of customer (name of company or surname/familyname/lastname of a person)
FinanceProjectId Integer Finance project identifier
GeneralLedgerAccountId Integer General ledger account identifier
GrossAmount Decimal Represents the item amount before any discounts etc. is applied.
GrossMargin Decimal Gross margin of the item.
GrossPrice Decimal Represents the price per unit before any discounting is applied.
ManufacturerId Integer Manufacturer identifier
NetAmount Decimal Final item amount after deducting all discounts etc.
NetPrice Decimal Final price per unit after deducting all discounts etc.
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
ProductType String Type of product
Quantity Decimal Quantity of sales invoice item
SalesInvoiceItemId Integer Item-/line-number of the invoice
Status Integer Status code of the the invoice item

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
<SalesInvoiceItems>
2
     <SalesInvoiceItem>
3
          <SalesInvoiceItemId
SalesInvoiceItemId

Item-/line-number of the invoice

>
{Integer}</SalesInvoiceItemId>
4
          <Status
Status

Status code of the the invoice item

Possible domain values can be found here

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

Date and time of creation

>
{Datetime}</CreatedAt>
6
          <CustomersReferenceNumber
CustomersReferenceNumber

Customers item reference number. Typically to the customers internal system.

>
{String}</CustomersReferenceNumber>
7
          <CustomersProductName
CustomersProductName

Customers internal name of the product. Retrieved from the product.

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

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

>
{String}</ProductDescription>
9
          <GrossMargin
GrossMargin

Gross margin of the item.

>
{Decimal}</GrossMargin>
10
          <DiscountPercent
DiscountPercent

The discount in percent for this item.

>
{Decimal}</DiscountPercent>
11
          <Quantity
Quantity

Quantity of sales invoice item

>
{Decimal}</Quantity>
12
          <CountryOfOriginCode
CountryOfOriginCode

Two-character code (ISO 3166) identifying the default country where the product is produced. This value is inherrited from the assigned goods reception(s). If not country of origin is specified for the goods reception(s), country of origin is retrieved from the product. If assigned to multiple goods receptions with different origin, the field will be empty.

>
{String}</CountryOfOriginCode>
13
          <EndCustomer
EndCustomer

End customer

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

>
14
               <CustomerId
CustomerId

Customer identifier

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

>
{Integer}</CustomerId>
15
               <Name
Name

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

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

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

Secondary name of a company or firstname of a person

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

>
{String}</FirstName>
17
               <VATRegistrationNumber
VATRegistrationNumber

Unique number assigned by the relevant tax authority to identify a party for use in relation to value added tax (VAT).

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

>
{String}</VATRegistrationNumber>
18
               <CustomerLink
CustomerLink

Customer reference

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

>
{String}</CustomerLink>
19
          </EndCustomer>
20
          <Price>
21
               <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
22
               <Discount
Discount

The discount for the item.

>
{Decimal}</Discount>
23
               <GrossPrice
GrossPrice

Represents the price per unit before any discounting is applied.

>
{Decimal}</GrossPrice>
24
               <NetPrice
NetPrice

Final price per unit after deducting all discounts etc.

>
{Decimal}</NetPrice>
25
          </Price>
26
          <Totals>
27
               <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
28
               <GrossAmount
GrossAmount

Represents the item amount before any discounts etc. is applied.

>
{Decimal}</GrossAmount>
29
               <NetAmount
NetAmount

Final item amount after deducting all discounts etc.

>
{Decimal}</NetAmount>
30
          </Totals>
31
          <Product>
32
               <ProductId
ProductId

Product identifier

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

Name of the product

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

Type of product

Possible domain values can be found here

>
{String}</Type>
35
               <Manufacturer>
36
                    <ManufacturerId
ManufacturerId

Manufacturer identifier

>
{Integer}</ManufacturerId>
37
                    <ManufacturerLink
ManufacturerLink

Manufacturer reference

>
{String}</ManufacturerLink>
38
               </Manufacturer>
39
          </Product>
40
          <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=SalesInvoiceItem.Accounting in your request URI to get this field

>
41
               <GeneralLedgerAccount
GeneralLedgerAccount

This field is greyed out because it is an expandable field. You have to add $expand=SalesInvoiceItem.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=SalesInvoiceItem.Accounting in your request URI to get this field

>
{Integer}</GeneralLedgerAccountId>
43
                    <GeneralLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

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

>
{String}</GeneralLedgerAccountLink>
44
               </GeneralLedgerAccount>
45
               <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=SalesInvoiceItem.Accounting in your request URI to get this field

>
46
                    <DepartmentId
DepartmentId

Department identifier

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

>
{Integer}</DepartmentId>
47
                    <DepartmentLink
DepartmentLink

Finance department reference

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

>
{String}</DepartmentLink>
48
               </Department>
49
               <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=SalesInvoiceItem.Accounting in your request URI to get this field

>
50
                    <FinanceProjectId
FinanceProjectId

Finance project identifier

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

>
{Integer}</FinanceProjectId>
51
                    <FinanceProjectLink
FinanceProjectLink

Finance project reference

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

>
{String}</FinanceProjectLink>
52
               </FinanceProject>
53
          </Accounting>
54
          <ForwardedFrom
ForwardedFrom

The preceding/previous/source item.

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

>
55
               <ForwardedFromItem
ForwardedFromItem

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

>
56
                    <ItemId
ItemId

Identifier of the object

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

>
{Integer}</ItemId>
57
                    <Object
Object

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

>
58
                         <ObjectId
ObjectId

Identifier of the object

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

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

Type of object

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

>
{String}</ObjectType>
60
                         <ObjectLink
ObjectLink

API reference to the object

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

>
{String}</ObjectLink>
61
                    </Object>
62
                    <RamBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

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

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

API reference to the item

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

>
{String}</ItemLink>
64
               </ForwardedFromItem>
65
          </ForwardedFrom>
66
          <InitialSalesOrderItem
InitialSalesOrderItem

Reference to the initial/first/original sales order item in the document flow for this item.

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

>
67
               <SalesOrderItemId
SalesOrderItemId

Sales order item identifier

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

>
{Integer}</SalesOrderItemId>
68
               <SalesOrder
SalesOrder

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

>
69
                    <SalesOrderId
SalesOrderId

Sales order identifier

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

>
{Integer}</SalesOrderId>
70
                    <RegistrationDate
RegistrationDate

Date of registration

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

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

Sales order reference

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

>
{String}</SalesOrderLink>
72
               </SalesOrder>
73
               <SalesOrderItemLink
SalesOrderItemLink

Reference to the sales order item.

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

>
{String}</SalesOrderItemLink>
74
          </InitialSalesOrderItem>
75
          <ProjectOrderItem
ProjectOrderItem

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

>
76
               <ProjectOrderItemId
ProjectOrderItemId

Project order item identifier

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

>
{Integer}</ProjectOrderItemId>
77
               <ProjectOrderItemLink
ProjectOrderItemLink

Reference to the project order item.

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

>
{String}</ProjectOrderItemLink>
78
          </ProjectOrderItem>
79
          <ProjectOrder
ProjectOrder

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

>
80
               <ProjectOrderId
ProjectOrderId

Project order identifier

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

>
{Integer}</ProjectOrderId>
81
               <ProjectOrderLink
ProjectOrderLink

Project order reference

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

>
{String}</ProjectOrderLink>
82
          </ProjectOrder>
83
          <RecurringInvoicePeriod
RecurringInvoicePeriod

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

>
84
               <RecurringInvoicePeriodId
RecurringInvoicePeriodId

Recurring invoice period identifier

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

>
{Integer}</RecurringInvoicePeriodId>
85
               <Period
Period

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

>
86
                    <StartDate
StartDate

Start date of an invoice period.

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

>
{Date}</StartDate>
87
                    <EndDate
EndDate

End date of an invoice period

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

>
{Date}</EndDate>
88
               </Period>
89
               <RecurringInvoicePeriodLink
RecurringInvoicePeriodLink

Recurring invoice period reference

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

>
{Docref-customlink}</RecurringInvoicePeriodLink>
90
          </RecurringInvoicePeriod>
91
          <SalesInvoiceItemLink
SalesInvoiceItemLink

Sales invoice Item reference

>
{String}</SalesInvoiceItemLink>
92
     </SalesInvoiceItem>
93
     <Paging
Paging

Detailed paging information for this list.

>
94
          <PageSize
PageSize

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

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

Position of the first element in the list

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

Page index

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

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

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

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

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

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

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

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

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

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

>
{Integer}</Size>
106
     </Paging>
107
</SalesInvoiceItems>
1
{
2
     "salesInvoiceItems": [
3
          {
4
               "salesInvoiceItemId
SalesInvoiceItemId

Item-/line-number of the invoice

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

Status code of the the invoice item

Possible domain values can be found here

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

Date and time of creation

":
"{Datetime}",
7
               "customersReferenceNumber
CustomersReferenceNumber

Customers item reference number. Typically to the customers internal system.

":
"{String}",
8
               "customersProductName
CustomersProductName

Customers internal name of the product. Retrieved from the product.

":
"{String}",
9
               "productDescription
ProductDescription

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

":
"{String}",
10
               "grossMargin
GrossMargin

Gross margin of the item.

":
"{Decimal}",
11
               "discountPercent
DiscountPercent

The discount in percent for this item.

":
"{Decimal}",
12
               "quantity
Quantity

Quantity of sales invoice item

":
"{Decimal}",
13
               "countryOfOriginCode
CountryOfOriginCode

Two-character code (ISO 3166) identifying the default country where the product is produced. This value is inherrited from the assigned goods reception(s). If not country of origin is specified for the goods reception(s), country of origin is retrieved from the product. If assigned to multiple goods receptions with different origin, the field will be empty.

":
"{String}",
14
               "endCustomer
EndCustomer

End customer

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

":
{
15
                    "customerId
CustomerId

Customer identifier

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

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

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

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

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

Secondary name of a company or firstname of a person

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

":
"{String}",
18
                    "vATRegistrationNumber
VATRegistrationNumber

Unique number assigned by the relevant tax authority to identify a party for use in relation to value added tax (VAT).

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

":
"{String}",
19
                    "customerLink
CustomerLink

Customer reference

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

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

Three character code following the ISO 4217 standard

":
"{String}",
23
                    "discount
Discount

The discount for the item.

":
"{Decimal}",
24
                    "grossPrice
GrossPrice

Represents the price per unit before any discounting is applied.

":
"{Decimal}",
25
                    "netPrice
NetPrice

Final price per unit after deducting all discounts etc.

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

Three character code following the ISO 4217 standard

":
"{String}",
29
                    "grossAmount
GrossAmount

Represents the item amount before any discounts etc. is applied.

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

Final item amount after deducting all discounts etc.

":
"{Decimal}"
31
               },
32
               "product": {
33
                    "productId
ProductId

Product identifier

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

Name of the product

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

Type of product

Possible domain values can be found here

":
"{String}",
36
                    "manufacturer": {
37
                         "manufacturerId
ManufacturerId

Manufacturer identifier

":
"{Integer}",
38
                         "manufacturerLink
ManufacturerLink

Manufacturer reference

":
"{String}"
39
                    }
40
               },
41
               "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=SalesInvoiceItem.Accounting in your request URI to get this field

":
{
42
                    "generalLedgerAccount
GeneralLedgerAccount

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

":
{
43
                         "generalLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

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

":
"{Integer}",
44
                         "generalLedgerAccountLink
GeneralLedgerAccountLink

General ledger account reference

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

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

":
"{Integer}",
48
                         "departmentLink
DepartmentLink

Finance department reference

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

":
"{String}"
49
                    },
50
                    "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=SalesInvoiceItem.Accounting in your request URI to get this field

":
{
51
                         "financeProjectId
FinanceProjectId

Finance project identifier

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

":
"{Integer}",
52
                         "financeProjectLink
FinanceProjectLink

Finance project reference

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

":
"{String}"
53
                    }
54
               },
55
               "forwardedFrom
ForwardedFrom

The preceding/previous/source item.

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

":
{
56
                    "forwardedFromItem
ForwardedFromItem

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

":
{
57
                         "itemId
ItemId

Identifier of the object

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

":
"{Integer}",
58
                         "object
Object

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

":
{
59
                              "objectId
ObjectId

Identifier of the object

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

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

Type of object

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

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

API reference to the object

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

":
"{String}"
62
                         },
63
                         "ramBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

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

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

API reference to the item

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

":
"{String}"
65
                    }
66
               },
67
               "initialSalesOrderItem
InitialSalesOrderItem

Reference to the initial/first/original sales order item in the document flow for this item.

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

":
{
68
                    "salesOrderItemId
SalesOrderItemId

Sales order item identifier

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

":
"{Integer}",
69
                    "salesOrder
SalesOrder

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

":
{
70
                         "salesOrderId
SalesOrderId

Sales order identifier

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

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

Date of registration

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

":
"{Date}",
72
                         "salesOrderLink
SalesOrderLink

Sales order reference

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

":
"{String}"
73
                    },
74
                    "salesOrderItemLink
SalesOrderItemLink

Reference to the sales order item.

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

":
"{String}"
75
               },
76
               "projectOrderItem
ProjectOrderItem

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

":
{
77
                    "projectOrderItemId
ProjectOrderItemId

Project order item identifier

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

":
"{Integer}",
78
                    "projectOrderItemLink
ProjectOrderItemLink

Reference to the project order item.

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

":
"{String}"
79
               },
80
               "projectOrder
ProjectOrder

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

":
{
81
                    "projectOrderId
ProjectOrderId

Project order identifier

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

":
"{Integer}",
82
                    "projectOrderLink
ProjectOrderLink

Project order reference

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

":
"{String}"
83
               },
84
               "recurringInvoicePeriod
RecurringInvoicePeriod

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

":
{
85
                    "recurringInvoicePeriodId
RecurringInvoicePeriodId

Recurring invoice period identifier

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

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

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

":
{
87
                         "startDate
StartDate

Start date of an invoice period.

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

":
"{Date}",
88
                         "endDate
EndDate

End date of an invoice period

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

":
"{Date}"
89
                    },
90
                    "recurringInvoicePeriodLink
RecurringInvoicePeriodLink

Recurring invoice period reference

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

":
"{Docref-customlink}"
91
               },
92
               "salesInvoiceItemLink
SalesInvoiceItemLink

Sales invoice Item reference

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

Detailed paging information for this list.

":
{
96
          "pageSize
PageSize

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

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

Position of the first element in the list

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

Page index

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

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

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

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

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

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

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

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

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

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

":
"{Integer}"
108
     }
109
}

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 102738 HTTP 404 Price list not found
Error 100055 HTTP 403 You have only admittance to your own objects