ExternalReferenceInput
Input for referencing entities from external systems.
Used to establish connections between internal entities and their counterparts in external systems for data synchronization and cross-platform integration.
input ExternalReferenceInput {
  source: String!
  sourceId: String!
}
Fields
ExternalReferenceInput.source ● String! non-null scalar
External system identifier.
Name or code of the external system that contains the referenced entity. Maximum length is 32 characters.
ExternalReferenceInput.sourceId ● String! non-null scalar
Entity identifier within the external system.
Unique identifier used by the external system to reference this entity. Maximum length is 64 characters.
Member Of
CreateSparePartsMachineInput  input ● SearchSparePartsMachineInput  input ● UpsertSparePartsMachineInput  input