API

Sales APIs

GET sales/quote-items

List of all sales quote items

HTTP method GET
URI https://api.rambase.net/sales/quote-items
Supported formats Xml, Html, Json (ex. $format=json)
Maximum page size ($top) 80
Custom fields Custom fields supported
Successful HTTP status code 200
API resource identifier 2133, version 64

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.

ActiveItems() Named filter Active sales quote items. Sales quote items registered, and within validity period and expiration date
Agreements() Named filter Items where an agreement is made (status 4)
CloseToExpiration() Named filter Items close to expiration date of sales quote validity or close to expiration date of agreement
InfoNotifification() Named filter Sales quote items with one or more notifications of category I (Information)
MyItems() Named filter Items which belong to a sales quote the current user is either assigned to, sales assistent for or account manager for.
WithoutAgreement() Named filter Sales quotes items without agreement
AccountManager Integer Reference to the employee who is responsible for the management of sales, and relationship with the customer. Available macros: currentUser()
AgreementExpirationDate Date The agreement will have an expiration date. Note that this date might be different from the validity expiration date of the sales quote.. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
Assignee Integer The user who has been assigned to work with this object. Available macros: currentUser()
BufferStockQuantity Decimal 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.
ContainingNotificationTypeId Integer Notification type identifier.
ConvertedGrossAmount Decimal Total gross amount in company currency.
ConvertedGrossPrice Decimal Represents the price per unit before any discounting is applied.
ConvertedNetAmount Decimal Total net amount in company currency.
ConvertedNetPrice Decimal Final price per unit after deducting all discounts.
ConvertedRemainingAmount Decimal Total remaining amount in company currency.
CreatedAt Datetime Date and time of creation. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
CustomerFirstname String Secondary name of a company or firstname of a person.
CustomerId Integer Customer identifier.
CustomerName String Name of customer (name of company or surname/familyname/lastname of a person).
CustomersProductName String Customers internal name of the product. Retrieved from the product.
CustomersReferenceNumber String Customers item reference number. Typically to the customers internal system.
Discount Decimal The discount for the item.
DiscountAmount Decimal The items discount amount.
DiscountPercent Decimal The discount in percent for this item.
EffectiveDate Date The date the sales quote takes effect. The quote will be effective from from and including this date. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
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).
ExpirationDate Date The date the sales quote expires. The quote will be active to and including this date. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
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.
LeadTime String The lead time from ordering to delivery.
LineNumber Integer Line- or sequence number of the item. The LineNumber is used for sorting items in applications, prints, reports etc.
LocationShortName String Unique abbreviation/short name of the location.
ManufacturerId Integer Manufacturer identifier.
MarketSegment String Market segment of the customer.
NetAmount Decimal Final item amount after deducting all discounts etc.
PriceChangeAgreement Integer Defines if and how the recurring price can be updated.
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.
ProductStructureId Integer Product structure reference.
Quantity Decimal Number of units quoted.
RecurringPriceId Integer Recurring price indentifier.
RemainingAmount Decimal Total remaining value of item in document currency. The sum of remaining quantity and open forwarded quantity, multiplied with netprice.
RemainingQuantity Decimal Remaining number of units to be forwarded.
RequestedDeliveryDate Date The delivery date as requested by the customer. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
RequestedProductStructureRevision String The revision will typically be a major change, as opposed to minor changes stored in the version of the product structure.
SalesAssistant Integer Reference to the employee who is sales assistant for the customer. Available macros: currentUser()
SalesQuoteId Integer Sales quote identifier.
SalesQuoteItemId Integer Sales quote item identifier.
SellerEmployeeId Integer Reference to the seller of the item. Available macros: currentUser()
Status Integer Status of the sales quote item.
Type Integer Item type.

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

