API

RamBase REST APIs

POST sales/orders/{salesOrderId}/items

Creates a new item in provided sales order. Note that Discount will be ignored when DiscountPercent is provided. Note also that Discount, DiscountPercent and GrossPrice will be ignored when GrossMargin is provided.

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

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
<SalesOrderItem>
2
     <Type
Type

Item type

Applicable domain values can be found here

This field is optional.

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

The delivery date as requested by the customer.

This field is optional.

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

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

This field is optional.

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

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

This field is optional.

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

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

This field is optional.

>
{String}</EquivalentProductName>
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}</RequestedProductStructureRevision>
8
     <ProductDescription
ProductDescription

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

This field is optional.

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

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

This field is optional.

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

Gross margin of the item.

Minimum value: -100

Maximum value: 100

This field is optional.

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

The discount in percent for this item.

Minimum value: 0

Maximum value: 100

This field is optional.

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

Required/mandatory field

Number of units ordered

Minimum value: 0

>
{Decimal}</Quantity>
13
     <Warranty
Warranty

This field is optional.

>
14
          <WarrantyExpirationDate
WarrantyExpirationDate

Date of warranty expiration.

This field is optional.

>
{Date}</WarrantyExpirationDate>
15
     </Warranty>
16
     <Price
Price

This field is optional.

>
17
          <GrossPrice
GrossPrice

Represents the price per unit before any discounting is applied.

This field is optional.

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

The discount for the item.

Minimum value: 0

This field is optional.

>
{Decimal}</Discount>
19
     </Price>
20
     <Location
Location

This field is optional.

>
21
          <LocationId
LocationId

Location identifier

Minimum value: 10000

This field is optional.

>
{Integer}</LocationId>
22
     </Location>
23
     <Seller
Seller

Reference to the seller of the item

This field is optional.

>
24
          <EmployeeId
EmployeeId

Employee identifier

Minimum value: 100

This field is optional.

>
{Integer}</EmployeeId>
25
     </Seller>
26
     <Product>
27
          <ProductId
ProductId

Required/mandatory field

Product identifier

Minimum value: 10000

>
{Integer}</ProductId>
28
     </Product>
29
     <LandedCost
LandedCost

This field is optional.

>
30
          <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.

Applicable domain values can be found here

This field is optional.

>
{String}</PurchaseCurrency>
31
          <PurchaseExchangeRate
PurchaseExchangeRate

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

This field is optional.

>
{Decimal}</PurchaseExchangeRate>
32
          <DerivedFrom
DerivedFrom

This field is optional.

>
33
               <PurchaseQuoteItemId
PurchaseQuoteItemId

Purchase quote item identifier

Minimum value: 1

This field is optional.

>
{Integer}</PurchaseQuoteItemId>
34
               <PurchaseQuote
PurchaseQuote

This field is optional.

>
35
                    <PurchaseQuoteId
PurchaseQuoteId

Purchase quote identifier

Minimum value: 100000

This field is optional.

>
{Integer}</PurchaseQuoteId>
36
               </PurchaseQuote>
37
          </DerivedFrom>
38
     </LandedCost>
39
     <RecurringInvoicing
RecurringInvoicing

This field is optional.

>
40
          <StartDate
StartDate

Start date of subscription or rental item

This field is optional.

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

Expected end date of subscription or rental item

This field is optional.

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

Defines if and how the recurring price can be updated

Applicable domain values can be found here

This field is optional.

>
{Integer}</PriceChangeAgreement>
43
          <RecurringPrice
RecurringPrice

This field is optional.

>
44
               <RecurringPriceId
RecurringPriceId

Recurring price indentifier

Minimum value: 100000

This field is optional.

>
{Integer}</RecurringPriceId>
45
          </RecurringPrice>
46
     </RecurringInvoicing>
