API

Sales APIs

POST sales/quote-requests/{salesQuoteRequestId}/items

Creates a new item in provided sales quote request

HTTP method POST
URI https://api.rambase.net/sales/quote-requests/{salesQuoteRequestId}/items
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {salesQuoteRequestId} Sales quote request identifier
Integer, minimum 100000
Custom fields Custom fields supported
Successful HTTP status code 201
API resource identifier 2123, version 8

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
<SalesQuoteRequestItem>
2
     <RequestedDeliveryDate
RequestedDeliveryDate

The delivery date as requested by the customer.

This field is optional.

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

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

This field is optional.

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

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

This field is optional.

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

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

This field is optional.

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

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

This field is optional.

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

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

This field is optional.

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

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

This field is optional.

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

Required/mandatory field

Number of units requested quote for

Minimum value: 0

>
{Decimal}</Quantity>
10
     <Price
Price

This field is optional.

>
11
          <TargetPrice
TargetPrice

The net price as requested by the customer

Minimum value: 0

This field is optional.

>
{Decimal}</TargetPrice>
12
     </Price>
13
     <Seller
Seller

Reference to the seller of the item

This field is optional.

>
14
          <EmployeeId
EmployeeId

Employee identifier

Minimum value: 100

This field is optional.

>
{Integer}</EmployeeId>
15
     </Seller>
16
     <Product>
17
          <ProductId
ProductId

Required/mandatory field

Product identifier

Minimum value: 10000

>
{Integer}</ProductId>
18
     </Product>
19
</SalesQuoteRequestItem>
1
{
2
     "salesQuoteRequestItem": {
3
          "requestedDeliveryDate
RequestedDeliveryDate

The delivery date as requested by the customer.

This field is optional.

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

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

This field is optional.

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

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

This field is optional.

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

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

This field is optional.

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

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

This field is optional.

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

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

This field is optional.

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

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

This field is optional.

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

Required/mandatory field

Number of units requested quote for

Minimum value: 0

":
"{Decimal}",
11
          "price
Price

This field is optional.

":
{
12
               "targetPrice
TargetPrice

The net price as requested by the customer

Minimum value: 0

This field is optional.

":
"{Decimal}"
13
          },
14
          "seller
Seller

Reference to the seller of the item

This field is optional.

":
{
15
               "employeeId
EmployeeId

Employee identifier

Minimum value: 100

This field is optional.

":
"{Integer}"
16
          },
17
          "product": {
18
               "productId
ProductId

Required/mandatory field

Product identifier

Minimum value: 10000

":
"{Integer}"
19
          }
20
     }
21
}

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.

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

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

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

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

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

Format:
1
<SalesQuoteRequestItem>
2
     <SalesQuoteRequestItemId
SalesQuoteRequestItemId

Sales quote request item identifier

>
{Integer}</SalesQuoteRequestItemId>
3
     <Status
Status

Status of the sales quote request item

Possible domain values can be found here

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

Date and time of creation

>
{Datetime}</CreatedAt>
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
     <RequestedDeliveryDate
RequestedDeliveryDate

The delivery date as requested by the customer.

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

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

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

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

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

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

>
{String}</EquivalentProductName>
10
     <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>
11
     <ProductDescription
ProductDescription

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

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

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

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

Gross margin of the item. An eventual approval of GM is triggered if this percentage is lower than the highest value of minimum gross margin set up in Customer, Product and GM in COM

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

Number of units requested quote for

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

Remaining number of units to be forwarded.

>
{Decimal}</RemainingQuantity>
16
     <Procurement>
17
          <CustomerId
CustomerId

Customer identifier

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

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

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

Secondary name of a company or firstname of a person

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

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

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

Customer reference

>
{String}</CustomerLink>
22
     </Procurement>
23
     <Price>
24
          <Currency
Currency

Three character code following the ISO 4217 standard

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

The net price as requested by the customer

>
{Decimal}</TargetPrice>
26
          <Currency
Currency

