API

Sales APIs

GET sales/quotes/{salesQuoteId}/items/{itemId}

Details about a specific item of a quote

HTTP method GET
URI https://api.rambase.net/sales/quotes/{salesQuoteId}/items/{itemId}
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {salesQuoteId} Sales quote identifier
Integer, minimum 100000
- URI parameter {itemId} Sales quote item identifier
Integer, minimum 1
Custom fields Custom fields supported
Successful HTTP status code 200
API resource identifier 2134, version 61

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
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$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.
$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.
$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.
$showCustomFields Boolean, optional Set to "true" to include custom fields. Default value is false.

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

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

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
<SalesQuoteItem>
2
     <SalesQuoteItemId
SalesQuoteItemId

Sales quote item identifier

>
{Integer}</SalesQuoteItemId>
3
     <Type
Type

Item type

Possible domain values can be found here

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

Status of the sales quote item

Possible domain values can be found here

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

Date and time of creation

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

Line- or sequence number of the item. The LineNumber is used for sorting items in applications, prints, reports etc.

>
{Integer}</LineNumber>
7
     <RequestedDeliveryDate
RequestedDeliveryDate

The delivery date as requested by the customer.

>
{Date}</RequestedDeliveryDate>
8
     <CustomersReferenceNumber
CustomersReferenceNumber

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

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

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

>
{String}</CustomersProductName>
10
     <EquivalentProductName
EquivalentProductName

Name of product with equivalent behavior and attributes. Can be used for same purpose.

>
{String}</EquivalentProductName>
11
     <RequestedProductStructureRevision
RequestedProductStructureRevision

The revision will typically be a major change, as opposed to minor changes stored in the version of the product structure.

>
{String}</RequestedProductStructureRevision>
12
     <ProductDescription
ProductDescription

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

>
{String}</ProductDescription>
13
     <Note
Note

Additional information regarding the item (free text). Might be visible to customers/suppliers.

>
{String}</Note>
14
     <GrossMargin
GrossMargin

Gross margin of the item.

>
{Decimal}</GrossMargin>
15
     <VATPercent
VATPercent

Value added tax percent

>
{Decimal}</VATPercent>
16
     <DiscountPercent
DiscountPercent

The discount in percent for this item.

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

Number of units quoted

>
{Decimal}</Quantity>
18
     <BufferStockQuantity
BufferStockQuantity

The buffer stock quantity is a supply of units held as a reserve to safeguard against unforeseen shortages or demands for the customer. The quantity will be added to the assignment register.

>
{Decimal}</BufferStockQuantity>
19
     <RemainingQuantity
RemainingQuantity

Remaining number of units to be forwarded.

>
{Decimal}</RemainingQuantity>
20
     <LeadTime
LeadTime

The lead time from ordering to delivery.

>
{String}</LeadTime>
21
     <EndCustomer
EndCustomer

End customer

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

>
22
          <CustomerId
CustomerId

Customer identifier

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

>
{Integer}</CustomerId>
23
          <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=EndCustomer in your request URI to get this field

>
{String}</Name>
24
          <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=EndCustomer in your request URI to get this field

>
{String}</FirstName>
25
          <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=EndCustomer in your request URI to get this field

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

Customer reference

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

>
{String}</CustomerLink>
27
     </EndCustomer>
28
     <Agreement
Agreement

If the quote is accepted by the customer, an agreement is made. The status of the quote item will then be set to 4.

>
29
          <ExpirationDate
ExpirationDate

The agreement will have an expiration date. Note that this date might be different from the validity expiration date of the sales quote.

>
{Date}</ExpirationDate>
30
     </Agreement>
31
     <Price>
32
          <Currency
Currency

Three character code following the ISO 4217 standard

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

Represents the price per unit before any discounting is applied.

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

The discount for the item.

>
{Decimal}</Discount>
35
          <NetPrice
NetPrice

Final price per unit after deducting all discounts etc.

>
{Decimal}</NetPrice>
36
          <TargetPrice
TargetPrice

The target price from the sales quote request item this sales quote item was forwarded from

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

>
{Decimal}</TargetPrice>
37
     </Price>
38
     <PriceConverted
PriceConverted

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

>
39
          <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=PriceConverted in your request URI to get this field

>
{String}</Currency>
40
          <GrossPrice
GrossPrice