47
</SalesOrderItem>
1
{
2
     "salesOrderItem": {
3
          "type
Type

Item type

Applicable domain values can be found here

This field is optional.

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

The delivery date as requested by the customer.

This field is optional.

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

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

This field is optional.

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

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

This field is optional.

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

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

This field is optional.

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

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

This field is optional.

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

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

This field is optional.

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

Gross margin of the item.

Minimum value: -100

Maximum value: 100

This field is optional.

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

The discount in percent for this item.

Minimum value: 0

Maximum value: 100

This field is optional.

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

Required/mandatory field

Number of units ordered

Minimum value: 0

":
"{Decimal}",
14
          "warranty
Warranty

This field is optional.

":
{
15
               "warrantyExpirationDate
WarrantyExpirationDate

Date of warranty expiration.

This field is optional.

":
"{Date}"
16
          },
17
          "price
Price

This field is optional.

":
{
18
               "grossPrice
GrossPrice

Represents the price per unit before any discounting is applied.

This field is optional.

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

The discount for the item.

Minimum value: 0

This field is optional.

":
"{Decimal}"
20
          },
21
          "location
Location

This field is optional.

":
{
22
               "locationId
LocationId

Location identifier

Minimum value: 10000

This field is optional.

":
"{Integer}"
23
          },
24
          "seller
Seller

Reference to the seller of the item

This field is optional.

":
{
25
               "employeeId
EmployeeId

Employee identifier

Minimum value: 100

This field is optional.

":
"{Integer}"
26
          },
27
          "product": {
28
               "productId
ProductId

Required/mandatory field

Product identifier

Minimum value: 10000

":
"{Integer}"
29
          },
30
          "landedCost
LandedCost

This field is optional.

":
{
31
               "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.

Applicable domain values can be found here

This field is optional.

":
"{String}",
32
               "purchaseExchangeRate
PurchaseExchangeRate

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

This field is optional.

":
"{Decimal}",
33
               "derivedFrom
DerivedFrom

This field is optional.

":
{
34
                    "purchaseQuoteItemId
PurchaseQuoteItemId

Purchase quote item identifier

Minimum value: 1

This field is optional.

":
"{Integer}",
35
                    "purchaseQuote
PurchaseQuote

This field is optional.

":
{
36
                         "purchaseQuoteId
PurchaseQuoteId

Purchase quote identifier

Minimum value: 100000

This field is optional.

":
"{Integer}"
37
                    }
38
               }
39
          },
40
          "recurringInvoicing
RecurringInvoicing

This field is optional.

":
{
41
               "startDate
StartDate

Start date of subscription or rental item

This field is optional.

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

Expected end date of subscription or rental item

This field is optional.

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

Defines if and how the recurring price can be updated

Applicable domain values can be found here

This field is optional.

":
"{Integer}",
44
               "recurringPrice
RecurringPrice

This field is optional.

":
{
45
                    "recurringPriceId
RecurringPriceId

Recurring price indentifier

Minimum value: 100000

This field is optional.

":
"{Integer}"
46
               }
47
          }
48
     }
49
}

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
<SalesOrderItem>
2
     <SalesOrderItemId
SalesOrderItemId

Sales order item identifier

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

Item type

Possible domain values can be found here

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

Status of the sales order item (0-9).

Possible domain values can be found here

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

Date and time of creation

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

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

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

The delivery date as requested by the customer.

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

Confirmed date of delivery. Date of which the customer can expect the arriving goods

>
{Date}</ConfirmedDeliveryDate>
9
     <IsConfirmedDeliveryDateLocked
IsConfirmedDeliveryDateLocked

If confirmed delivery date in sales order item (COA) is locked, this date should not be re-calculated automatically.

>
{Boolean}</IsConfirmedDeliveryDateLocked>
10
     <ScheduledShippingDate
ScheduledShippingDate

Date when the goods was/will be shipped from the warehouse.

>
{Date}</ScheduledShippingDate>
11
     <CustomersReferenceNumber
CustomersReferenceNumber

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

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

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

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

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

>
{String}</EquivalentProductName>
14
     <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>
15
     <ProductDescription
ProductDescription

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

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

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

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

Gross margin of the item.

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

Value added tax percent

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