Three character code following the ISO 4217 standard

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

Represents the price per unit before any discounting is applied.

>
{Decimal}</TargetPrice>
28
     </Price>
29
     <Totals>
30
          <Currency
Currency

Three character code following the ISO 4217 standard

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

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

>
{Decimal}</TargetAmount>
32
          <Currency
Currency

Three character code following the ISO 4217 standard

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

Total gross amount in company currency.

>
{Decimal}</TargetAmount>
34
     </Totals>
35
     <Seller
Seller

Reference to the seller of the item

>
36
          <EmployeeId
EmployeeId

Employee identifier

>
{Integer}</EmployeeId>
37
          <EmployeeLink
EmployeeLink

Employee reference

>
{String}</EmployeeLink>
38
     </Seller>
39
     <MeasurementUnit>
40
          <MeasurementUnitId
MeasurementUnitId

Measurement unit identifier

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

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

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

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

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

Material unit reference

>
{String}</MeasurementUnitLink>
44
     </MeasurementUnit>
45
     <Product>
46
          <ProductId
ProductId

Product identifier

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

Name of the product

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

Type of product

Possible domain values can be found here

>
{String}</Type>
49
          <CountryOfOriginCode
CountryOfOriginCode

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

>
{String}</CountryOfOriginCode>
50
          <CustomField1
CustomField1

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

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

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

>
{String}</CustomField2>
52
          <StandardLeadTime
StandardLeadTime

The expected lead time, in number of days, from ordering from supplier to delivery. Used in different purchase processes, typically when supplier is unknown. Note that this might differ from the standard lead times defined on the different suppliers.

>
{Integer}</StandardLeadTime>
53
          <Weight
Weight

The weight of the product in kilograms.

>
{Decimal}</Weight>
54
          <Manufacturer>
55
               <ManufacturerId
ManufacturerId

Manufacturer identifier

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

Shortname/code of the manufacturer

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

Manufacturer reference

>
{String}</ManufacturerLink>
58
          </Manufacturer>
59
          <ProductClassification>
60
               <ProductClassificationId
ProductClassificationId

Product classification identifier

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

Product classification reference

>
{String}</ProductClassificationLink>
62
               <Revision
Revision

Revision number

>
{String}</Revision>
63
          </ProductClassification>
64
          <ProductLink
ProductLink

Product reference

>
{String}</ProductLink>
65
     </Product>
66
     <ProductStructure>
67
          <ProductStructureId
ProductStructureId

Product structure reference

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

Product structure reference

>
{String}</ProductStructureLink>
69
     </ProductStructure>
70
     <LandedCost>
71
          <PurchaseCurrency
PurchaseCurrency

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

Possible domain values can be found here

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

Purchase price for each unit

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

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

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

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

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

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

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

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

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

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

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

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

>
{Boolean}</IsDerivedFromPreferredPurchasePrice>
79
          <DerivedFrom>
80
               <PurchaseQuoteItemId
PurchaseQuoteItemId

Purchase quote item identifier

>
{Integer}</PurchaseQuoteItemId>
81
               <PurchaseQuote>
82
                    <Database
Database

Database of the object

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

Purchase quote identifier

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

Purchase quote reference

>
{String}</PurchaseQuoteLink>
85
               </PurchaseQuote>
86
               <PurchaseQuoteItemLink
PurchaseQuoteItemLink

Purchase quote item link

>
{String}</PurchaseQuoteItemLink>
87
          </DerivedFrom>
88
          <Currency
Currency

Three character code following the ISO 4217 standard

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

Purchase price in sales currency.

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

Freigth cost in sales currency.

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

Duty costs in sales currency.

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

Other cost in sales currency

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

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

>
{Decimal}</GrossPrice>
94
          <OpenForwardedQuantity
OpenForwardedQuantity

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

>
{Decimal}</OpenForwardedQuantity>
95
          <ForwardedToItems>
96
               <Item
Item

Item this item was forwarded to.

>
97
                    <ItemId
ItemId