Represents the price per unit before any discounting is applied.

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

>
{Decimal}</GrossPrice>
41
          <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=PriceConverted in your request URI to get this field

>
{Decimal}</NetPrice>
42
     </PriceConverted>
43
     <Totals>
44
          <Currency
Currency

Three character code following the ISO 4217 standard

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

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

>
{Decimal}</GrossAmount>
46
          <DiscountAmount
DiscountAmount

The items discount amount.

>
{Decimal}</DiscountAmount>
47
          <NetAmount
NetAmount

Final item amount after deducting all discounts etc.

>
{Decimal}</NetAmount>
48
          <RemainingAmount
RemainingAmount

Total remaining value of item in document currency. The sum of remaining quantity and open forwarded quantity, multiplied with netprice

>
{Decimal}</RemainingAmount>
49
     </Totals>
50
     <TotalsConverted
TotalsConverted

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

>
51
          <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=TotalsConverted in your request URI to get this field

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

Total gross amount in company currency.

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

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

Total net amount in company currency.

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

>
{Decimal}</NetAmount>
54
          <RemainingAmount
RemainingAmount

Total remaining amount in company currency.

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

>
{Decimal}</RemainingAmount>
55
     </TotalsConverted>
56
     <Seller
Seller

Reference to the seller of the item

>
57
          <EmployeeId
EmployeeId

Employee identifier

>
{Integer}</EmployeeId>
58
          <FirstName
FirstName

First name of employee

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

>
{String}</FirstName>
59
          <LastName
LastName

Last name of employee

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

>
{String}</LastName>
60
          <EmployeeLink
EmployeeLink

Employee reference

>
{String}</EmployeeLink>
61
     </Seller>
62
     <MeasurementUnit>
63
          <MeasurementUnitId
MeasurementUnitId

Measurement unit identifier

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

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

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

The precision/accuracy of the measurement (number of decimals)

>
{Integer}</Precision>
66
          <MeasurementUnitLink
MeasurementUnitLink

Material unit reference

>
{String}</MeasurementUnitLink>
67
     </MeasurementUnit>
68
     <Product>
69
          <ProductId
ProductId

Product identifier

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

Name of the product

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

Type of product

Possible domain values can be found here

>
{String}</Type>
72
          <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>
73
          <CustomField1
CustomField1

Custom field for grouping, sorting, categorizing and other purposes.

>
{String}</CustomField1>
74
          <CustomField2
CustomField2

Custom field for grouping, sorting, categorizing and other purposes.

>
{String}</CustomField2>
75
          <Weight
Weight

The weight of the product in kilograms.

>
{Decimal}</Weight>
76
          <Manufacturer>
77
               <ManufacturerId
ManufacturerId

Manufacturer identifier

>
{Integer}</ManufacturerId>
78
               <Name
Name

Company name of the manufacturer.

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

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

Shortname/code of the manufacturer

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

Manufacturer reference

>
{String}</ManufacturerLink>
81
          </Manufacturer>
82
          <ProductClassification>
83
               <ProductClassificationId
ProductClassificationId

Product classification identifier

>
{String}</ProductClassificationId>
84
               <ProductClassificationLink
ProductClassificationLink

Product classification reference

>
{String}</ProductClassificationLink>
85
          </ProductClassification>
86
          <Stock>
87
               <IsNonStock
IsNonStock

True if this is a non-physical product which are no using assignments from the assignment archive

>
{Boolean}</IsNonStock>
88
          </Stock>
89
          <LatestProductRevision
LatestProductRevision

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

>
90
               <Revision
Revision

Revision number

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

>
{String}</Revision>
91
          </LatestProductRevision>
92
          <ProductLink
ProductLink

Product reference

>
{String}</ProductLink>
93
     </Product>
94
     <ProductStructure>
95
          <ProductStructureId
ProductStructureId

Product structure reference

>
{Integer}</ProductStructureId>
96
          <ProductStructureLink
ProductStructureLink

Product structure reference

>
{String}</ProductStructureLink>
97
     </ProductStructure>
98
     <LandedCost>
99
          <PurchaseCurrency
PurchaseCurrency

Purchase currency is the currency this product normally is purchased in. This is also the base currency used in the gross margin calculation. By default the purchase currency is retrieved from the product.

Possible domain values can be found here

>
{String}</PurchaseCurrency>
100
          <PurchasePrice