The discount in percent for this item.

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

Number of units ordered

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

Remaining number of units to be forwarded.

>
{Decimal}</RemainingQuantity>
22
     <ShippedQuantity
ShippedQuantity

Quantity forwarded to one or more shipping advices

>
{Decimal}</ShippedQuantity>
23
     <AllocatedStockQuantity
AllocatedStockQuantity

The quantity of this item which do have assignments from stock

>
{Decimal}</AllocatedStockQuantity>
24
     <RequireSerialNumberBeforeShipping
RequireSerialNumberBeforeShipping

True if serial number is required before shipping. Note that if the product has set this value to true, this can not be overridden.

>
{Boolean}</RequireSerialNumberBeforeShipping>
25
     <IsBlockedForProduction
IsBlockedForProduction

True if a new production is not to be started automatically based on this sales order item.

>
26
          <CustomerId
CustomerId

Customer identifier

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

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

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

Secondary name of a company or firstname of a person

>
{String}</FirstName>
29
          <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>
30
          <CustomerLink
CustomerLink

Customer reference

>
{String}</CustomerLink>
31
     </IsBlockedForProduction>
32
     <Warranty>
33
          <WarrantyExpirationDate
WarrantyExpirationDate

Date of warranty expiration.

>
{Date}</WarrantyExpirationDate>
34
          <IsPaymentCoveredByWarranty
IsPaymentCoveredByWarranty

True if payment of item will be covered by warranty. For sales order items that are a part of the repair process, it means that these will not be invoiced.

>
{Boolean}</IsPaymentCoveredByWarranty>
35
     </Warranty>
36
     <Price>
37
          <Currency
Currency

Three character code following the ISO 4217 standard

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

Represents the price per unit before any discounting is applied.

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

The discount for the item.

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

Final price per unit after deducting all discounts etc.

>
{Decimal}</NetPrice>
41
          <ExpectedPrice
ExpectedPrice

The expected price from the sales order request item this sales order item was forwarded from.

>
{Decimal}</ExpectedPrice>
42
          <Currency
Currency

Three character code following the ISO 4217 standard

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

Represents the price per unit before any discounting is applied.

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

Final price per unit after deducting all discounts.

>
{Decimal}</NetPrice>
45
     </Price>
46
     <Totals>
47
          <Currency
Currency

Three character code following the ISO 4217 standard

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

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

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

The items discount amount.

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

Final item amount after deducting all discounts etc.

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

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

>
{Decimal}</RemainingAmount>
52
          <Currency
Currency

Three character code following the ISO 4217 standard

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

Total gross amount in company currency.

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

Total net amount in company currency.

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

Total remaining amount in company currency.

>
{Decimal}</RemainingAmount>
56
     </Totals>
57
     <Location>
58
          <ShortName
ShortName

Unique abbreviation/short name of the location

>
{String}</ShortName>
59
     </Location>
60
     <Seller
Seller

Reference to the seller of the item

>
61
          <EmployeeId
EmployeeId

Employee identifier

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

Employee reference

>
{String}</EmployeeLink>
63
     </Seller>
64
     <MeasurementUnit>
65
          <MeasurementUnitId
MeasurementUnitId

Measurement unit identifier

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

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

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

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

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

Material unit reference

>
{String}</MeasurementUnitLink>
69
     </MeasurementUnit>
70
     <Product>
71
          <ProductId
ProductId

Product identifier

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

Name of the product

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

Type of product

Possible domain values can be found here

>
{String}</Type>
74
          <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>
75
          <CustomField1
CustomField1

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

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

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

>
{String}</CustomField2>
77
          <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>
78
          <Weight
Weight

The weight of the product in kilograms.

>
{Decimal}</Weight>
79
          <Manufacturer>
80
               <ManufacturerId
ManufacturerId

Manufacturer identifier

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

Shortname/code of the manufacturer

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

Manufacturer reference

>
{String}</ManufacturerLink>
83
          </Manufacturer>
84
          <ProductClassification>
85
               <ProductClassificationId
