API

Procurement APIs

GET procurement/quote-request-items

List of all purchase quote request items

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

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.

InfoNotification() Named filter Purchase quote request items with one or more notifications of category I (Information)
MyItems() Named filter Items which belong to a purchase quote request the current user is assigned to
NearExpiration() Named filter Purchase quote request items near expiration
PendingPurchaseQuote() Named filter Purchase quote request items pending purchase quote
PendingRegistration() Named filter Purchase quote request items pending registration
Assignee Integer The user who has been assigned to work with this object. Available macros: currentUser()
ContainingNotificationMessage String Show all transaction documents containing notifications. Note that search will be for messages in company language, and not in user language.
ContainingNotificationTypeId Integer Notification type identifier.
CreatedAt Datetime Date and time of creation. Available macros: now(), startOfDay(), endOfDay(), currentDate(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
Currency String Three character code following the ISO 4217 standard.
ExpirationDate Date Expiration date for responding to the purchase quote request.. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
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.
ManufacturerShortName String Shortname/code of the manufacturer.
Note String Additional information regarding the item (free text). Might be visible to customers/suppliers.
ProductDescription String Description of the item. If not specified, the description is by default copied from the product.
ProductId Integer Product identifier.
ProductName String Name of the product.
ProductRevision String Revision number.
ProductType String Type of product.
PurchaseQuoteRequestId Integer Purchase quote request identifier.
PurchaseQuoteRequestItemId Integer Purchase quote request item identifier.
Quantity Decimal Requested quantity for quote.
RegistrationDate Date Date of registration. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
RemainingQuantity Decimal Remaining number of units to be forwarded.
RequestedDeliveryDate Date The delivery date as requested by the buyer/purchaser. Available macros: today(), yesterday(), currentMonth(), currentYear(), startOfMonth(), endOfMonth(), startOfYear(), endOfYear(), startOfWeek(), endOfWeek(), previousYear(), previousMonth()
Status Integer Status of item.
SupplierId Integer RamBase supplier identifier.
SupplierName String Name of supplier (name of company or surname/familyname/lastname of a person).
SuppliersProductName String Suppliers internal name of the product. Retrieved from the product.
TargetAmount Decimal The total item amount. Calculated by multiplying target price with quantity.
TargetPrice Decimal The requested target price for this item.

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

Assignee Integer The user who has been assigned to work with this object.
ContainingNotificationMessage String Show all transaction documents containing notifications. Note that search will be for messages in company language, and not in user language.
ContainingNotificationTypeId Integer Notification type identifier
CreatedAt Datetime Date and time of creation
Currency String Three character code following the ISO 4217 standard
ExpirationDate Date Expiration date for responding to the purchase quote request.
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
ManufacturerShortName String Shortname/code of the manufacturer
Note String Additional information regarding the item (free text). Might be visible to customers/suppliers.
ProductDescription String Description of the item. If not specified, the description is by default copied from the product.
ProductId Integer Product identifier
ProductName String Name of the product
ProductRevision String Revision number
ProductType String Type of product
PurchaseQuoteRequestId Integer Purchase quote request identifier
PurchaseQuoteRequestItemId Integer Purchase quote request item identifier
Quantity Decimal Requested quantity for quote
RegistrationDate Date Date of registration
RemainingQuantity Decimal Remaining number of units to be forwarded
RequestedDeliveryDate Date The delivery date as requested by the buyer/purchaser
Status Integer Status of item
SupplierId Integer RamBase supplier identifier
SupplierName String Name of supplier (name of company or surname/familyname/lastname of a person)
SuppliersProductName String Suppliers internal name of the product. Retrieved from the product.
TargetAmount Decimal The total item amount. Calculated by multiplying target price with quantity.
TargetPrice Decimal The requested target price for this item

Requesting this resource will yield the following response. Mouse over fieldnames (or fieldgroups) for descriptions and other useful information about the fields. Fields colored in grey is expandable fields.

Please note that some fields may be removed from the response, based on user roles/duties/permissions.

Format:
1
<PurchaseQuoteRequestItems>
2
     <PurchaseQuoteRequestItem>
3
          <PurchaseQuoteRequestItemId
PurchaseQuoteRequestItemId

Purchase quote request item identifier

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

Status of 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 buyer/purchaser

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

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

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

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

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

Requested quantity for quote

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

Remaining number of units to be forwarded

>
{Decimal}</RemainingQuantity>
12
          <RequestedProductRevision>
13
               <Revision
Revision

Revision number

>
{String}</Revision>
14
          </RequestedProductRevision>
15
          <Price>
16
               <Currency
Currency

Three character code following the ISO 4217 standard

>
{String}</Currency>
17
               <TargetPrice
TargetPrice

The requested target price for this item

>
{Decimal}</TargetPrice>
18
          </Price>
19
          <Totals>
20
               <Currency
Currency

Three character code following the ISO 4217 standard

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

The total item amount. Calculated by multiplying target price with quantity.

>
{Decimal}</TargetAmount>
22
          </Totals>
23
          <Product>
24
               <ProductId
ProductId

Product identifier

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

Name of the product

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

Type of product

Possible domain values can be found here

>
{String}</Type>
27
               <ProductLink
ProductLink

Product reference

>
{String}</ProductLink>
28
          </Product>
29
          <Manufacturer>
30
               <ManufacturerId
ManufacturerId

Manufacturer identifier

>
{Integer}</ManufacturerId>
31
               <ShortName
ShortName

Shortname/code of the manufacturer

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

Manufacturer reference

>
{String}</ManufacturerLink>
33
          </Manufacturer>
34
          <ManufacturersProduct
ManufacturersProduct

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

>
35
               <ManufacturersProductId
ManufacturersProductId

Manufacturer product identifier

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

>
{Integer}</ManufacturersProductId>
36
               <Name
Name

Manufacturers name of the product. Also known as Manufacturer Part Number (MPN).

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

>
{String}</Name>
37
               <ManufacturersProductLink
ManufacturersProductLink

Manufacturers product reference

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

>
{String}</ManufacturersProductLink>
38
          </ManufacturersProduct>
39
          <HighlightedNotification
HighlightedNotification

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

>
40
               <NotificationId
NotificationId

Notification identifier

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

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

Status of the notification

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

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

Date and time of creation

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

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

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

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

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

>
46
                    <NotificationTypeId
NotificationTypeId

Notification type identifier

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

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

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

Notification type reference

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

>
{String}</NotificationTypeLink>
49
               </NotificationType>
50
               <NotificationLink
NotificationLink

Notification reference

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

>
{String}</NotificationLink>
51
          </HighlightedNotification>
52
          <PurchaseQuoteRequest>
53
               <PurchaseQuoteRequestId
PurchaseQuoteRequestId

Purchase quote request identifier

>
{Integer}</PurchaseQuoteRequestId>
54
               <Supplier>
55
                    <SupplierId
SupplierId

RamBase supplier identifier

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

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

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

Supplier reference

>
{String}</SupplierLink>
58
               </Supplier>
59
               <PurhcaseQuoteRequestLink
PurhcaseQuoteRequestLink

Purchase quote request reference

>
{String}</PurhcaseQuoteRequestLink>
60
          </PurchaseQuoteRequest>
61
          <PurchaseQuoteRequestItemLink
PurchaseQuoteRequestItemLink

Purchase quote request item reference

>
{String}</PurchaseQuoteRequestItemLink>
62
     </PurchaseQuoteRequestItem>
63
     <Paging
Paging

Detailed paging information for this list.

>
64
          <PageSize
PageSize

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

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

Position of the first element in the list

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

Page index

>
{Integer}</Page>
67
          <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>
68
          <FirstPage
FirstPage

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

>
{String}</FirstPage>
69
          <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>
70
          <PreviousPage
PreviousPage

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

>
{String}</PreviousPage>
71
          <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>
72
          <NextPage
NextPage

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

>
{String}</NextPage>
73
          <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>
74
          <LastPage
LastPage

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

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

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

>
{Integer}</Size>
76
     </Paging>
77
</PurchaseQuoteRequestItems>
1
{
2
     "purchaseQuoteRequestItems": [
3
          {
4
               "purchaseQuoteRequestItemId
PurchaseQuoteRequestItemId

Purchase quote request item identifier

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

Status of 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 buyer/purchaser

":
"{Date}",
9
               "suppliersProductName
SuppliersProductName

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

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

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

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

Requested quantity for quote

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

Remaining number of units to be forwarded

":
"{Decimal}",
13
               "requestedProductRevision": {
14
                    "revision
Revision

Revision number

":
"{String}"
15
               },
16
               "price": {
17
                    "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
18
                    "targetPrice
TargetPrice

The requested target price for this item

":
"{Decimal}"
19
               },
20
               "totals": {
21
                    "currency
Currency

Three character code following the ISO 4217 standard

":
"{String}",
22
                    "targetAmount
TargetAmount

The total item amount. Calculated by multiplying target price with quantity.

":
"{Decimal}"
23
               },
24
               "product": {
25
                    "productId
ProductId

Product identifier

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

Name of the product

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

Type of product

Possible domain values can be found here

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

Product reference

":
"{String}"
29
               },
30
               "manufacturer": {
31
                    "manufacturerId
ManufacturerId

Manufacturer identifier

":
"{Integer}",
32
                    "shortName
ShortName

Shortname/code of the manufacturer

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

Manufacturer reference

":
"{String}"
34
               },
35
               "manufacturersProduct
ManufacturersProduct

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

":
{
36
                    "manufacturersProductId
ManufacturersProductId

Manufacturer product identifier

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

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

Manufacturers name of the product. Also known as Manufacturer Part Number (MPN).

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

":
"{String}",
38
                    "manufacturersProductLink
ManufacturersProductLink

Manufacturers product reference

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

":
"{String}"
39
               },
40
               "highlightedNotification
HighlightedNotification

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

":
{
41
                    "notificationId
NotificationId

Notification identifier

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

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

Status of the notification

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

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

Date and time of creation

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

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

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

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

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

":
{
47
                         "notificationTypeId
NotificationTypeId

Notification type identifier

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

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

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

Notification type reference

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

":
"{String}"
50
                    },
51
                    "notificationLink
NotificationLink

Notification reference

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

":
"{String}"
52
               },
53
               "purchaseQuoteRequest": {
54
                    "purchaseQuoteRequestId
PurchaseQuoteRequestId

Purchase quote request identifier

":
"{Integer}",
55
                    "supplier": {
56
                         "supplierId
SupplierId

RamBase supplier identifier

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

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

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

Supplier reference

":
"{String}"
59
                    },
60
                    "purhcaseQuoteRequestLink
PurhcaseQuoteRequestLink

Purchase quote request reference

":
"{String}"
61
               },
62
               "purchaseQuoteRequestItemLink
PurchaseQuoteRequestItemLink

Purchase quote request item reference

":
"{String}"
63
          }
64
     ],
65
     "paging
Paging

Detailed paging information for this list.

":
{
66
          "pageSize
PageSize

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

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

Position of the first element in the list

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

Page index

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

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

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

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

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

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

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

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

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

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

":
"{Integer}"
78
     }
79
}

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