AccountManager Integer Reference to the employee who is responsible for the management of sales, and relationship with the customer.
AgreementExpirationDate Date The agreement will have an expiration date. Note that this date might be different from the validity expiration date of the sales quote.
Assignee Integer The user who has been assigned to work with this object.
BufferStockQuantity Decimal 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.
ContainingNotificationTypeId Integer Notification type identifier
ConvertedGrossAmount Decimal Total gross amount in company currency.
ConvertedGrossPrice Decimal Represents the price per unit before any discounting is applied.
ConvertedNetAmount Decimal Total net amount in company currency.
ConvertedNetPrice Decimal Final price per unit after deducting all discounts.
ConvertedRemainingAmount Decimal Total remaining amount in company currency.
CreatedAt Datetime Date and time of creation
CustomerFirstname String Secondary name of a company or firstname of a person
CustomerId Integer Customer identifier
CustomerName String Name of customer (name of company or surname/familyname/lastname of a person)
CustomersProductName String Customers internal name of the product. Retrieved from the product.
CustomersReferenceNumber String Customers item reference number. Typically to the customers internal system.
Discount Decimal The discount for the item.
DiscountAmount Decimal The items discount amount.
DiscountPercent Decimal The discount in percent for this item.
EffectiveDate Date The date the sales quote takes effect. The quote will be effective from from and including this date.
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)
ExpirationDate Date The date the sales quote expires. The quote will be active to and including this date.
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.
LeadTime String The lead time from ordering to delivery.
LineNumber Integer Line- or sequence number of the item. The LineNumber is used for sorting items in applications, prints, reports etc.
LocationShortName String Unique abbreviation/short name of the location
ManufacturerId Integer Manufacturer identifier
MarketSegment String Market segment of the customer
NetAmount Decimal Final item amount after deducting all discounts etc.
PriceChangeAgreement Integer Defines if and how the recurring price can be updated
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
ProductStructureId Integer Product structure reference
Quantity Decimal Number of units quoted
RecurringPriceId Integer Recurring price indentifier
RemainingAmount Decimal Total remaining value of item in document currency. The sum of remaining quantity and open forwarded quantity, multiplied with netprice
RemainingQuantity Decimal Remaining number of units to be forwarded.
RequestedDeliveryDate Date The delivery date as requested by the customer.
RequestedProductStructureRevision String The revision will typically be a major change, as opposed to minor changes stored in the version of the product structure.
SalesAssistant Integer Reference to the employee who is sales assistant for the customer.
SalesQuoteId Integer Sales quote identifier
SalesQuoteItemId Integer Sales quote item identifier
SellerEmployeeId Integer Reference to the seller of the item
Status Integer Status of the sales quote item
Type Integer Item type

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

Sales quote item identifier

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

Item type

Possible domain values can be found here

>
{Integer}</Type>
5
          <LineNumber
LineNumber

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

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

Status of the sales quote item

Possible domain values can be found here

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

Date and time of creation

>
{Datetime}</CreatedAt>
8
          <RequestedDeliveryDate
RequestedDeliveryDate

The delivery date as requested by the customer.

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

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

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

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

>
{String}</CustomersProductName>
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
          <GrossMargin
GrossMargin

Gross margin of the item.

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

The discount in percent for this item.

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

Number of units quoted

>
{Decimal}</Quantity>
16
          <RemainingQuantity
RemainingQuantity

Remaining number of units to be forwarded.

>
{Decimal}</RemainingQuantity>
17
          <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>
18
          <EndCustomer
EndCustomer

End customer

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

>
19
               <CustomerId
CustomerId

Customer identifier

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

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

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

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

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

Customer reference

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

>
{String}</CustomerLink>
24
          </EndCustomer>
25
          <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.

>
26
               <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>
27
          </Agreement>
28
          <Price>
29
               <Currency
Currency

Three character code following the ISO 4217 standard

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

The discount for the item.

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

Represents the price per unit before any discounting is applied.

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

Final price per unit after deducting all discounts etc.

>
{Decimal}</NetPrice>
33
          </Price>
34
          <PriceConverted
PriceConverted

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

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

