OBJECT
Enterprise
An enterprise or company which is a supplier in a supply chain, provider of production capabilities, etc.
link GraphQL Schema definition
- type Enterprise {
- # Unique knowledge base identifier (automatically generated)
- ID! :
- # Arbitrary id defined by the user, e.g. to identify the object in an application
- ID :
- # Label, e.g. name, of the enterprise.
- String! :
- # Language code of the label following xml:lang
- # (https://www.rfc-editor.org/rfc/bcp/bcp47.txt)
- String! :
- # Description of the enterprise
- String :
- # Language code of the description following xml:lang
- # (https://www.rfc-editor.org/rfc/bcp/bcp47.txt)
- String :
- # Location of the enterprise
- Location :
- # Factories of the enterprise
- Factory] : [
- # Subsidiary enterprises of the enterprise
- Enterprise] : [
- # Arbitrary properties of the enterprise
- Property] : [
- # Products assigned directly to the enterprise or to a factory of the enterprise
- # or as an output product of a process of the enterprise
- Product] : [
- # Processes assigned to a factory of the enterprise or as a realization of a
- # capability provided by a
- # production resource of this enterprise
- Process] : [
- # Production resources assigned to a factory of the enterprise
- # production resource of this enterprise
- ProductionResource] : [
- # The supply chains of the enterprise's products
- SupplyChain] : [
- # Certificates of the enterprise
- Property] : [
- # Logo of the enterprise
- String :
- }
link Require by
- EnterpriseAn enterprise or company which is a supplier in a supply chain, provider of production capabilities, etc.
- EnterpriseResponse
- FactoryA factory which is part of an enterprise and contains production resources.
- ProductAn end product (can also be a material) or a product used to produce another product. It includes information about its supply chain and references its product passport.
- Query
- SupplyChainElementSupplier within a certain supply chain. Multiple factories of one company have to be divided into multiple supply chain elements.