API

RamBase REST APIs

GET product/products/{productId}

Product details for the provided identifier

HTTP method GET
URI https://api.rambase.net/product/products/{productId}
Supported formats Xml, Html, Json (ex. $format=json)
- URI parameter {productId} Product identifier
Integer, minimum 10000
Custom fields Custom fields supported
Successful HTTP status code 200
API resource identifier 416, version 50

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

Format:
1
1

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

$showDomainDescriptions Boolean, optional Set to "true" to include domain descriptions for fields using domain values. See the Domain values page for more information. Default value is false.
$lang String, optional Specifies the language used in the response, following the 3-letter ISO-639-1 [lll]
$access_token String, optional After successful login you get an access token which needs to be provided in all API requests. Even though it is possible to pass this token as query parameter, we recommended passing it using the HTTP request header as described in Authorization. Note that all access tokens have an expiration time.
$db String, optional Set the database/company for the request
$format String, optional Set the format of the response to use for the request. Accepted values are "xml", "html", "jsonstream", "json"
$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.
$select String, optional Use to define the fields to return in the response. Accepts a comma-separated list of field names. See the Expand and select page for more information.
$expand String, optional Use to include output fields that are not returned by default in the response. Accepts a comma-separated list of expandable field names. See the Expand and Select page for more information.
$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. Fields colored in grey is expandable fields.

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

Format:
1
<Product>
2
     <ProductId
ProductId

Product identifier

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

Status of the product

Possible domain values can be found here

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

Name of the product

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

Type of product

Possible domain values can be found here

>
{String}</Type>
6
     <Description
Description

Description of the product

>
{String}</Description>
7
     <ExternalReference
ExternalReference

External reference of the product. Typically used for storing product identifier for same product in external system.

>
{String}</ExternalReference>
8
     <CustomField1
CustomField1

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

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

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

>
{String}</CustomField2>
10
     <CustomField3
CustomField3

Custom field for grouping, sorting, categorizing and other purposes

>
{String}</CustomField3>
11
     <GlobalTradeItemNumber
GlobalTradeItemNumber

Global Trade Item Number (GTIN) is a 14 digit identifier for trade items (comprising among others of the former EAN International and Uniform Code Council). Examples of types of GTIN are UPC, EAN, JAN, ISBN

>
{String}</GlobalTradeItemNumber>
12
     <Weight
Weight

The weight of the product in kilograms.

>
{Decimal}</Weight>
13
     <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>
14
     <InternalNote
InternalNote

Internal note regardig the product. Should not be exposed to customers.

>
{String}</InternalNote>
15
     <MoistureSensitivityLevel
MoistureSensitivityLevel

Moisture sensitivity level is an electronic standard for the time period in which a moisture sensitive device can be exposed to ambient room conditions.

Possible domain values can be found here

>
{String}</MoistureSensitivityLevel>
16
     <PublicProductUri
PublicProductUri

Public/external product URI for more information about the product. Will typically be an URL to product details at the manufacturer web site.

>
{String}</PublicProductUri>
17
     <RequireSerialNumberBeforeShipping
RequireSerialNumberBeforeShipping

If all units of this product should have a serial number before shipping, you should require serial number to be specified before shipping this product. Shipping includes supplier returns, shipping advices and stock transfers.

>
{Boolean}</RequireSerialNumberBeforeShipping>
18
     <CreatedAt
CreatedAt

Date and time of creation

>
{Datetime}</CreatedAt>
19
     <UpdatedAt
UpdatedAt

Date and time of update

>
{Datetime}</UpdatedAt>
20
     <CreatedBy
CreatedBy

User which created the product

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

>
21
          <UserId
UserId

User identifier

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

>
{Integer}</UserId>
22
          <Name
Name

Name of the user

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

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

First name of the user

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

>
{String}</FirstName>
24
          <UserLink
UserLink

User reference

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

>
{String}</UserLink>
25
     </CreatedBy>
26
     <MeasurementUnit
MeasurementUnit

Measurement unit used for this product, both in sales and purchase.

>
27
          <MeasurementUnitId
MeasurementUnitId

Measurement unit identifier

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

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

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

Material unit reference

>
{String}</MeasurementUnitLink>
30
     </MeasurementUnit>
31
     <Manufacturer
Manufacturer

Manufacturer of the product