>
{String}</Currency>
36
               <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=SalesQuoteItem.PriceConverted in your request URI to get this field

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

>
{Decimal}</NetPrice>
38
          </PriceConverted>
39
          <Totals>
40
               <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
41
               <RemainingAmount
RemainingAmount

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

>
{Decimal}</RemainingAmount>
42
               <GrossAmount
GrossAmount

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

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

Final item amount after deducting all discounts etc.

>
{Decimal}</NetAmount>
44
          </Totals>
45
          <TotalsConverted
TotalsConverted

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

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

>
{String}</Currency>
47
               <RemainingAmount
RemainingAmount

Total remaining amount in company currency.

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

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

Total gross amount in company currency.

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

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

Total net amount in company currency.

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

>
{Decimal}</NetAmount>
50
          </TotalsConverted>
51
          <MeasurementUnit>
52
               <MeasurementUnitId
MeasurementUnitId

Measurement unit identifier

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

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

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

Material unit reference

>
{String}</MeasurementUnitLink>
55
          </MeasurementUnit>
56
          <Seller
Seller

Reference to the seller of the item

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

>
57
               <EmployeeId
EmployeeId

Employee identifier

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

>
{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=SalesQuoteItem.Seller 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=SalesQuoteItem.Seller in your request URI to get this field

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

Employee reference

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

>
{String}</EmployeeLink>
61
          </Seller>
62
          <Product>
63
               <ProductId
ProductId

Product identifier

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

Name of the product

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

Type of product

Possible domain values can be found here

>
{String}</Type>
66
               <Manufacturer>
67
                    <ManufacturerId
ManufacturerId

Manufacturer identifier

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

Manufacturer reference

>
{String}</ManufacturerLink>
69
               </Manufacturer>
70
               <ProductLink
ProductLink

Product reference

>
{String}</ProductLink>
71
          </Product>
72
          <ProductStructure>
73
               <ProductStructureId
ProductStructureId

Product structure reference

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

Product structure reference

>
{String}</ProductStructureLink>
75
          </ProductStructure>
76
          <LandedCost>
77
               <GrossPrice
GrossPrice

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

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

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

>
{Decimal}</PurchaseExchangeRate>
79
          </LandedCost>
80
          <LandedCostConverted
LandedCostConverted

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

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

>
{Decimal}</GrossPrice>
82
          </LandedCostConverted>
83
          <HighlightedNotification
HighlightedNotification

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

>
84
               <NotificationId
NotificationId

Notification identifier

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

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

Status of the notification

Possible domain values can be found here

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

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

Date and time of creation

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

>
{Datetime}</CreatedAt>
87
               <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=SalesQuoteItem.HighlightedNotification in your request URI to get this field

>
{String}</Message>
88
               <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=SalesQuoteItem.HighlightedNotification in your request URI to get this field

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

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

>
90
                    <NotificationTypeId
NotificationTypeId

Notification type identifier

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

>
{String}</NotificationTypeId>
91
                    <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=SalesQuoteItem.HighlightedNotification in your request URI to get this field

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

Notification type reference

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

>
{String}</NotificationTypeLink>
93
               </NotificationType>
94
               <NotificationLink
NotificationLink

Notification reference

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

>
{String}</NotificationLink>
95
          </HighlightedNotification>
96
          <SalesQuote>
97
               <SalesQuoteId
SalesQuoteId

Sales quote identifier

>
{Integer}</SalesQuoteId>
98
               <Customer>
99
                    <CustomerId
CustomerId

Customer identifier

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

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

>
{String}</Name>
101
                    <Firstname
Firstname

Secondary name of a company or firstname of a person

>
{String}</Firstname>
102
                    <CustomerLink
CustomerLink

Customer reference

>
{String}</CustomerLink>
103
               </Customer>
104
               <SalesQuoteLink
SalesQuoteLink

Sales quote reference

>
{String}</SalesQuoteLink>
105
               <Validity>
106
                    <EffectiveDate
EffectiveDate

The date the sales quote takes effect. The quote will be effective from from and including this date.

>
{Date}</EffectiveDate>
107
                    <ExpirationDate
ExpirationDate

The date the sales quote expires. The quote will be active to and including this date.

>
{Date}</ExpirationDate>
108
               </Validity>
109
          </SalesQuote>
110
          <RecurringInvoicing>
111
               <StartDate
StartDate

Start date of subscription or rental item

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

Expected end date of subscription or rental item

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

Defines if and how the recurring price can be updated

Possible domain values can be found here

>
{Integer}</PriceChangeAgreement>
114
               <RecurringPrice>
115
                    <RecurringPriceId
RecurringPriceId

Recurring price indentifier

>
{Integer}</RecurringPriceId>
116
                    <Currency
Currency

Three character code following the ISO 4217 standard

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

Interval of recurring price

Possible domain values can be found here

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

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

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

Boolean indicating if the recurring price has any usage steps.

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

Recurring price reference

>
{String}</RecurringPriceLink>
121
               </RecurringPrice>
122
               <CurrentPriceStep>
123
                    <Price
Price

Value of a price step

>
{Decimal}</Price>
124
               </CurrentPriceStep>
125
          </RecurringInvoicing>
126
          <SalesQuoteItemLink
SalesQuoteItemLink

Reference to the sales order item.

>
{String}</SalesQuoteItemLink>
127
     </SalesQuoteItem>
128
     <Paging
Paging

Detailed paging information for this list.

>
129
          <PageSize
PageSize

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

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

Position of the first element in the list

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

Page index

>
{Integer}</Page>
132
          <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>
133
          <FirstPage
FirstPage

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

>
{String}</FirstPage>
134
          <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>
135
          <PreviousPage
PreviousPage

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

>
{String}</PreviousPage>
136
          <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>
137
          <NextPage
NextPage

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

>
{String}</NextPage>
138
          <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>
139
          <LastPage
LastPage

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

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

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

>
{Integer}</Size>
141
     </Paging>
142
</SalesQuoteItems>
1
{
2
     "salesQuoteItems": [
3
          {
4
               "salesQuoteItemId
SalesQuoteItemId

Sales quote item identifier

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

Item type

Possible domain values can be found here

":
"{Integer}",
6
               "lineNumber
LineNumber

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

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

Status of the sales quote item

Possible domain values can be found here

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

Date and time of creation

":
"{Datetime}",
9
               "requestedDeliveryDate
RequestedDeliveryDate

The delivery date as requested by the customer.

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

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

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

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

":
"{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
               "grossMargin
GrossMargin

Gross margin of the item.

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

The discount in percent for this item.

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

Number of units quoted

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

Remaining number of units to be forwarded.

":
"{Decimal}",
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}",
19
               "endCustomer
EndCustomer

End customer

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

":
{
20
                    "customerId
CustomerId

Customer identifier

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

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

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

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

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

Customer reference

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

":
"{String}"
25
               },
26
               "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.

":
{
27
                    "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}"
28
               },
29
               "price": {
30
                    "currency
Currency

Three character code following the ISO 4217 standard

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

The discount for the item.

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

Represents the price per unit before any discounting is applied.

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

Final price per unit after deducting all discounts etc.

":
"{Decimal}"
34
               },
35
               "priceConverted
PriceConverted

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

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

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

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

":
"{Decimal}"
39
               },
40
               "totals": {
41
                    "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
42
                    "remainingAmount
RemainingAmount

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

":
"{Decimal}",
43
                    "grossAmount
GrossAmount

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

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

Final item amount after deducting all discounts etc.

":
"{Decimal}"
45
               },
46
               "totalsConverted
TotalsConverted

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

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

":
"{String}",
48
                    "remainingAmount
RemainingAmount

Total remaining amount in company currency.

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

":
"{Decimal}",
49
                    "grossAmount
GrossAmount

Total gross amount in company currency.

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

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

Total net amount in company currency.

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

":
"{Decimal}"
51
               },
52
               "measurementUnit": {
53
                    "measurementUnitId
MeasurementUnitId

Measurement unit identifier

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

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

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

Material unit reference

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

Reference to the seller of the item

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

":
{
58
                    "employeeId
EmployeeId

Employee identifier

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

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

First name of employee

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

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

Employee reference

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

":
"{String}"
62
               },
63
               "product": {
64
                    "productId
ProductId

Product identifier

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

Name of the product

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

Type of product

Possible domain values can be found here

":
"{String}",
67
                    "manufacturer": {
68
                         "manufacturerId
ManufacturerId

Manufacturer identifier

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

Manufacturer reference

":
"{String}"
70
                    },
71
                    "productLink
ProductLink

Product reference

":
"{String}"
72
               },
73
               "productStructure": {
74
                    "productStructureId
ProductStructureId

Product structure reference

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

Product structure reference

":
"{String}"
76
               },
77
               "landedCost": {
78
                    "grossPrice
GrossPrice

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

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

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

":
"{Decimal}"
80
               },
81
               "landedCostConverted
LandedCostConverted

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

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

":
"{Decimal}"
83
               },
84
               "highlightedNotification
HighlightedNotification

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

":
{
85
                    "notificationId
NotificationId

Notification identifier

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

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

Status of the notification

Possible domain values can be found here

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

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

Date and time of creation

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

":
"{Datetime}",
88
                    "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=SalesQuoteItem.HighlightedNotification in your request URI to get this field

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

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

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

":
{
91
                         "notificationTypeId
NotificationTypeId

Notification type identifier

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

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

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

Notification type reference

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

":
"{String}"
94
                    },
95
                    "notificationLink
NotificationLink

Notification reference

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

":
"{String}"
96
               },
97
               "salesQuote": {
98
                    "salesQuoteId
SalesQuoteId

Sales quote identifier

":
"{Integer}",
99
                    "customer": {
100
                         "customerId
CustomerId

Customer identifier

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

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

":
"{String}",
102
                         "firstname
Firstname

Secondary name of a company or firstname of a person

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

Customer reference

":
"{String}"
104
                    },
105
                    "salesQuoteLink
SalesQuoteLink

Sales quote reference

":
"{String}",
106
                    "validity": {
107
                         "effectiveDate
EffectiveDate

The date the sales quote takes effect. The quote will be effective from from and including this date.

":
"{Date}",
108
                         "expirationDate
ExpirationDate

The date the sales quote expires. The quote will be active to and including this date.

":
"{Date}"
109
                    }
110
               },
111
               "recurringInvoicing": {
112
                    "startDate
StartDate

Start date of subscription or rental item

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

Expected end date of subscription or rental item

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

Defines if and how the recurring price can be updated

Possible domain values can be found here

":
"{Integer}",
115
                    "recurringPrice": {
116
                         "recurringPriceId
RecurringPriceId

Recurring price indentifier

":
"{Integer}",
117
                         "currency
Currency

Three character code following the ISO 4217 standard

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

Interval of recurring price

Possible domain values can be found here

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

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

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

Boolean indicating if the recurring price has any usage steps.

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

Recurring price reference

":
"{String}"
122
                    },
123
                    "currentPriceStep": {
124
                         "price
Price

Value of a price step

":
"{Decimal}"
125
                    }
126
               },
127
               "salesQuoteItemLink
SalesQuoteItemLink

Reference to the sales order item.

":
"{String}"
128
          }
129
     ],
130
     "paging
Paging

Detailed paging information for this list.

":
{
131
          "pageSize
PageSize

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

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

Position of the first element in the list

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

Page index

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

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

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

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

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

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

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

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

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

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

":
"{Integer}"
143
     }
144
}

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 100147 HTTP 404 Notification type not found
Error 105969 HTTP 400 Start date is required
Error 105970 HTTP 400 End date is required