PurchasePrice

Purchase price for each unit

>
{Decimal}</PurchasePrice>
101
          <Freight
Freight

Estimated freight cost of getting each unit in stock. Used for calculating landed cost.

>
{Decimal}</Freight>
102
          <Duty
Duty

Duty cost of getting each unit in stock. Used for calculating landed cost.

>
{Decimal}</Duty>
103
          <Charge
Charge

Other costs of getting each unit in stock. Used for calculating landed cost.

>
{Decimal}</Charge>
104
          <GrossPrice
GrossPrice

Total cost (landed cost or true cost) of getting each unit in stock, including purchase price, duties, charges, freight etc.

>
{Decimal}</GrossPrice>
105
          <PurchaseExchangeRate
PurchaseExchangeRate

Exchange rate between document currency and purchase currency. Used in landed cost calculations.

>
{Decimal}</PurchaseExchangeRate>
106
          <IsDerivedFromUserInput
IsDerivedFromUserInput

True if landed cost is derived from manual user input. Landed cost can only be manually updated for products without assignments

>
{Boolean}</IsDerivedFromUserInput>
107
          <IsDerivedFromPreferredPurchasePrice
IsDerivedFromPreferredPurchasePrice

True if the landed cost for this item is derived from preferred purchase price. This means that parts (or all) of the item has not reserved goods in stock, nor incoming goods (supplier backlog or production backlog).

>
{Boolean}</IsDerivedFromPreferredPurchasePrice>
108
          <IsDerivedFromAssignedSupplierBacklog
IsDerivedFromAssignedSupplierBacklog

True if landed cost for this item is derived from assigned supplier backlog. This means that the item has reserved incoming goods (supplier backlog or production backlog).

>
{Boolean}</IsDerivedFromAssignedSupplierBacklog>
109
          <IsDerivedFromAssignedStock
IsDerivedFromAssignedStock

True if landed cost for this item is derived from assigned stock. This means that the item has reserved goods in stock.

>
{Boolean}</IsDerivedFromAssignedStock>
110
          <DerivedFrom>
111
               <PurchaseQuoteItemId
PurchaseQuoteItemId

Purchase quote item identifier

>
{Integer}</PurchaseQuoteItemId>
112
               <PurchaseQuote>
113
                    <Database
Database

Database of the object

>
{String}</Database>
114
                    <PurchaseQuoteId
PurchaseQuoteId

Purchase quote identifier

>
{Integer}</PurchaseQuoteId>
115
                    <PurchaseQuoteLink
PurchaseQuoteLink

Purchase quote reference

>
{String}</PurchaseQuoteLink>
116
               </PurchaseQuote>
117
               <PurchaseQuoteItemLink
PurchaseQuoteItemLink

Purchase quote item link

>
{String}</PurchaseQuoteItemLink>
118
          </DerivedFrom>
119
     </LandedCost>
120
     <LandedCostConverted
LandedCostConverted

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

>
121
          <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=LandedCostConverted in your request URI to get this field

>
{String}</Currency>
122
          <PurchasePrice
PurchasePrice

Purchase price in sales currency.

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

>
{Decimal}</PurchasePrice>
123
          <Freight
Freight

Freigth cost in sales currency.

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

>
{Decimal}</Freight>
124
          <Duty
Duty

Duty costs in sales currency.

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

>
{Decimal}</Duty>
125
          <Charge
Charge

Other cost in sales currency

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

>
{Decimal}</Charge>
126
          <GrossPrice
GrossPrice

Total cost (landed cost or true cost) in sales currency

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

>
{Decimal}</GrossPrice>
127
     </LandedCostConverted>
128
     <Accounting
Accounting

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

>
129
          <VATCodeDefinition>
130
               <VATCode
VATCode

Code that determines VAT rules used for VAT calculations.

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

Description of VAT Code definition

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

>
{String}</Description>
132
          </VATCodeDefinition>
133
          <GeneralLedgerAccount>
134
               <GeneralLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

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

General ledger account reference

>
{String}</GeneralLedgerAccountLink>
136
          </GeneralLedgerAccount>
137
          <Department
Department

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

>
138
               <DepartmentId
DepartmentId

Department identifier

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

Finance department reference

>
{String}</DepartmentLink>
140
          </Department>
141
          <FinanceProject
