Skip to content

Release 1.25

New Endpoints: 1


PUT /entities

Deleted Endpoints: None


Modified Endpoints: 8


POST /Demand

PUT /Demand/{orderID}/{orderRowID}

PUT /Demand/{siteCode}/{orderID}/{orderRowID}

PUT /GluPlan/request-state-change/{gluePlanId} - Description changed from 'This will udpate glue plan' to 'This will update glu plan'

POST /ProdOrderReport

GET /Prodorders - New query param: siteCode

POST /StockReconciliation - Tags changed from 'StockReconciliation' to 'Stock Reconciliation'

POST /StockReport

Other Changes

Extensions changed - Modified extension: host - Modified value from 'fxoptinex-func-prod.azurewebsites.net' to 'fxoptinex-func-test.azurewebsites.net' - Modified extension: definitions - Added /batchDTO with value: 'map[example:{"width":40.500,"thickness":10.000,"length":10000.000,"qty":5.000,"qtyUnit":"PSC","quality":"FI","pcs":5} properties:map[length:map[description:Length of package. 3 Decimal accuracy format:double type:number] pcs:map[description:Number of Pieces format:int32 type:integer] qty:map[description:Quantity in package. 3 Decimal accuracy format:double type:number] qtyUnit:map[description:Unit of Measure for Qty minLength:1 type:string] quality:map[description:Package content quality type:string] thickness:map[description:Thickness of package. 3 Decimal accuracy format:double type:number] width:map[description:Width of package. 3 Decimal accuracy format:double type:number]] required:[qty qtyUnit] type:object]' - Modified /demandReciveDTO/example from '{"beamOrderRowID":123,"orderID":"Order123","species":null,"orderRowID":"OrderRow123","plannedProductionDate":null,"millExitDate":null,"latestProductionDate":"0001-01-01T00:00:00","customerDesc":null,"qty":0.0,"qtyUnit":null,"width":0.0,"hight":0.0,"length":0.0,"isPlanable":true,"isActive":true,"demandValue":0.0,"entityGroupCode":null,"externalItemID":null,"constructionCertification":null,"materialIndex":null,"volume":null,"propertys":[],"transportPackageAllocations":[],"orderComment":null,"orderRowComment":null,"customerNo":null,"pickingInst":null,"demandType":null,"siteCode":null,"lamellaPlaningThickness":null,"rawLamellaThickness":null,"trimmingLocation":null,"isSpecialFormBeam":false,"specialFormName":null,"beamIconId":null,"radius":null,"lamellaSpecs":[],"pressframeSpec":null,"planningType":0,"visualQuality":null,"planeProfile":null,"mainProduct":null,"externalPositionNumber":null,"externalBeamMaterialTypeId":null,"rawLamellaWidth":null,"profileCode":null,"profileLayers":null}' to '{"beamOrderRowID":123,"orderID":"Order123","species":null,"orderRowID":"OrderRow123","plannedProductionDate":null,"millExitDate":null,"latestProductionDate":"0001-01-01T00:00:00","customerDesc":null,"qty":0.0,"qtyUnit":null,"width":0.0,"hight":0.0,"length":0.0,"isPlanable":true,"isActive":true,"demandValue":0.0,"entityGroupCode":null,"externalItemID":null,"constructionCertification":null,"materialIndex":null,"volume":null,"propertys":[],"transportPackageAllocations":[],"orderComment":null,"orderRowComment":null,"customerNo":null,"pickingInst":null,"demandType":null,"siteCode":null,"lamellaPlaningThickness":null,"rawLamellaThickness":null,"trimmingLocation":null,"isSpecialFormBeam":false,"specialFormName":null,"beamIconId":null,"radius":null,"lamellaSpecs":[],"pressframeSpec":null,"planningType":0,"visualQuality":null,"planeProfile":null,"mainProduct":null,"externalPositionNumber":null,"externalBeamMaterialTypeId":null,"rawLamellaWidth":null,"profileCode":null,"profileLayers":null,"allowedVolumeDeviation":false}' - Added /demandReciveDTO/properties/allowedVolumeDeviation with value: 'map[type:boolean]' - Added /demandResponceDTO/properties/allowedVolumeDeviation with value: 'map[type:boolean]' - Added /entityUpdateInboundDTO with value: 'map[example:{"code":"ENT12345","externalId":"EXT67890"} properties:map[code:map[description:The code of the entity in Optinex. minLength:1 type:string] externalId:map[description:The external ID of the entity. minLength:1 type:string]] required:[code externalId] type:object]' - Added /prodOrderLineResponseDTO/properties/prodOrderGuid with value: 'map[format:uuid type:string]' - Removed /prodOrderReportDTO/properties/state/enum/10 with value: '10' - Added /stockReportDTO/properties/batches with value: 'map[description:List of batches associated with the Handling Unit items:map[$ref:#/definitions/batchDTO] type:array]' - Added /stockReportDTO/properties/externalProdOrderId/description with value: 'The external production order ID.' - Added /stockReportDTO/properties/externalProdOrderLineId with value: 'map[description:External Identifier of Production Order Line. Can optionally (but only) be used in combination with ExternalProdOrderId type:string]' - Added /stockReportDTO/properties/materialCode/minLength with value: '1' - Added /stockReportDTO/properties/prodOrderLineNumber with value: 'map[description:Production Order Line Number. Can optionally (but only) be used in combination with ProdOrderNumber format:int32 type:integer]' - Added /stockReportDTO/properties/prodOrderNumber with value: 'map[description:Production Order Number format:int32 type:integer]' - Added /stockReportDTO/required with value: '[materialCode]'