interface ShopBackendProjectData {
    bom?: Bom;
    bomCsv?: string;
    bomCsvResources?: BomCsvResources;
    csvLocale: string;
    graphRepresentation?: GraphRepresentation;
    projectFileBase64: string;
    thirdPartyErpData?: ThirdPartyErpDataItBlech;
}

Properties

bom?: Bom

New standard ERP interface

bomCsv?: string

Legacy shop-specific CSV

bomCsvResources?: BomCsvResources
csvLocale: string

The CSV locale (WSi4 database setting)

graphRepresentation?: GraphRepresentation

Old standard ERP interface

projectFileBase64: string

Final project file where internalPartNumber is populated.

thirdPartyErpData?: ThirdPartyErpDataItBlech

Third-party ERP interface data