FinanceProject

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

>
142
               <FinanceProjectId
FinanceProjectId

Finance project identifier

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

Finance project reference

>
{String}</FinanceProjectLink>
144
          </FinanceProject>
145
          <Asset
Asset

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

>
146
               <AssetId
AssetId

Asset identifier

>
{Integer}</AssetId>
147
               <AssetLink
AssetLink

Asset reference

>
{String}</AssetLink>
148
          </Asset>
149
     </Accounting>
150
     <InitialSalesOrderItem
InitialSalesOrderItem

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

>
151
          <SalesOrderItemId
SalesOrderItemId

Sales order item identifier

>
{Integer}</SalesOrderItemId>
152
          <SalesOrder>
153
               <SalesOrderId
SalesOrderId

Sales order identifier

>
{Integer}</SalesOrderId>
154
               <SalesOrderLink
SalesOrderLink

Sales order reference

>
{String}</SalesOrderLink>
155
          </SalesOrder>
156
          <SalesOrderItemLink
SalesOrderItemLink

Reference to the sales order item.

>
{String}</SalesOrderItemLink>
157
     </InitialSalesOrderItem>
158
     <ForwardedFrom
ForwardedFrom

The preceding/previous/source item.

>
159
          <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
160
          <ForwardedNetAmount
ForwardedNetAmount

The net amount forwarded to this item.

>
{Decimal}</ForwardedNetAmount>
161
          <ForwardedQuantity
ForwardedQuantity

The quantity forwarded to this item.

>
{Decimal}</ForwardedQuantity>
162
          <ForwardedFromItem>
163
               <ItemId
ItemId

Identifier of the object

>
{Integer}</ItemId>
164
               <Object>
165
                    <ObjectId
ObjectId

Identifier of the object

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

Type of object

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

API reference to the object

>
{String}</ObjectLink>
168
               </Object>
169
               <RamBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

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

API reference to the item

>
{String}</ItemLink>
171
          </ForwardedFromItem>
172
     </ForwardedFrom>
173
     <ForwardedTo
ForwardedTo

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

>
174
          <OpenForwardedQuantity
OpenForwardedQuantity

When items are forwarded they end up in one or more open items. Open items in this context means items that are not registered (status 0 or 1). OpenForwardedQuantity will be the sum of ForwardedQuantity of all items this item has been forwarded to.

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

>
{Decimal}</OpenForwardedQuantity>
175
          <ForwardedToItems
ForwardedToItems

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

>
176
               <Item
Item

Item this item was forwarded to.

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

>
177
                    <ItemId
ItemId

Identifier of the object

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

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

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

>
179
                         <ObjectId
ObjectId

Identifier of the object

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

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

Type of object

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

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

API reference to the object

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

>
{String}</ObjectLink>
182
                    </Object>
183
                    <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=ForwardedTo in your request URI to get this field

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

API reference to the item

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

>
{String}</ItemLink>
185
               </Item>
186
          </ForwardedToItems>
187
     </ForwardedTo>
188
     <HighlightedNotification
HighlightedNotification

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

>
189
          <NotificationId
NotificationId

Notification identifier

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

>
{Integer}</NotificationId>
190
          <Status
Status

Status of the notification

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

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

Date and time of creation

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

>
{Datetime}</CreatedAt>
192
          <Message
Message

The message from the notification definition, expanded with parameters.

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

>
{String}</Message>
193
          <TranslatedMessage
TranslatedMessage

The translated message from the notification definition, expanded with parameters.

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

>
{String}</TranslatedMessage>
194
          <NotificationType
NotificationType

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

>
195
               <NotificationTypeId
NotificationTypeId

Notification type identifier

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

>
{String}</NotificationTypeId>
196
               <Category
Category

Category of notification type (warning, information etc)

Possible domain values can be found here

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

>
{String}</Category>
197
               <NotificationTypeLink
NotificationTypeLink

Notification type reference

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

>
{String}</NotificationTypeLink>
198
          </NotificationType>
199
          <NotificationLink
NotificationLink

Notification reference

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

>
{String}</NotificationLink>
200
     </HighlightedNotification>
201
     <RecurringInvoicing
RecurringInvoicing

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

>
202
          <StartDate
StartDate

Start date of subscription or rental item

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

>
{Date}</StartDate>
203
          <EstimatedEndDate