ProductClassificationId

Product classification identifier

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

Product classification reference

>
{String}</ProductClassificationLink>
87
          </ProductClassification>
88
          <Stock>
89
               <IsNonStock
IsNonStock

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

>
{Boolean}</IsNonStock>
90
               <Revision
Revision

Revision number

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

Product reference

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

Product structure reference

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

Product structure reference

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

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

Possible domain values can be found here

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

Purchase price for each unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Purchase quote item identifier

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

Database of the object

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

Purchase quote identifier

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

Purchase quote reference

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

Purchase quote item link

>
{String}</PurchaseQuoteItemLink>
118
          </DerivedFrom>
119
          <Currency
Currency

Three character code following the ISO 4217 standard

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

Purchase price in sales currency.

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

Freigth cost in sales currency.

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

Duty costs in sales currency.

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

Other cost in sales currency

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

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

>
{Decimal}</GrossPrice>
125
     </LandedCost>
126
     <Accounting
Accounting

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

>
127
          <VATCodeDefinition>
128
               <VATCode
VATCode

Code that determines VAT rules used for VAT calculations.

>
{String}</VATCode>
129
          </VATCodeDefinition>
130
          <GeneralLedgerAccount>
131
               <GeneralLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

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

General ledger account reference

>
{String}</GeneralLedgerAccountLink>
133
          </GeneralLedgerAccount>
134
          <Department
Department

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

>
135
               <DepartmentId
DepartmentId

Department identifier

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

Finance department reference

>
{String}</DepartmentLink>
137
          </Department>
138
          <FinanceProject
FinanceProject

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

>
139
               <FinanceProjectId
FinanceProjectId

Finance project identifier

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

Finance project reference

>
{String}</FinanceProjectLink>
141
          </FinanceProject>
142
          <Asset
Asset

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

>
143
               <AssetId
AssetId

Asset identifier

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

Asset reference

>
{String}</AssetLink>
145
          </Asset>
146
     </Accounting>
147
     <InitialSalesOrderItem
InitialSalesOrderItem

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

>
148
          <SalesOrderItemId
SalesOrderItemId

Sales order item identifier

>
{Integer}</SalesOrderItemId>
149
          <SalesOrder>
150
               <SalesOrderId
SalesOrderId

Sales order identifier

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

Sales order reference

>
{String}</SalesOrderLink>
152
          </SalesOrder>
153
          <SalesOrderItemLink
SalesOrderItemLink

Reference to the sales order item.

>
{String}</SalesOrderItemLink>
154
     </InitialSalesOrderItem>
155
     <ForwardedFrom
ForwardedFrom

The preceding/previous/source item.

>
156
          <Currency
Currency

Three character code following the ISO 4217 standard

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

The net amount forwarded to this item.

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

The quantity forwarded to this item.

>
{Decimal}</ForwardedQuantity>
159
          <CausedBy
CausedBy

States who has requested the change of the sales order.

Possible domain values can be found here

>
{String}</CausedBy>
160
          <ChangeReason
ChangeReason

States the reason why the sales order item was forwarded

Possible domain values can be found here

>
{String}</ChangeReason>
161
          <ForwardedFromItem>
162
               <ItemId
ItemId

Identifier of the object

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

Identifier of the object

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

Type of object

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

API reference to the object

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

Internal RamBase identifier of the object/item

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

API reference to the item

>
{String}</ItemLink>
170
          </ForwardedFromItem>
171
          <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>
172
          <ForwardedToItems>
173
               <Item
Item

Item this item was forwarded to.

>
174
                    <ItemId
ItemId

Identifier of the object

>
{Integer}</ItemId>
175
                    <Object>
176
                         <ObjectId
ObjectId

Identifier of the object

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

Type of object

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

API reference to the object

>
{String}</ObjectLink>
179
                    </Object>
180
                    <RamBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

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

API reference to the item

>
{String}</ItemLink>
182
               </Item>
183
          </ForwardedToItems>
184
          <NotificationId
NotificationId

Notification identifier

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

