Data schema

Available data object for the External WebApi can be grouped in the following contexts:

Product

The product consist of the folloing objects.

Scheme

Diagram

The ProductDeliveryTime provides delivery time information about a given number The number could ba a IamNumber or a OemNumber.

Details

Product

The Product includes all product information wich are available.

Property Type Description

Id

string

The unique id of the product .

BnrShortText

MultiLocaleText array

A array of MultiLocaleText objects that provides the brn short text for multiple languages.

MaterialShortText

MultiLocaleText array

A array of MultiLocaleText objects that provides the material short text for multiple languages.

IamNumber

string

The unique IAM number of the product.

Image

(optional) DownloadableFileResource

The image could be a base64 string or a downloadable file. It could be null.

Properties

Property array

A array of Property objects that provide a list of properties.

Resources

FileResource array

A array of FileResource objects that provides multiple files that depends to the product like product documentation, repair manual etc.

SparePartInformation

(optional) SparePartInformation

The SparePartInformation object which contains the spare parts. It could be null.

SparePartInformation

The SparePartInformation object which contains the spare parts and the installation drawing.

Property Type Description

SpareParts

SparePart array

A array of SparePart objects that provides the spare parts.

InstallationDrawing

(optional) DownloadableFileResource

The installation drawing for the spare parts. It could be null.

MultiLocaleText

The MultiLocaleText object defines for a language a special text.

Property Type Description

Language

string

The language description like DE, EN etc. Must be a valid locale string based on Microsoft CultureInfo.

Text

string

The text in the expected language.

Property

A property has a name and a value

Property Type Description

Name

string

The name of the property.

Value

ValueBase

The value object.

ValueBase

A ValueTypeBase is a abstract object and could be a:

To identify the type there is a property named kind.

Property Kind

NumberValue

number

TextValue

text

BoolValue

physical

PhysicalValue

bool

NumberValue

Property Type Description

Value

double

The number value.

TextValue
Property Type Description

Value

string

The text value.

BoolValue
Property Type Description

Value

bool

The boolean value.

PhysicalValue
Property Type Description

Value

double

The double value.

Unit

string

The unit name e.g. 'cm'

Quantity

string

The quantity e.g. 'Length'

FileResource

The FileResource ia a object that defines a resource type and multiple language-dependent resources can be attached for this type

Property Type Description

ResourceType

string

The ResourceType is a string. The possible string should be listed.

LocalizedResources

MultiLocaleResource array

A array of MultiLocaleResource objects that provides a resource for multiple languages.

MultiLocaleResource

The MultiLocaleResource object defines a special file of a given language.

Property Type Description

Language

string

The language description like DE, EN etc. Must be a valid locale string based on Microsoft CultureInfo.

FileResource

DownloadableFileResource

The file resource.

Title

string

The title of the resource.

DownloadableFileResource

The DownloadableFileResource is contains a resource id for download.

Property Type Description

MimeType

string

The mime type

FileName

(optional) It could be null.string

The file name. It could be null.

ResourceId

Guid

The resource id.

SparePart

The SparePart object defines a spare part of the product. A spare part is also a product. With the spare part id you can get the product information of the pare part product.

Property Type Description

BnrShortText

MultiLocaleText array

A array of BnrShortText objects that provides the brn short text for multiple.

MaterialShortText

MultiLocaleText array

A array of MultiLocaleText objects that provides the material short text for multiple.

Pos

int

The position number.

Amount

int

The amount of the spare part.

IamNumber

string

The unique IAM number ot the product.

SparePartInformation

(optional) SparePartInformation

The SparePartInformation object which contains the spare parts. It could be null.

ProductDeliveryTime

The ProductDeliveryTime object contains a delivery time information about a given number.

Property Type Description

MaxQuantity

double?

Maximum order quantity

Current

int?

Current standard delivery time in working days.

Planned

int?

Scheduled standard delivery time in working days.

Fallback

int?

Fallback delivery time if order quantity → maxQuantity

MaxLength

double?

The maximum length

Region

string?

Region

ShortProductInfo

The short product consist of the following objects.

Scheme
Diagram
Details

The ShortProductInformation includes all short product information wich are available.

Property Type Description

MaterialShortText

string

The material short text in english.

IamNumber

string

The unique IAM number of the product.

Resource

The resource provides the resource content of a product resource. With the resource id you can download the expected resource as a byte array that represent a file.

Details

In the response header has information about the content-type, content-length and the filename.

Header Type Description

Content-Type

string

The mime type of the file.

Content-Length

string

The size of the file.

Content-Disposition

string

Contains information about the file name.

Metric

The metric provides functionality to add some metric information to the service.

Scheme

The metric consist of the folloing objects.

Diagram

Details

The Metric object contains a specific metric that is assosiatetd to a IAM Number.

Property Type Description

Data

MetricTypeBase

The assosiatetd metric.

IamNumber

string

The unique IAM number of the product.

MetricTypeBase

The MetricTypeBase is a abstract object and could be a:

To identify the type there is a property named kind.

Property Kind

PurchaseIntentionMetric

purchaseIntention

PurchaseIntentionMetric

The PurchaseIntentionMetric object contains information about a purchase intention of a customer.

Property Type Description

CustomerInformation

CustomerInformation

The customer information that has a purchase intention.

IamNumber

string

The unique IAM number of the product.

CustomerInformation

The CustomerInformation object contains information about the customer who has a purchase intention.

Property Type Description

Identifier

string

A anonymized identifier.

Origin

string

The origin e.g. the country of the customer.

Language

string

The language of the customer.

AddPurchaseIntentionMetric

The AddPurchaseIntentionMetric object contains information a purchase intention.

Property Type Description

IamNumber

string

The unique IAM number of the product.

CustomerInformation

CustomerInformation

The customer information that has a purchase intention.