EstimatedEndDate

Expected end date of subscription or rental item

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

>
{Date}</EstimatedEndDate>
204
          <PriceChangeAgreement
PriceChangeAgreement

Defines if and how the recurring price can be updated

Possible domain values can be found here

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

>
{Integer}</PriceChangeAgreement>
205
          <EstimatedAmount
EstimatedAmount

Estimated amount of rental or subscription item

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

>
{Decimal}</EstimatedAmount>
206
          <RecurringPrice
RecurringPrice

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

>
207
               <RecurringPriceId
RecurringPriceId

Recurring price indentifier

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

>
{Integer}</RecurringPriceId>
208
               <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=RecurringInvoicing in your request URI to get this field

>
{String}</Currency>
209
               <PriceInterval
PriceInterval

Interval of recurring price

Possible domain values can be found here

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

>
{Integer}</PriceInterval>
210
               <HasOneTimeFee
HasOneTimeFee

Boolean indicating if the recurring price has a one-time fee.

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

>
{Boolean}</HasOneTimeFee>
211
               <HasUsageStep
HasUsageStep

Boolean indicating if the recurring price has any usage steps.

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

>
{Boolean}</HasUsageStep>
212
               <RecurringPriceLink
RecurringPriceLink

Recurring price reference

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

>
{String}</RecurringPriceLink>
213
          </RecurringPrice>
214
          <CurrentPriceStep
CurrentPriceStep

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

>
215
               <Price
Price

Value of a price step

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

>
{Decimal}</Price>
216
          </CurrentPriceStep>
217
     </RecurringInvoicing>
218
     <ProjectOrder
ProjectOrder

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

>
219
          <ProjectOrderId
ProjectOrderId

Project order identifier

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

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

Project order reference

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

>
{String}</ProjectOrderLink>
221
     </ProjectOrder>