>
32
          <ManufacturerId
ManufacturerId

Manufacturer identifier

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

Shortname/code of the manufacturer

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

Manufacturer reference

>
{String}</ManufacturerLink>
35
     </Manufacturer>
36
     <DefaultManufacturersProduct>
37
          <ManufacturersProductId
ManufacturersProductId

Manufacturer product identifier

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

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

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

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

Manufacturers product reference

>
{String}</ManufacturersProductLink>
40
     </DefaultManufacturersProduct>
41
     <Package>
42
          <PalletQuantity
PalletQuantity

Total quantity of the product that can be on a pallet

>
{Integer}</PalletQuantity>
43
          <PackageQuantity
PackageQuantity

Total quantity of the product within a package

>
{Integer}</PackageQuantity>
44
          <PackageType
PackageType

Type of wrapping used for the package

Possible domain values can be found here

>
{String}</PackageType>
45
     </Package>
46
     <Dimensions>
47
          <Width
Width

Width of the product in centimetres

>
{Decimal}</Width>
48
          <Height
Height

Height of the product in centimetres

>
{Decimal}</Height>
49
          <Length
Length

Length of the product in centimetres

>
{Decimal}</Length>
50
          <Volume
Volume

Volume of the product in cubic centimetres. Volume is calculated automatically as L* W* H (when the volume field is empty and L,W ,H have values). Volume can also be changed manually

>
{Decimal}</Volume>
51
     </Dimensions>
52
     <MainImage
MainImage

Main image of the product

>
53
          <FileVersionId
FileVersionId

Version of the file

>
{Integer}</FileVersionId>
54
          <FileStorageUri
FileStorageUri

The url to download a file

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

>
{String}</FileStorageUri>
55
          <File>
56
               <FileId
FileId

File identifier

>
{Integer}</FileId>
57
               <FileLink
FileLink

File reference

>
{String}</FileLink>
58
          </File>
59
          <FileVersionLink
FileVersionLink

File version reference

>
{String}</FileVersionLink>
60
     </MainImage>
61
     <Accounting>
62
          <CostingMethod
CostingMethod

Costing method to use in accounting

Possible domain values can be found here

>
{String}</CostingMethod>
63
     </Accounting>
64
     <ProductClassification>
65
          <ProductClassificationId
ProductClassificationId

Product classification identifier

>
{String}</ProductClassificationId>
66
          <TreeLevel
TreeLevel

Level in product classification tree (0 is root)

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

>
{Integer}</TreeLevel>
67
          <Name
Name

Name of product classification

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

>
{String}</Name>
68
          <ProductClassificationLink
ProductClassificationLink

Product classification reference

>
{String}</ProductClassificationLink>
69
     </ProductClassification>
70
     <ParentProductClassifications
ParentProductClassifications

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

>
71
          <ParentProductClassification
ParentProductClassification

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

>
72
               <ProductClassificationId
ProductClassificationId

Product classification identifier

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

>
{String}</ProductClassificationId>
73
               <TreeLevel
TreeLevel

Level in product classification tree (0 is root)

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

>
{Integer}</TreeLevel>
74
               <Name
Name

Name of product classification

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

>
{String}</Name>
75
               <ProductClassificationLink
ProductClassificationLink

Product classification reference

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

>
{String}</ProductClassificationLink>
76
          </ParentProductClassification>
77
     </ParentProductClassifications>
78
     <Production>
79
          <HasExternalMaterialOwners
HasExternalMaterialOwners

If true, this product has external material owners specified, with both the customer and a supplier that represents the same customer. During the manufacturing process it will automatically be created a purchase order to request shipment of this material from the external owner.

>
{Boolean}</HasExternalMaterialOwners>
80
          <IsTraceableMaterialOfProductUnit
IsTraceableMaterialOfProductUnit

During production of a product structure, each produced unit generates a list of tracable materials included in the finished unit. When this value is true, this product is included in the list of tracable materials.

>
{Boolean}</IsTraceableMaterialOfProductUnit>
81
          <IsManufacturedInBatches
IsManufacturedInBatches

Products is either manufactured in batch product units, or single product units. When manufactured as single, each production unit of a production work order should result in seperate product units. When manufactured in batches, all production units from one production work order should result in one common product unit.

>
{Boolean}</IsManufacturedInBatches>
82
          <NeedsMaterialReplacementToRelease