Identifier of the object

>
{Integer}</ItemId>
98
                    <Object>
99
                         <ObjectId
ObjectId

Identifier of the object

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

Type of object

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

API reference to the object

>
{String}</ObjectLink>
102
                    </Object>
103
                    <RamBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

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

API reference to the item

>
{String}</ItemLink>
105
               </Item>
106
          </ForwardedToItems>
107
          <NotificationId
NotificationId

Notification identifier

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

Status of the notification

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

Date and time of creation

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

The message from the notification definition, expanded with parameters.

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

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

>
{String}</TranslatedMessage>
112
          <NotificationType>
113
               <NotificationTypeId
NotificationTypeId

Notification type identifier

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

Category of notification type (warning, information etc)

Possible domain values can be found here

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

Notification type reference

>
{String}</NotificationTypeLink>
116
          </NotificationType>
117
          <NotificationLink
NotificationLink

Notification reference

>
{String}</NotificationLink>
118
          <ProjectOrderId
ProjectOrderId

Project order identifier

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

Project order reference

>
{String}</ProjectOrderLink>
120
     </LandedCost>
121
</SalesQuoteRequestItem>
1
{
2
     "salesQuoteRequestItem": {
3
          "salesQuoteRequestItemId
SalesQuoteRequestItemId

Sales quote request item identifier

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

Status of the sales quote request item

Possible domain values can be found here

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

Date and time of creation

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

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

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

The delivery date as requested by the customer.

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

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

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

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

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

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

":
"{String}",
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}",
12
          "productDescription
ProductDescription

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

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

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

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

Gross margin of the item. An eventual approval of GM is triggered if this percentage is lower than the highest value of minimum gross margin set up in Customer, Product and GM in COM

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

Number of units requested quote for

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

Remaining number of units to be forwarded.

":
"{Decimal}",
17
          "procurement": {
18
               "customerId
CustomerId

Customer identifier

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

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

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

Secondary name of a company or firstname of a person

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

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

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

Customer reference

":
"{String}"
23
          },
24
          "price": {
25
               "currency
Currency

Three character code following the ISO 4217 standard

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

The net price as requested by the customer

":
"{Decimal}",
27
               "currency
Currency

Three character code following the ISO 4217 standard

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

Represents the price per unit before any discounting is applied.

":
"{Decimal}"
29
          },
30
          "totals": {
31
               "currency
Currency

Three character code following the ISO 4217 standard

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

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

":
"{Decimal}",
33
               "currency
Currency

Three character code following the ISO 4217 standard

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

Total gross amount in company currency.

":
"{Decimal}"
35
          },
36
          "seller
Seller

Reference to the seller of the item

":
{
37
               "employeeId
EmployeeId

Employee identifier

":
"{Integer}",
38
               "employeeLink
EmployeeLink

Employee reference

":
"{String}"
39
          },
40
          "measurementUnit": {
41
               "measurementUnitId
MeasurementUnitId

Measurement unit identifier

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

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

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

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

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

Material unit reference

":
"{String}"
45
          },
46
          "product": {
47
               "productId
ProductId

Product identifier

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

Name of the product

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

Type of product

Possible domain values can be found here

":
"{String}",
50
               "countryOfOriginCode
CountryOfOriginCode

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

":
"{String}",
51
               "customField1
CustomField1

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

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

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

":
"{String}",
53
               "standardLeadTime
StandardLeadTime

The expected lead time, in number of days, from ordering from supplier to delivery. Used in different purchase processes, typically when supplier is unknown. Note that this might differ from the standard lead times defined on the different suppliers.

":
"{Integer}",
54
               "weight
Weight

The weight of the product in kilograms.

":
"{Decimal}",
55
               "manufacturer": {
56
                    "manufacturerId
ManufacturerId

Manufacturer identifier

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

Shortname/code of the manufacturer

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

Manufacturer reference

":
"{String}"
59
               },
60
               "productClassification": {
61
                    "productClassificationId
ProductClassificationId

Product classification identifier

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

Product classification reference

":
"{String}",
63
                    "revision
Revision

Revision number

":
"{String}"
64
               },
65
               "productLink
ProductLink

Product reference

":
"{String}"
66
          },
67
          "productStructure": {
68
               "productStructureId
ProductStructureId

Product structure reference

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

Product structure reference

":
"{String}"
70
          },
71
          "landedCost": {
72
               "purchaseCurrency
PurchaseCurrency

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

Possible domain values can be found here

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

Purchase price for each unit

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

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

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

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

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

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

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

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

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

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

":
"{Decimal}",
79
               "isDerivedFromPreferredPurchasePrice
IsDerivedFromPreferredPurchasePrice

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

":
"{Boolean}",
80
               "derivedFrom": {
81
                    "purchaseQuoteItemId
PurchaseQuoteItemId

Purchase quote item identifier

":
"{Integer}",
82
                    "purchaseQuote": {
83
                         "database
Database

Database of the object

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

Purchase quote identifier

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

Purchase quote reference

":
"{String}"
86
                    },
87
                    "purchaseQuoteItemLink
PurchaseQuoteItemLink

Purchase quote item link

":
"{String}"
88
               },
89
               "currency
Currency

Three character code following the ISO 4217 standard

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

Purchase price in sales currency.

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

Freigth cost in sales currency.

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

Duty costs in sales currency.

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

Other cost in sales currency

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

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

":
"{Decimal}",
95
               "openForwardedQuantity
OpenForwardedQuantity

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

":
"{Decimal}",
96
               "forwardedToItems": [
97
                    {
98
                         "itemId
ItemId

Identifier of the object

":
"{Integer}",
99
                         "object": {
100
                              "objectId
ObjectId

Identifier of the object

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

Type of object

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

API reference to the object

":
"{String}"
103
                         },
104
                         "ramBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

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

API reference to the item

":
"{String}"
106
                    }
107
               ],
108
               "notificationId
NotificationId

Notification identifier

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

Status of the notification

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

Date and time of creation

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

The message from the notification definition, expanded with parameters.

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

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

":
"{String}",
113
               "notificationType": {
114
                    "notificationTypeId
NotificationTypeId

Notification type identifier

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

Category of notification type (warning, information etc)

Possible domain values can be found here

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

Notification type reference

":
"{String}"
117
               },
118
               "notificationLink
NotificationLink

Notification reference

":
"{String}",
119
               "projectOrderId
ProjectOrderId

Project order identifier

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

Project order reference

":
"{String}"
121
          }
122
     }