222
</SalesQuoteItem>
1
{
2
     "salesQuoteItem": {
3
          "salesQuoteItemId
SalesQuoteItemId

Sales quote item identifier

":
"{Integer}",
4
          "type
Type

Item type

Possible domain values can be found here

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

Status of the sales quote item

Possible domain values can be found here

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

Date and time of creation

":
"{Datetime}",
7
          "lineNumber
LineNumber

Line- or sequence number of the item. The LineNumber is used for sorting items in applications, prints, reports etc.

":
"{Integer}",
8
          "requestedDeliveryDate
RequestedDeliveryDate

The delivery date as requested by the customer.

":
"{Date}",
9
          "customersReferenceNumber
CustomersReferenceNumber

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

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

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

":
"{String}",
11
          "equivalentProductName
EquivalentProductName

Name of product with equivalent behavior and attributes. Can be used for same purpose.

":
"{String}",
12
          "requestedProductStructureRevision
RequestedProductStructureRevision

The revision will typically be a major change, as opposed to minor changes stored in the version of the product structure.

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

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

":
"{String}",
14
          "note
Note

Additional information regarding the item (free text). Might be visible to customers/suppliers.

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

Gross margin of the item.

":
"{Decimal}",
16
          "vATPercent
VATPercent

Value added tax percent

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

The discount in percent for this item.

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

Number of units quoted

":
"{Decimal}",
19
          "bufferStockQuantity
BufferStockQuantity

The buffer stock quantity is a supply of units held as a reserve to safeguard against unforeseen shortages or demands for the customer. The quantity will be added to the assignment register.

":
"{Decimal}",
20
          "remainingQuantity
RemainingQuantity

Remaining number of units to be forwarded.

":
"{Decimal}",
21
          "leadTime
LeadTime

The lead time from ordering to delivery.

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

End customer

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

":
{
23
               "customerId
CustomerId

Customer identifier

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

":
"{Integer}",
24
               "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=EndCustomer in your request URI to get this field

":
"{String}",
25
               "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=EndCustomer in your request URI to get this field

":
"{String}",
26
               "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=EndCustomer in your request URI to get this field

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

Customer reference

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

":
"{String}"
28
          },
29
          "agreement
Agreement

If the quote is accepted by the customer, an agreement is made. The status of the quote item will then be set to 4.

":
{
30
               "expirationDate
ExpirationDate

The agreement will have an expiration date. Note that this date might be different from the validity expiration date of the sales quote.

":
"{Date}"
31
          },
32
          "price": {
33
               "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
34
               "grossPrice
GrossPrice

Represents the price per unit before any discounting is applied.

":
"{Decimal}",
35
               "discount
Discount

The discount for the item.

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

Final price per unit after deducting all discounts etc.

":
"{Decimal}",
37
               "targetPrice
TargetPrice

The target price from the sales quote request item this sales quote item was forwarded from

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

":
"{Decimal}"
38
          },
39
          "priceConverted
PriceConverted

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

":
{
40
               "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=PriceConverted in your request URI to get this field

":
"{String}",
41
               "grossPrice
GrossPrice

Represents the price per unit before any discounting is applied.

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

":
"{Decimal}",
42
               "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=PriceConverted in your request URI to get this field

":
"{Decimal}"
43
          },
44
          "totals": {
45
               "currency
Currency

Three character code following the ISO 4217 standard

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

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

":
"{Decimal}",
47
               "discountAmount
DiscountAmount

The items discount amount.

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

Final item amount after deducting all discounts etc.

":
"{Decimal}",
49
               "remainingAmount
RemainingAmount

Total remaining value of item in document currency. The sum of remaining quantity and open forwarded quantity, multiplied with netprice

":
"{Decimal}"
50
          },
51
          "totalsConverted
TotalsConverted

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

":
{
52
               "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=TotalsConverted in your request URI to get this field

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

Total gross amount in company currency.

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

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

Total net amount in company currency.

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

":
"{Decimal}",
55
               "remainingAmount
RemainingAmount

Total remaining amount in company currency.

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

":
"{Decimal}"
56
          },
57
          "seller
Seller

Reference to the seller of the item

":
{
58
               "employeeId
EmployeeId

Employee identifier

":
"{Integer}",
59
               "firstName
FirstName

First name of employee

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

":
"{String}",
60
               "lastName
LastName

Last name of employee

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

":
"{String}",
61
               "employeeLink
EmployeeLink

Employee reference

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

Measurement unit identifier

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

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

":
"{String}",
66
               "precision
Precision

The precision/accuracy of the measurement (number of decimals)

":
"{Integer}",
67
               "measurementUnitLink
MeasurementUnitLink

Material unit reference

":
"{String}"
68
          },
69
          "product": {
70
               "productId
ProductId

Product identifier

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

Name of the product

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

Type of product

Possible domain values can be found here

":
"{String}",
73
               "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}",
74
               "customField1
CustomField1

Custom field for grouping, sorting, categorizing and other purposes.

":
"{String}",
75
               "customField2
CustomField2

Custom field for grouping, sorting, categorizing and other purposes.

":
"{String}",
76
               "weight
Weight

The weight of the product in kilograms.

":
"{Decimal}",
77
               "manufacturer": {
78
                    "manufacturerId
ManufacturerId

Manufacturer identifier

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

Company name of the manufacturer.

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

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

Shortname/code of the manufacturer

":
"{String}",
81
                    "manufacturerLink
ManufacturerLink

Manufacturer reference

":
"{String}"
82
               },
83
               "productClassification": {
84
                    "productClassificationId
ProductClassificationId

Product classification identifier

":
"{String}",
85
                    "productClassificationLink
ProductClassificationLink

Product classification reference

":
"{String}"
86
               },
87
               "stock": {
88
                    "isNonStock
IsNonStock

True if this is a non-physical product which are no using assignments from the assignment archive

":
"{Boolean}"
89
               },
90
               "latestProductRevision
LatestProductRevision

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

":
{
91
                    "revision
Revision

Revision number

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

":
"{String}"
92
               },
93
               "productLink
ProductLink

Product reference

":
"{String}"
94
          },
95
          "productStructure": {
96
               "productStructureId
ProductStructureId

Product structure reference

":
"{Integer}",
97
               "productStructureLink
ProductStructureLink

Product structure reference

":
"{String}"
98
          },
99
          "landedCost": {
100
               "purchaseCurrency
PurchaseCurrency

Purchase currency is the currency this product normally is purchased in. This is also the base currency used in the gross margin calculation. By default the purchase currency is retrieved from the product.

Possible domain values can be found here

":
"{String}",
101
               "purchasePrice
PurchasePrice

Purchase price for each unit

":
"{Decimal}",
102
               "freight
Freight

Estimated freight cost of getting each unit in stock. Used for calculating landed cost.

":
"{Decimal}",
103
               "duty
Duty

Duty cost of getting each unit in stock. Used for calculating landed cost.

":
"{Decimal}",
104
               "charge
Charge

Other costs of getting each unit in stock. Used for calculating landed cost.

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

Total cost (landed cost or true cost) of getting each unit in stock, including purchase price, duties, charges, freight etc.

":
"{Decimal}",
106
               "purchaseExchangeRate
PurchaseExchangeRate

Exchange rate between document currency and purchase currency. Used in landed cost calculations.

":
"{Decimal}",
107
               "isDerivedFromUserInput
IsDerivedFromUserInput

True if landed cost is derived from manual user input. Landed cost can only be manually updated for products without assignments

":
"{Boolean}",
108
               "isDerivedFromPreferredPurchasePrice
IsDerivedFromPreferredPurchasePrice

True if the landed cost for this item is derived from preferred purchase price. This means that parts (or all) of the item has not reserved goods in stock, nor incoming goods (supplier backlog or production backlog).

":
"{Boolean}",
109
               "isDerivedFromAssignedSupplierBacklog
IsDerivedFromAssignedSupplierBacklog

True if landed cost for this item is derived from assigned supplier backlog. This means that the item has reserved incoming goods (supplier backlog or production backlog).

":
"{Boolean}",
110
               "isDerivedFromAssignedStock
IsDerivedFromAssignedStock

True if landed cost for this item is derived from assigned stock. This means that the item has reserved goods in stock.

":
"{Boolean}",
111
               "derivedFrom": {
112
                    "purchaseQuoteItemId
PurchaseQuoteItemId

Purchase quote item identifier

":
"{Integer}",
113
                    "purchaseQuote": {
114
                         "database
Database

Database of the object

":
"{String}",
115
                         "purchaseQuoteId
PurchaseQuoteId

Purchase quote identifier

":
"{Integer}",
116
                         "purchaseQuoteLink
PurchaseQuoteLink

Purchase quote reference

":
"{String}"
117
                    },
118
                    "purchaseQuoteItemLink
PurchaseQuoteItemLink

Purchase quote item link

":
"{String}"
119
               }
120
          },
121
          "landedCostConverted
LandedCostConverted

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

":
{
122
               "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=LandedCostConverted in your request URI to get this field

":
"{String}",
123
               "purchasePrice
PurchasePrice

Purchase price in sales currency.

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

":
"{Decimal}",
124
               "freight
Freight

Freigth cost in sales currency.

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

":
"{Decimal}",
125
               "duty
Duty

Duty costs in sales currency.

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

":
"{Decimal}",
126
               "charge
Charge

Other cost in sales currency

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

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

Total cost (landed cost or true cost) in sales currency

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

":
"{Decimal}"
128
          },
129
          "accounting
Accounting

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

":
{
130
               "vATCodeDefinition": {
131
                    "vATCode
VATCode

Code that determines VAT rules used for VAT calculations.

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

Description of VAT Code definition

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

":
"{String}"
133
               },
134
               "generalLedgerAccount": {
135
                    "generalLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

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

General ledger account reference

":
"{String}"
137
               },
138
               "department
Department

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

":
{
139
                    "departmentId
DepartmentId

Department identifier

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

Finance department reference

":
"{String}"
141
               },
142
               "financeProject
FinanceProject

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

":
{
143
                    "financeProjectId
FinanceProjectId

Finance project identifier

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

Finance project reference

":
"{String}"
145
               },
146
               "asset
Asset

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

":
{
147
                    "assetId
AssetId

Asset identifier

":
"{Integer}",
148
                    "assetLink
AssetLink

Asset reference

":
"{String}"
149
               }
150
          },
151
          "initialSalesOrderItem
InitialSalesOrderItem

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

":
{
152
               "salesOrderItemId
SalesOrderItemId

Sales order item identifier

":
"{Integer}",
153
               "salesOrder": {
154
                    "salesOrderId
SalesOrderId

Sales order identifier

":
"{Integer}",
155
                    "salesOrderLink
SalesOrderLink

Sales order reference

":
"{String}"
156
               },
157
               "salesOrderItemLink
SalesOrderItemLink

Reference to the sales order item.

":
"{String}"
158
          },
159
          "forwardedFrom
ForwardedFrom

The preceding/previous/source item.

":
{
160
               "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
161
               "forwardedNetAmount
ForwardedNetAmount

The net amount forwarded to this item.

":
"{Decimal}",
162
               "forwardedQuantity
ForwardedQuantity

The quantity forwarded to this item.

":
"{Decimal}",
163
               "forwardedFromItem": {
164
                    "itemId
ItemId

Identifier of the object

":
"{Integer}",
165
                    "object": {
166
                         "objectId
ObjectId

Identifier of the object

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

Type of object

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

API reference to the object

":
"{String}"
169
                    },
170
                    "ramBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

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

API reference to the item

":
"{String}"
172
               }
173
          },
174
          "forwardedTo
ForwardedTo

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

":
{
175
               "openForwardedQuantity
OpenForwardedQuantity

When items are forwarded they end up in one or more open items. Open items in this context means items that are not registered (status 0 or 1). OpenForwardedQuantity will be the sum of ForwardedQuantity of all items this item has been forwarded to.

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

":
"{Decimal}",
176
               "forwardedToItems
ForwardedToItems

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

":
[
177
                    {
178
                         "itemId
ItemId

Identifier of the object

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

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

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

":
{
180
                              "objectId
ObjectId

Identifier of the object

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

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

Type of object

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

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

API reference to the object

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

":
"{String}"
183
                         },
184
                         "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=ForwardedTo in your request URI to get this field

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

API reference to the item

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

":
"{String}"
186
                    }
187
               ]
188
          },
189
          "highlightedNotification
HighlightedNotification

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

":
{
190
               "notificationId
NotificationId

Notification identifier

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

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

Status of the notification

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

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

Date and time of creation

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

":
"{Datetime}",
193
               "message
Message

The message from the notification definition, expanded with parameters.

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

":
"{String}",
194
               "translatedMessage
TranslatedMessage

The translated message from the notification definition, expanded with parameters.

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

":
"{String}",
195
               "notificationType
NotificationType

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

":
{
196
                    "notificationTypeId
NotificationTypeId

Notification type identifier

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

":
"{String}",
197
                    "category
Category

Category of notification type (warning, information etc)

Possible domain values can be found here

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

":
"{String}",
198
                    "notificationTypeLink
NotificationTypeLink

Notification type reference

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

":
"{String}"
199
               },
200
               "notificationLink
NotificationLink

Notification reference

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

":
"{String}"
201
          },
202
          "recurringInvoicing
RecurringInvoicing

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

":
{
203
               "startDate
StartDate

Start date of subscription or rental item

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

":
"{Date}",
204
               "estimatedEndDate
EstimatedEndDate

Expected end date of subscription or rental item

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

":
"{Date}",
205
               "priceChangeAgreement
PriceChangeAgreement

Defines if and how the recurring price can be updated

Possible domain values can be found here

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

":
"{Integer}",
206
               "estimatedAmount
EstimatedAmount

Estimated amount of rental or subscription item

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

":
"{Decimal}",
207
               "recurringPrice
RecurringPrice

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

":
{
208
                    "recurringPriceId
RecurringPriceId

Recurring price indentifier

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

":
"{Integer}",
209
                    "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=RecurringInvoicing in your request URI to get this field

":
"{String}",
210
                    "priceInterval
PriceInterval

Interval of recurring price

Possible domain values can be found here

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

":
"{Integer}",
211
                    "hasOneTimeFee
HasOneTimeFee

Boolean indicating if the recurring price has a one-time fee.

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

":
"{Boolean}",
212
                    "hasUsageStep
HasUsageStep

Boolean indicating if the recurring price has any usage steps.

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

":
"{Boolean}",
213
                    "recurringPriceLink
RecurringPriceLink

Recurring price reference

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

":
"{String}"
214
               },
215
               "currentPriceStep
CurrentPriceStep

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

":
{
216
                    "price
Price

Value of a price step

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

":
"{Decimal}"
217
               }
218
          },
219
          "projectOrder
ProjectOrder

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

":
{
220
               "projectOrderId
ProjectOrderId

Project order identifier

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

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

Project order reference

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

":
"{String}"
222
          }
223
     }
224
}

Possible error codes the response might return:

Error 100147 HTTP 404 Notification type not found
Error 101420 HTTP 404 Setting definition not found