Status of the notification

Possible domain values can be found here

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

Date and time of creation

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

The message from the notification definition, expanded with parameters.

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

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

>
{String}</TranslatedMessage>
189
          <NotificationType>
190
               <NotificationTypeId
NotificationTypeId

Notification type identifier

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

Category of notification type (warning, information etc)

Possible domain values can be found here

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

Notification type reference

>
{String}</NotificationTypeLink>
193
          </NotificationType>
194
          <NotificationLink
NotificationLink

Notification reference

>
{String}</NotificationLink>
195
     </ForwardedFrom>
196
     <Deviation>
197
          <DeviationId
DeviationId

Deviation identifier

>
{Integer}</DeviationId>
198
          <DeviationType>
199
               <Database
Database

Database of the object

>
{String}</Database>
200
               <DeviationTypeId
DeviationTypeId

Deviation definition identifier

>
{Integer}</DeviationTypeId>
201
               <Category
Category

Type of deviation

Possible domain values can be found here

>
{Integer}</Category>
202
               <GoodsHandling
GoodsHandling

Specifies how the goods should be handled

Possible domain values can be found here

>
{Integer}</GoodsHandling>
203
               <AccountingHandling
AccountingHandling

Specifies how accounting should handle the deviation

Possible domain values can be found here

>
{Integer}</AccountingHandling>
204
               <InterCompanyHandling
InterCompanyHandling

Specifies how the deviation should be handled in the inter company trading.

Possible domain values can be found here

>
{Integer}</InterCompanyHandling>
205
               <LandedCostCalculation
LandedCostCalculation

Specifies how landed cost should be calculated.

Possible domain values can be found here

>
{Integer}</LandedCostCalculation>
206
               <DeviationTypeLink
DeviationTypeLink

Deviation definition reference

>
{String}</DeviationTypeLink>
207
          </DeviationType>
208
          <DeviationLink
DeviationLink

Deviation reference

>
{String}</DeviationLink>
209
     </Deviation>
210
     <SalesForecast>
211
          <SalesForecastId
SalesForecastId

Sales forecast identifier

>
{Integer}</SalesForecastId>
212
          <SalesForecastLink
SalesForecastLink

Sales forecast reference

>
{String}</SalesForecastLink>
213
          <StartDate
StartDate

Start date of subscription or rental item

>
{Date}</StartDate>
214
          <ExpectedEndDate
ExpectedEndDate

Expected end date of subscription or rental item

>
{Date}</ExpectedEndDate>
215
          <PriceChangeAgreement
PriceChangeAgreement

Defines if and how the recurring price can be updated

Possible domain values can be found here

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

Estimated amount of rental or subscription item

>
{Decimal}</EstimatedAmount>
217
          <RecurringPrice>
218
               <RecurringPriceId
RecurringPriceId

Recurring price indentifier

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

Three character code following the ISO 4217 standard

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

Interval of recurring price

Possible domain values can be found here

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

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

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

Boolean indicating if the recurring price has any usage steps.

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

Recurring price reference

>
{String}</RecurringPriceLink>
224
          </RecurringPrice>
225
          <CurrentPriceStep>
226
               <Price
Price

Value of a price step

>
{Decimal}</Price>
227
          </CurrentPriceStep>
228
          <ProjectOrderId
ProjectOrderId

Project order identifier

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

Project order reference

>
{String}</ProjectOrderLink>
230
          <ProjectOrderItemId
ProjectOrderItemId

Project order item identifier

>
{Integer}</ProjectOrderItemId>
231
          <ProjectOrderItemLink
ProjectOrderItemLink

Reference to the project order item.

>
{String}</ProjectOrderItemLink>
232
          <Field
Field

Field to get value from in the other company sales order

Possible domain values can be found here

>
{String}</Field>
233
          <Value
Value

Value for the field from the sales order in the other company

>
{String}</Value>
234
          <SalesOrderId
SalesOrderId

Sales order identifier

>
{Integer}</SalesOrderId>
235
     </SalesForecast>