123
}

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 102120 HTTP 404 Delivery project not found
Error 105969 HTTP 400 Start date is required
Error 105970 HTTP 400 End date is required
Error 102189 HTTP 400 Missing mandatory parameter for goods reception item id
Error 103479 HTTP 400 Expiration date is in conflict with existing effective date of another item
Error 108844 HTTP 400 Manufacturer part number is not active on the product
Error 102115 HTTP 400 All purchase price conversion fields must be blanked, or all must be filled in
Error 100167 HTTP 404 Measurement unit not found
Error 102116 HTTP 400 Selected measurement unit is not activated in your system
Error 102112 HTTP 400 Purchase price can not be set when using price convesrsion by measurement units
Error 103478 HTTP 400 Purchase price is required
Error 102109 HTTP 400 Supplier is required
Error 100047 HTTP 404 Supplier not found
Error 101097 HTTP 404 Given currency {0} mismatch with currencies of supplier {1}
Error 101320 HTTP 400 The project number is not valid: {0}
Error 101500 HTTP 400 Project {0} could not be used : Check project FromPeriod and ToPeriod.
Error 101501 HTTP 400 Asset is not allowed on general ledger account {0}
Error 101326 HTTP 400 The asset number is not valid : {0}
Error 109539 HTTP 400 Dimension value {0} could not be used : Check its FromPeriod and ToPeriod.
Error 102486 HTTP 400 Invalid value for dimension {0}