NeedsMaterialReplacementToRelease

You can add a dummy article in productions which you replace with the actual product before production starts. This function is used in situations where it is undecided which product will be used in the final production.

>
{Boolean}</NeedsMaterialReplacementToRelease>
83
          <PlanningCategory
PlanningCategory

Planning category

Possible domain values can be found here

>
{String}</PlanningCategory>
84
          <ManufacturingArea>
85
               <ManufacturingAreaId
ManufacturingAreaId

Manufacturing area identifier

>
{Integer}</ManufacturingAreaId>
86
               <Name
Name

Name of manufacturing area

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

>
{String}</Name>
87
               <ManufacturingAreaLink
ManufacturingAreaLink

Manufacturing area reference

>
{String}</ManufacturingAreaLink>
88
          </ManufacturingArea>
89
     </Production>
90
     <Service>
91
          <ServiceInterval
ServiceInterval

Service template of the product. This template will be used when performing service for this product.

>
92
               <ServiceIntervalId
ServiceIntervalId

Service interval identifier

>
{Integer}</ServiceIntervalId>
93
               <ServiceIntervalLink
ServiceIntervalLink

Service interval reference

>
{String}</ServiceIntervalLink>
94
          </ServiceInterval>
95
     </Service>
96
     <Sales>
97
          <Type
Type

Defines if an article is of one of the types: Sales, Sales and rental, Rental, Subscription

Possible domain values can be found here

>
{Integer}</Type>
98
          <AssignInMultipleOf
AssignInMultipleOf

Sometimes the products are packed together in a way that makes it preferrable to keep them together when selling. When RamBase starts the process of assigning sales to stock or purchase backlog, this field is taken into consideration. If the available quantity is not in this multiple, the rest quantity will be requested for procurement.

Ex. a product is set up to be assigned in multiple of 3. When selling 7 pcs of this product, 6 is assigned to stock or purchase backlog, while the last one is always requested for procurement (even though you have 100 in stock). Note that you can still manually override this behaviour and assign everything to stock or purchase backlog.

>
{Integer}</AssignInMultipleOf>
99
          <MinimumGrossMargin
MinimumGrossMargin

The minimum gross margin, in percent, for the product

>
{Decimal}</MinimumGrossMargin>
100
          <DomesticVATPercent
DomesticVATPercent

jasdasld

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

>
{Decimal}</DomesticVATPercent>
101
          <WarrantyPeriod
WarrantyPeriod

The time period (in months) in which the product may be returned or exchanged. The warranty period starts at the date of shipment to customer.

>
{Integer}</WarrantyPeriod>
102
          <StandardLeadTime
StandardLeadTime

The standard lead time, in number of days, from customer places order to delivery.

>
{Integer}</StandardLeadTime>
103
          <MinimumSalesPrice>
104
               <Currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

>
{String}</Currency>
105
               <NetPrice
NetPrice

Minimum sales price for product

>
{Decimal}</NetPrice>
106
          </MinimumSalesPrice>
107
          <ExclusivelyForCustomer
ExclusivelyForCustomer

If customer is specified, only this customer can place orders for this product.

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

>
108
               <CustomerId
CustomerId

Customer identifier

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

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

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

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

>
{String}</Name>
110
               <CustomerLink
CustomerLink

Customer reference

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

>
{String}</CustomerLink>
111
          </ExclusivelyForCustomer>
112
     </Sales>
113
     <Stock>
114
          <IsNonStock
IsNonStock

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

>
{Boolean}</IsNonStock>
115
          <StockQuantity
StockQuantity

Quantity on hand. The total number of units that are physically located at all locations at the current time. This includes items already assigned to fulfilling production needs or sales orders. So, this number may differ from the available quantity.

>
{Decimal}</StockQuantity>
116
          <AvailableStockQuantity
AvailableStockQuantity

Quantity on hand which is not assigned. The total number of the product that are physically located in all warehouse locations and are currently available for new orders or fulfilling production needs

>
{Decimal}</AvailableStockQuantity>
117
          <AvailablePurchasedQuantity
AvailablePurchasedQuantity

Quantity of the purchase backlog which is not allocated. The quantity only exists in the purchase backlog, and is not physically located in the warehouse location. The products are currently available for use in filling a new order or for purposes such as production or distribution.