236
</SalesOrderItem>
1
{
2
     "salesOrderItem": {
3
          "salesOrderItemId
SalesOrderItemId

Sales order item identifier

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

Item type

Possible domain values can be found here

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

Status of the sales order item (0-9).

Possible domain values can be found here

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

Date and time of creation

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

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

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

The delivery date as requested by the customer.

":
"{Date}",
9
          "confirmedDeliveryDate
ConfirmedDeliveryDate

Confirmed date of delivery. Date of which the customer can expect the arriving goods

":
"{Date}",
10
          "isConfirmedDeliveryDateLocked
IsConfirmedDeliveryDateLocked

If confirmed delivery date in sales order item (COA) is locked, this date should not be re-calculated automatically.

":
"{Boolean}",
11
          "scheduledShippingDate
ScheduledShippingDate

Date when the goods was/will be shipped from the warehouse.

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

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

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

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

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

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

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

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

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

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

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

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

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

Gross margin of the item.

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

Value added tax percent

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

The discount in percent for this item.

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

Number of units ordered

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

Remaining number of units to be forwarded.

":
"{Decimal}",
23
          "shippedQuantity
ShippedQuantity

Quantity forwarded to one or more shipping advices

":
"{Decimal}",
24
          "allocatedStockQuantity
AllocatedStockQuantity

The quantity of this item which do have assignments from stock

":
"{Decimal}",
25
          "requireSerialNumberBeforeShipping
RequireSerialNumberBeforeShipping

True if serial number is required before shipping. Note that if the product has set this value to true, this can not be overridden.

":
"{Boolean}",
26
          "isBlockedForProduction
IsBlockedForProduction

True if a new production is not to be started automatically based on this sales order item.

":
{
27
               "customerId
CustomerId

Customer identifier

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

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

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

Secondary name of a company or firstname of a person

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

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

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

Customer reference

":
"{String}"
32
          },
33
          "warranty": {
34
               "warrantyExpirationDate
WarrantyExpirationDate

Date of warranty expiration.

":
"{Date}",
35
               "isPaymentCoveredByWarranty
IsPaymentCoveredByWarranty

True if payment of item will be covered by warranty. For sales order items that are a part of the repair process, it means that these will not be invoiced.

":
"{Boolean}"
36
          },
37
          "price": {
38
               "currency
Currency

Three character code following the ISO 4217 standard

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

Represents the price per unit before any discounting is applied.

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

The discount for the item.

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

Final price per unit after deducting all discounts etc.

":
"{Decimal}",
42
               "expectedPrice
ExpectedPrice

The expected price from the sales order request item this sales order item was forwarded from.

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

Three character code following the ISO 4217 standard

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

Represents the price per unit before any discounting is applied.

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

Final price per unit after deducting all discounts.

":
"{Decimal}"
46
          },
47
          "totals": {
48
               "currency
Currency

Three character code following the ISO 4217 standard

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

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

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

The items discount amount.

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

Final item amount after deducting all discounts etc.

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

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

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

Three character code following the ISO 4217 standard

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

Total gross amount in company currency.

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

Total net amount in company currency.

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

Total remaining amount in company currency.

":
"{Decimal}"
57
          },
58
          "location": {
59
               "shortName
ShortName

Unique abbreviation/short name of the location

":
"{String}"
60
          },
61
          "seller
Seller

Reference to the seller of the item

":
{
62
               "employeeId
EmployeeId

Employee identifier

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

Employee reference

":
"{String}"
64
          },
65
          "measurementUnit": {
66
               "measurementUnitId
MeasurementUnitId

Measurement unit identifier

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

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

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

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

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

Material unit reference

":
"{String}"
70
          },
71
          "product": {
72
               "productId
ProductId

Product identifier

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

Name of the product

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

Type of product

Possible domain values can be found here

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

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

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

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

":
"{String}",
78
               "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}",
79
               "weight
Weight

The weight of the product in kilograms.

":
"{Decimal}",
80
               "manufacturer": {
81
                    "manufacturerId
ManufacturerId

Manufacturer identifier

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

Shortname/code of the manufacturer

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

Manufacturer reference

":
"{String}"
84
               },
85
               "productClassification": {
86
                    "productClassificationId
ProductClassificationId

Product classification identifier

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

Product classification reference

":
"{String}"
88
               },
89
               "stock": {
90
                    "isNonStock
IsNonStock

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

":
"{Boolean}",
91
                    "revision
Revision

Revision number

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

Product reference

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

Product structure reference

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

Product structure reference

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

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

Possible domain values can be found here

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

Purchase price for each unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Purchase quote item identifier

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

Database of the object

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

Purchase quote identifier

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

Purchase quote reference

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

Purchase quote item link

":
"{String}"
119
               },
120
               "currency
Currency

Three character code following the ISO 4217 standard

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

Purchase price in sales currency.

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

Freigth cost in sales currency.

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

Duty costs in sales currency.

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

Other cost in sales currency

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

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

":
"{Decimal}"
126
          },
127
          "accounting
Accounting

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

":
{
128
               "vATCodeDefinition": {
129
                    "vATCode
VATCode

Code that determines VAT rules used for VAT calculations.

":
"{String}"
130
               },
131
               "generalLedgerAccount": {
132
                    "generalLedgerAccountId
GeneralLedgerAccountId

General ledger account identifier

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

General ledger account reference

":
"{String}"
134
               },
135
               "department
Department

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

":
{
136
                    "departmentId
DepartmentId

Department identifier

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

Finance department reference

":
"{String}"
138
               },
139
               "financeProject
FinanceProject

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

":
{
140
                    "financeProjectId
FinanceProjectId

Finance project identifier

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

Finance project reference

":
"{String}"
142
               },
143
               "asset
Asset

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

":
{
144
                    "assetId
AssetId

Asset identifier

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

Asset reference

":
"{String}"
146
               }
147
          },
148
          "initialSalesOrderItem
InitialSalesOrderItem

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

":
{
149
               "salesOrderItemId
SalesOrderItemId

Sales order item identifier

":
"{Integer}",
150
               "salesOrder": {
151
                    "salesOrderId
SalesOrderId

Sales order identifier

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

Sales order reference

":
"{String}"
153
               },
154
               "salesOrderItemLink
SalesOrderItemLink

Reference to the sales order item.

":
"{String}"
155
          },
156
          "forwardedFrom
ForwardedFrom

The preceding/previous/source item.

":
{
157
               "currency
Currency

Three character code following the ISO 4217 standard

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

The net amount forwarded to this item.

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

The quantity forwarded to this item.

":
"{Decimal}",
160
               "causedBy
CausedBy

States who has requested the change of the sales order.

Possible domain values can be found here

":
"{String}",
161
               "changeReason
ChangeReason

States the reason why the sales order item was forwarded

Possible domain values can be found here

":
"{String}",
162
               "forwardedFromItem": {
163
                    "itemId
ItemId

Identifier of the object

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

Identifier of the object

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

Type of object

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

API reference to the object

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

Internal RamBase identifier of the object/item

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

API reference to the item

":
"{String}"
171
               },
172
               "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}",
173
               "forwardedToItems": [
174
                    {
175
                         "itemId
ItemId

Identifier of the object

":
"{Integer}",
176
                         "object": {
177
                              "objectId
ObjectId

Identifier of the object

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

Type of object

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

API reference to the object

":
"{String}"
180
                         },
181
                         "ramBaseKey
RamBaseKey

Internal RamBase identifier of the object/item

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

API reference to the item

":
"{String}"
183
                    }
184
               ],
185
               "notificationId
NotificationId

Notification identifier

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

Status of the notification

Possible domain values can be found here

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

Date and time of creation

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

The message from the notification definition, expanded with parameters.

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

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

":
"{String}",
190
               "notificationType": {
191
                    "notificationTypeId
NotificationTypeId

Notification type identifier

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

Category of notification type (warning, information etc)

Possible domain values can be found here

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

Notification type reference

":
"{String}"
194
               },
195
               "notificationLink
NotificationLink

Notification reference

":
"{String}"
196
          },
197
          "deviation": {
198
               "deviationId
DeviationId

Deviation identifier

":
"{Integer}",
199
               "deviationType": {
200
                    "database
Database

Database of the object

":
"{String}",
201
                    "deviationTypeId
DeviationTypeId

Deviation definition identifier

":
"{Integer}",
202
                    "category
Category

Type of deviation

Possible domain values can be found here

":
"{Integer}",
203
                    "goodsHandling
GoodsHandling

Specifies how the goods should be handled

Possible domain values can be found here

":
"{Integer}",
204
                    "accountingHandling
AccountingHandling

Specifies how accounting should handle the deviation

Possible domain values can be found here

":
"{Integer}",
205
                    "interCompanyHandling
InterCompanyHandling

Specifies how the deviation should be handled in the inter company trading.

Possible domain values can be found here

":
"{Integer}",
206
                    "landedCostCalculation
LandedCostCalculation

Specifies how landed cost should be calculated.

Possible domain values can be found here

":
"{Integer}",
207
                    "deviationTypeLink
DeviationTypeLink

Deviation definition reference

":
"{String}"
208
               },
209
               "deviationLink
DeviationLink

Deviation reference

":
"{String}"
210
          },
211
          "salesForecast": {
212
               "salesForecastId
SalesForecastId

Sales forecast identifier

":
"{Integer}",
213
               "salesForecastLink
SalesForecastLink

Sales forecast reference

":
"{String}",
214
               "startDate
StartDate

Start date of subscription or rental item

":
"{Date}",
215
               "expectedEndDate
ExpectedEndDate

Expected end date of subscription or rental item

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

Defines if and how the recurring price can be updated

Possible domain values can be found here

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

Estimated amount of rental or subscription item

":
"{Decimal}",
218
               "recurringPrice": {
219
                    "recurringPriceId
RecurringPriceId

Recurring price indentifier

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

Three character code following the ISO 4217 standard

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

Interval of recurring price

Possible domain values can be found here

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

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

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

Boolean indicating if the recurring price has any usage steps.

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

Recurring price reference

":
"{String}"
225
               },
226
               "currentPriceStep": {
227
                    "price
Price

Value of a price step

":
"{Decimal}"
228
               },
229
               "projectOrderId
ProjectOrderId

Project order identifier

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

Project order reference

":
"{String}",
231
               "projectOrderItemId
ProjectOrderItemId

Project order item identifier

":
"{Integer}",
232
               "projectOrderItemLink
ProjectOrderItemLink

Reference to the project order item.

":
"{String}",
233
               "field
Field

Field to get value from in the other company sales order

Possible domain values can be found here

":
"{String}",
234
               "value
Value

Value for the field from the sales order in the other company

":
"{String}",
235
               "salesOrderId
SalesOrderId

Sales order identifier

":
"{Integer}"
236
          }
237
     }
238
}

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 102556 HTTP 404 RamBase event not found
Error 101205 HTTP 404 Recurring sales quote item not found
Error 101254 HTTP 400 Only articles with matching PARTNERID can be purchased from this supplier
Error 107812 HTTP 400 End customer not found
Error 103343 HTTP 400 Illegal update : Accountingperiod {0} is closed.
Error 103342 HTTP 400 Illegal Update : Accountingperiod {0} has agio calculations.
Error 106493 HTTP 400 Currencies of document and recurring price should always match
Error 105749 HTTP 400 Recurring price type should be specified for subscription and rental items
Error 105784 HTTP 400 Only subscription products can be added to subscription items
Error 107055 HTTP 400 The rental date can only be set back {0} days
Error 102484 HTTP 400 Asset is required for general ledger account {0}
Error 102485 HTTP 400 Dimension {0} ({1}) is required for general ledger account {2}
Error 101313 HTTP 400 Department number is not valid: {0}
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 102486 HTTP 400 Invalid value for dimension {0}