API

Sales APIs

GET sales/quotes/{salesQuoteId}/items

List of sales quote items for provided sales quote

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

The following body must be added to the request. Mouse over fieldnames for description and other useful information about the fields. Note that fields in bold are required/mandatory.

Format:
1
1

The query string is placed after the resource URL, seperated with a questionmark (?). The query string is composed of a series of query parameters with values. See the page about query parameters on how to use these parameters.

$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.
$useMinimumVersion Integer, optional Used to run a new version of an API resource when your API client is running a deprecated API resource. See the Breaking changes page for more information.
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$showCustomFields Boolean, optional Set to "true" to include custom fields. Default value is false.
$top String, optional Specifies number of rows to return in each page. Maximum limit is specific for each API resource. Default value is 10.
$pageKey String, optional Use to navigate to first, previous, next or last page in list. Add $expand=PagingDetails to add the different keys to the response.
$filter String, optional Use to filter the result list, see the Filtering and sorting page for more information.
$orderby String, optional Use to order the result list, see the Filtering and sorting page for more information.
$inlinecount String, optional Set to "allpages" to include total number of rows in the response. Possible values are: "allpages", "none"

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

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).
GrossAmount Decimal Represents the item amount before any discounts etc. is applied.
GrossPrice Decimal Represents the price per unit before any discounting is applied.
LineNumber Integer Line- or sequence number of the item. The LineNumber is used for sorting items in applications, prints, reports etc.
ManufacturerId Integer Manufacturer identifier.
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.
Quantity Decimal Number of units quoted.
RecurringPriceId Integer Recurring price indentifier.
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()
SalesQuoteItemId Integer Sales quote item identifier.
Status Integer Status of the sales quote item.
Type Integer Item type.

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

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)
GrossAmount Decimal Represents the item amount before any discounts etc. is applied.
GrossPrice Decimal Represents the price per unit before any discounting is applied.
LineNumber Integer Line- or sequence number of the item. The LineNumber is used for sorting items in applications, prints, reports etc.
ManufacturerId Integer Manufacturer identifier
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
Quantity Decimal Number of units quoted
RecurringPriceId Integer Recurring price indentifier
RemainingQuantity Decimal Remaining number of units to be forwarded.
RequestedDeliveryDate Date The delivery date as requested by the customer.
SalesQuoteItemId Integer Sales quote item identifier
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
          <RequestedDeliveryDate
RequestedDeliveryDate

The delivery date as requested by the customer.

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

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

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

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

>
{String}</Note>
10
          <Quantity
Quantity

Number of units quoted

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

Remaining number of units to be forwarded.

>
{Decimal}</RemainingQuantity>
12
          <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

>
13
               <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>
14
               <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>
15
               <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>
16
               <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>
17
               <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>
18
          </EndCustomer>
19
          <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.

>
20
               <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>
21
          </Agreement>
22
          <Price>
23
               <Currency
Currency

Three character code following the ISO 4217 standard

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

Represents the price per unit before any discounting is applied.

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

Final price per unit after deducting all discounts etc.

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

Three character code following the ISO 4217 standard

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

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

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

Final item amount after deducting all discounts etc.

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

Product identifier

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

Name of the product

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

Type of product

Possible domain values can be found here

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

Manufacturer identifier

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

Manufacturer reference

>
{String}</ManufacturerLink>
39
               </Manufacturer>
40
               <ProductLink
ProductLink

Product reference

>
{String}</ProductLink>
41
          </Product>
42
          <RecurringInvoicing>
43
               <PriceChangeAgreement
PriceChangeAgreement

Defines if and how the recurring price can be updated

Possible domain values can be found here

>
{Integer}</PriceChangeAgreement>
44
               <StartDate
StartDate

Start date of subscription or rental item

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

Expected end date of subscription or rental item

>
{Date}</EstimatedEndDate>
46
               <RecurringPrice>
47
                    <RecurringPriceId
RecurringPriceId

Recurring price indentifier

>
{Integer}</RecurringPriceId>
48
                    <RecurringPriceLink
RecurringPriceLink

Recurring price reference

>
{String}</RecurringPriceLink>
49
               </RecurringPrice>
50
          </RecurringInvoicing>
51
          <SalesQuoteItemLink
SalesQuoteItemLink

Sales quote item referene

>
{String}</SalesQuoteItemLink>
52
     </SalesQuoteItem>
53
     <Paging
Paging

Detailed paging information for this list.

>
54
          <PageSize
PageSize

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

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

Position of the first element in the list

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

Page index

>
{Integer}</Page>
57
          <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>
58
          <FirstPage
FirstPage

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

>
{String}</FirstPage>
59
          <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>
60
          <PreviousPage
PreviousPage

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

>
{String}</PreviousPage>
61
          <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>
62
          <NextPage
NextPage

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

>
{String}</NextPage>
63
          <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>
64
          <LastPage
LastPage

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

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

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

>
{Integer}</Size>
66
     </Paging>
67
</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
               "requestedDeliveryDate
RequestedDeliveryDate

The delivery date as requested by the customer.

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

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

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

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

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

Number of units quoted

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

Remaining number of units to be forwarded.

":
"{Decimal}",
13
               "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

":
{
14
                    "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}",
15
                    "name
Name

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

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

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

Secondary name of a company or firstname of a person

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

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

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

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

":
"{String}",
18
                    "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}"
19
               },
20
               "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.

":
{
21
                    "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}"
22
               },
23
               "price": {
24
                    "currency
Currency

Three character code following the ISO 4217 standard

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

Represents the price per unit before any discounting is applied.

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

Final price per unit after deducting all discounts etc.

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

Three character code following the ISO 4217 standard

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

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

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

Final item amount after deducting all discounts etc.

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

Product identifier

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

Name of the product

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

Type of product

Possible domain values can be found here

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

Manufacturer identifier

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

Manufacturer reference

":
"{String}"
40
                    },
41
                    "productLink
ProductLink

Product reference

":
"{String}"
42
               },
43
               "recurringInvoicing": {
44
                    "priceChangeAgreement
PriceChangeAgreement

Defines if and how the recurring price can be updated

Possible domain values can be found here

":
"{Integer}",
45
                    "startDate
StartDate

Start date of subscription or rental item

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

Expected end date of subscription or rental item

":
"{Date}",
47
                    "recurringPrice": {
48
                         "recurringPriceId
RecurringPriceId

Recurring price indentifier

":
"{Integer}",
49
                         "recurringPriceLink
RecurringPriceLink

Recurring price reference

":
"{String}"
50
                    }
51
               },
52
               "salesQuoteItemLink
SalesQuoteItemLink

Sales quote item referene

":
"{String}"
53
          }
54
     ],
55
     "paging
Paging

Detailed paging information for this list.

":
{
56
          "pageSize
PageSize

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

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

Position of the first element in the list

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

Page index

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

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

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

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

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

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

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

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

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

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

":
"{Integer}"
68
     }
69
}

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 100051 HTTP 400 When logged in as supplier {0} you do not have access to this API resource