>
{Decimal}</AvailablePurchasedQuantity>
118
          <RequireSerialNumberAtGoodsReception
RequireSerialNumberAtGoodsReception

If all units of this product should have a serial number in stock, you should require serial number to be required at goods reception. This will ensure that serial number is specified before goods receptions with this product is registered.

>
{Boolean}</RequireSerialNumberAtGoodsReception>
119
     </Stock>
120
     <Procurement>
121
          <ExpectedLeadTime
ExpectedLeadTime

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}</ExpectedLeadTime>
122
          <AutoGenerateSerialNumbersForPurchaseOrders
AutoGenerateSerialNumbersForPurchaseOrders

Serial numbers can be added to all newly created purchase order items. The serial number is specified in the company setting ProductionSerialNumberCounter, which will increase afterwards. If the company setting AutoProductionSerialNumberPrefix is specified, the serial number will be prefixed by this value.

>
{Boolean}</AutoGenerateSerialNumbersForPurchaseOrders>
123
     </Procurement>
124
     <ProductCollection>
125
          <ProductId
ProductId

Product identifier

>
{Integer}</ProductId>
126
          <ProductLink
ProductLink

Product reference

>
{String}</ProductLink>
127
     </ProductCollection>
128
     <LatestProductRevision
LatestProductRevision

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

>
129
          <ProductRevisionId
ProductRevisionId

Product revision identifier

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

>
{Integer}</ProductRevisionId>
130
          <Status
Status

Status of product revision

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

>
{Integer}</Status>
131
          <Revision
Revision

Revision number

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

>
{String}</Revision>
132
          <ProductRevisionLink
ProductRevisionLink

Product revision reference

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

>
{String}</ProductRevisionLink>
133
     </LatestProductRevision>
134
</Product>
1
{
2
     "product": {
3
          "productId
ProductId

Product identifier

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

Status of the product

Possible domain values can be found here

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

Name of the product

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

Type of product

Possible domain values can be found here

":
"{String}",
7
          "description
Description

Description of the product

":
"{String}",
8
          "externalReference
ExternalReference

External reference of the product. Typically used for storing product identifier for same product in external system.

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

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

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

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

":
"{String}",
11
          "customField3
CustomField3

Custom field for grouping, sorting, categorizing and other purposes

":
"{String}",
12
          "globalTradeItemNumber
GlobalTradeItemNumber

Global Trade Item Number (GTIN) is a 14 digit identifier for trade items (comprising among others of the former EAN International and Uniform Code Council). Examples of types of GTIN are UPC, EAN, JAN, ISBN

":
"{String}",
13
          "weight
Weight

The weight of the product in kilograms.

":
"{Decimal}",
14
          "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}",
15
          "internalNote
InternalNote

Internal note regardig the product. Should not be exposed to customers.

":
"{String}",
16
          "moistureSensitivityLevel
MoistureSensitivityLevel

Moisture sensitivity level is an electronic standard for the time period in which a moisture sensitive device can be exposed to ambient room conditions.

Possible domain values can be found here

":
"{String}",
17
          "publicProductUri
PublicProductUri

Public/external product URI for more information about the product. Will typically be an URL to product details at the manufacturer web site.

":
"{String}",
18
          "requireSerialNumberBeforeShipping
RequireSerialNumberBeforeShipping

If all units of this product should have a serial number before shipping, you should require serial number to be specified before shipping this product. Shipping includes supplier returns, shipping advices and stock transfers.

":
"{Boolean}",
19
          "createdAt
CreatedAt

Date and time of creation

":
"{Datetime}",
20
          "updatedAt
UpdatedAt

Date and time of update

":
"{Datetime}",
21
          "createdBy
CreatedBy

User which created the product

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

":
{
22
               "userId
UserId

User identifier

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

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

Name of the user

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

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

First name of the user

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

":
"{String}",
25
               "userLink
UserLink

User reference

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

":
"{String}"
26
          },
27
          "measurementUnit
MeasurementUnit

Measurement unit used for this product, both in sales and purchase.

":
{
28
               "measurementUnitId
MeasurementUnitId

Measurement unit identifier

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

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

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

Material unit reference

":
"{String}"
31
          },
32
          "manufacturer
Manufacturer

Manufacturer of the product

":
{
33
               "manufacturerId
ManufacturerId

Manufacturer identifier

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

Shortname/code of the manufacturer

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

Manufacturer reference

":
"{String}"
36
          },
37
          "defaultManufacturersProduct": {
38
               "manufacturersProductId
ManufacturersProductId

Manufacturer product identifier

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

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

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

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

Manufacturers product reference

":
"{String}"
41
          },
42
          "package": {
43
               "palletQuantity
PalletQuantity

Total quantity of the product that can be on a pallet

":
"{Integer}",
44
               "packageQuantity
PackageQuantity

Total quantity of the product within a package

":
"{Integer}",
45
               "packageType
PackageType

Type of wrapping used for the package

Possible domain values can be found here

":
"{String}"
46
          },
47
          "dimensions": {
48
               "width
Width

Width of the product in centimetres

":
"{Decimal}",
49
               "height
Height

Height of the product in centimetres

":
"{Decimal}",
50
               "length
Length

Length of the product in centimetres

":
"{Decimal}",
51
               "volume
Volume

Volume of the product in cubic centimetres. Volume is calculated automatically as L* W* H (when the volume field is empty and L,W ,H have values). Volume can also be changed manually

":
"{Decimal}"
52
          },
53
          "mainImage
MainImage

Main image of the product

":
{
54
               "fileVersionId
FileVersionId

Version of the file

":
"{Integer}",
55
               "fileStorageUri
FileStorageUri

The url to download a file

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

":
"{String}",
56
               "file": {
57
                    "fileId
FileId

File identifier

":
"{Integer}",
58
                    "fileLink
FileLink

File reference

":
"{String}"
59
               },
60
               "fileVersionLink
FileVersionLink

File version reference

":
"{String}"
61
          },
62
          "accounting": {
63
               "costingMethod
CostingMethod

Costing method to use in accounting

Possible domain values can be found here

":
"{String}"
64
          },
65
          "productClassification": {
66
               "productClassificationId
ProductClassificationId

Product classification identifier

":
"{String}",
67
               "treeLevel
TreeLevel

Level in product classification tree (0 is root)

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

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

Name of product classification

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

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

Product classification reference

":
"{String}"
70
          },
71
          "parentProductClassifications
ParentProductClassifications

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

":
[
72
               {
73
                    "productClassificationId
ProductClassificationId

Product classification identifier

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

":
"{String}",
74
                    "treeLevel
TreeLevel

Level in product classification tree (0 is root)

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

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

Name of product classification

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

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

Product classification reference

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

":
"{String}"
77
               }
78
          ],
79
          "production": {
80
               "hasExternalMaterialOwners
HasExternalMaterialOwners

If true, this product has external material owners specified, with both the customer and a supplier that represents the same customer. During the manufacturing process it will automatically be created a purchase order to request shipment of this material from the external owner.

":
"{Boolean}",
81
               "isTraceableMaterialOfProductUnit
IsTraceableMaterialOfProductUnit

During production of a product structure, each produced unit generates a list of tracable materials included in the finished unit. When this value is true, this product is included in the list of tracable materials.

":
"{Boolean}",
82
               "isManufacturedInBatches
IsManufacturedInBatches

Products is either manufactured in batch product units, or single product units. When manufactured as single, each production unit of a production work order should result in seperate product units. When manufactured in batches, all production units from one production work order should result in one common product unit.

":
"{Boolean}",
83
               "needsMaterialReplacementToRelease
NeedsMaterialReplacementToRelease

You can add a dummy article in productions which you replace with the actual product before production starts. This function is used in situations where it is undecided which product will be used in the final production.

":
"{Boolean}",
84
               "planningCategory
PlanningCategory

Planning category

Possible domain values can be found here

":
"{String}",
85
               "manufacturingArea": {
86
                    "manufacturingAreaId
ManufacturingAreaId

Manufacturing area identifier

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

Name of manufacturing area

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

":
"{String}",
88
                    "manufacturingAreaLink
ManufacturingAreaLink

Manufacturing area reference

":
"{String}"
89
               }
90
          },
91
          "service": {
92
               "serviceInterval
ServiceInterval

Service template of the product. This template will be used when performing service for this product.

":
{
93
                    "serviceIntervalId
ServiceIntervalId

Service interval identifier

":
"{Integer}",
94
                    "serviceIntervalLink
ServiceIntervalLink

Service interval reference

":
"{String}"
95
               }
96
          },
97
          "sales": {
98
               "type
Type

Defines if an article is of one of the types: Sales, Sales and rental, Rental, Subscription

Possible domain values can be found here

":
"{Integer}",
99
               "assignInMultipleOf
AssignInMultipleOf

Sometimes the products are packed together in a way that makes it preferrable to keep them together when selling. When RamBase starts the process of assigning sales to stock or purchase backlog, this field is taken into consideration. If the available quantity is not in this multiple, the rest quantity will be requested for procurement.

Ex. a product is set up to be assigned in multiple of 3. When selling 7 pcs of this product, 6 is assigned to stock or purchase backlog, while the last one is always requested for procurement (even though you have 100 in stock). Note that you can still manually override this behaviour and assign everything to stock or purchase backlog.

":
"{Integer}",
100
               "minimumGrossMargin
MinimumGrossMargin

The minimum gross margin, in percent, for the product

":
"{Decimal}",
101
               "domesticVATPercent
DomesticVATPercent

jasdasld

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

":
"{Decimal}",
102
               "warrantyPeriod
WarrantyPeriod

The time period (in months) in which the product may be returned or exchanged. The warranty period starts at the date of shipment to customer.

":
"{Integer}",
103
               "standardLeadTime
StandardLeadTime

The standard lead time, in number of days, from customer places order to delivery.

":
"{Integer}",
104
               "minimumSalesPrice": {
105
                    "currency
Currency

Three character code following the ISO 4217 standard

Possible domain values can be found here

":
"{String}",
106
                    "netPrice
NetPrice

Minimum sales price for product

":
"{Decimal}"
107
               },
108
               "exclusivelyForCustomer
ExclusivelyForCustomer

If customer is specified, only this customer can place orders for this product.

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

":
{
109
                    "customerId
CustomerId

Customer identifier

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

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

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

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

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

Customer reference

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

":
"{String}"
112
               }
113
          },
114
          "stock": {
115
               "isNonStock
IsNonStock

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

":
"{Boolean}",
116
               "stockQuantity
StockQuantity

Quantity on hand. The total number of units that are physically located at all locations at the current time. This includes items already assigned to fulfilling production needs or sales orders. So, this number may differ from the available quantity.

":
"{Decimal}",
117
               "availableStockQuantity
AvailableStockQuantity

Quantity on hand which is not assigned. The total number of the product that are physically located in all warehouse locations and are currently available for new orders or fulfilling production needs

":
"{Decimal}",
118
               "availablePurchasedQuantity
AvailablePurchasedQuantity

Quantity of the purchase backlog which is not allocated. The quantity only exists in the purchase backlog, and is not physically located in the warehouse location. The products are currently available for use in filling a new order or for purposes such as production or distribution.

":
"{Decimal}",
119
               "requireSerialNumberAtGoodsReception
RequireSerialNumberAtGoodsReception

If all units of this product should have a serial number in stock, you should require serial number to be required at goods reception. This will ensure that serial number is specified before goods receptions with this product is registered.

":
"{Boolean}"
120
          },
121
          "procurement": {
122
               "expectedLeadTime
ExpectedLeadTime

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}",
123
               "autoGenerateSerialNumbersForPurchaseOrders
AutoGenerateSerialNumbersForPurchaseOrders

Serial numbers can be added to all newly created purchase order items. The serial number is specified in the company setting ProductionSerialNumberCounter, which will increase afterwards. If the company setting AutoProductionSerialNumberPrefix is specified, the serial number will be prefixed by this value.

":
"{Boolean}"
124
          },
125
          "productCollection": {
126
               "productId
ProductId

Product identifier

":
"{Integer}",
127
               "productLink
ProductLink

Product reference

":
"{String}"
128
          },
129
          "latestProductRevision
LatestProductRevision

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

":
{
130
               "productRevisionId
ProductRevisionId

Product revision identifier

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

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

Status of product revision

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

":
"{Integer}",
132
               "revision
Revision

Revision number

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

":
"{String}",
133
               "productRevisionLink
ProductRevisionLink

Product revision reference

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

":
"{String}"
134
          }
135
     }
136
}

Possible error codes the response might return:

Error 100027 HTTP 400 Missing mandatory parameter {0}
Error 101420 HTTP 404 Setting definition not found