info@selectline.de | +49 391 5555-080 | SelectLine - suits every company
/ProductionOrders/{productionOrderIdentifier}/ProductionSteps/{productionStepIdentifier}/Articles
Description

Reads the ProductionArticle for a production step of a production order.

  • The right ‘Lesen’ is required for the data ‘Fertigungsauftrag’.
  • The right ‘Lesen’ is required for the data ‘Fertigungsliste’.

Request

URI Parameters

productionOrderIdentifier
string
Required

productionStepIdentifier
string
Required

Page
integer
Page number for paging | Default: 0

Items
integer
Sets the number of entries per page | Default: 10 | All: 0

SearchTerm
string
Filter for words

SearchIn
string
Properties in which to search. The separator between these properties is "|".

OrderBy
string
Properties to be sorted by. An exclamation mark ! at the end indicates downward sorting. To sort by several properties, they must be separated by a "|".

Filter
string
A filter can be defined to limit the result set. For example: (Property EQ Value OR Property2 GT Value2) AND (Property3 CT 'String') See the description for the FilterQueryLanguage for more information.

Body Parameters

None.

Response

Resource Description

Model: Collection of ProductionArticle
RecordId
integer
Nur lesen
Database field: [MANUFACTUREITEM].[MANUFACTUREITEM_ID]

AbsoluteDeduction
decimal number
Database field: [MANUFACTUREITEM].[DeductionAbsolut]

ArticleNumber
string
Länge: einschließlich zwischen 0 und 18
Database field: [MANUFACTUREITEM].[ItemNumber]

BudgetPrice
decimal number
Database field: [MANUFACTUREITEM].[CalculationPrice]

CalculationMode
byte
Erforderlich
Database field: [MANUFACTUREITEM].[CalculationMode]

CalculationModeLabel
Nur lesen
Database field: [MANUFACTUREITEM].[CalculationMode]

CustomDate1
date
Database field: [MANUFACTUREITEM].[FreeDate1]

CustomDate2
date
Database field: [MANUFACTUREITEM].[FreeDate2]

CustomIndicator1
boolean
Database field: [MANUFACTUREITEM].[FreeIndicator1]

CustomIndicator2
boolean
Database field: [MANUFACTUREITEM].[FreeIndicator2]

CustomIndicator3
boolean
Database field: [MANUFACTUREITEM].[FreeIndicator3]

CustomIndicator4
boolean
Database field: [MANUFACTUREITEM].[FreeIndicator4]

CustomNumber1
decimal number
Database field: [MANUFACTUREITEM].[FreeNumber1]

CustomNumber2
decimal number
Database field: [MANUFACTUREITEM].[FreeNumber2]

CustomNumber3
integer
Database field: [MANUFACTUREITEM].[FreeNumber3]

CustomNumber4
integer
Database field: [MANUFACTUREITEM].[FreeNumber4]

CustomText1
string
Länge: einschließlich zwischen 0 und 80
Database field: [MANUFACTUREITEM].[FreeText1]

CustomText2
string
Länge: einschließlich zwischen 0 und 80
Database field: [MANUFACTUREITEM].[FreeText2]

Date
date
Database field: [MANUFACTUREITEM].[Appointment]

Dissolve
boolean
Erforderlich
Database field: [MANUFACTUREITEM].[Dissolve]

ExternalProductionConditionCosts
decimal number
Database field: [PRODUCTION].[ExternalFertConditionCost].

ExternalProductionConditionIdentifier
string
Länge: einschließlich zwischen 0 und 10
Database field: [PRODUCTITEM].[ForeignmManConditionId].

ExternalProductionConditionProvideFactor
integer
Database field: [PRODUCTION ITEM].[ExternalManConditionProvisionFactor].

PositionNumber
integer
Erforderlich
Database field: [MANUFACTUREITEM].[PosNumber]

PositionText
string
Erforderlich
Länge: einschließlich zwischen 0 und 15
Database field: [MANUFACTUREITEM].[PosText]

PriceQuantity
decimal number
Database field: [MANUFACTUREITEM].[PriceQuantity]

ProductionArticleIdentifier
integer
Erforderlich
Database field: [MANUFACTUREITEM].[ID]

ProductionStepIdentifier
string
Erforderlich
Länge: einschließlich zwischen 0 und 10
Database field: [MANUFACTUREITEM].[ProductionStepID]

Quantity
decimal number
Database field: [MANUFACTUREITEM].[Quantity]

QuantityUnit
string
Länge: einschließlich zwischen 0 und 10
Database field: [MANUFACTUREITEM].[QuantityUnit]

RecoveryType
byte
Erforderlich
Database field: [MANUFACTUREITEM].[DeductionType]

RecoveryTypeLabel
Nur lesen
Database field: [MANUFACTUREITEM].[DeductionType]

StockFactor
decimal number
Erforderlich
Database field: [MANUFACTUREITEM].[StorageFactor]

StoragePlaceIdentifier
integer
Erforderlich
Database field: [MANUFACTUREITEM].[StorageBinId]

Type
string
Nur lesen
Database field: [MANUFACTUREITEM].[DetailType]

Nur lesen
Database field: [MANUFACTUREITEM].[DetailType]

WarehouseId
string
Erforderlich
Länge: einschließlich zwischen 0 und 10
Database field: [STORAGE PLACE].[storage]

WeightingOfDeduction
decimal number
Database field: [MANUFACTUREITEM].[DeductionWeighting]

MetaData
Nur lesen
Record information, e.g. creation date, processing date

Response Formats
application/json
Example:
    [
  {
    "RecordId": 1,
    "AbsoluteDeduction": 1.1,
    "ArticleNumber": "sample string 2",
    "BudgetPrice": 1.1,
    "CalculationMode": 0,
    "CalculationModeLabel": "Automatic",
    "CustomDate1": "2024-12-27T02:05:28.5646598+01:00",
    "CustomDate2": "2024-12-27T02:05:28.5646598+01:00",
    "CustomIndicator1": true,
    "CustomIndicator2": true,
    "CustomIndicator3": true,
    "CustomIndicator4": true,
    "CustomNumber1": 1.1,
    "CustomNumber2": 1.1,
    "CustomNumber3": 1,
    "CustomNumber4": 1,
    "CustomText1": "sample string 4",
    "CustomText2": "sample string 5",
    "Date": "2024-12-27T02:05:28.5646598+01:00",
    "Dissolve": true,
    "ExternalProductionConditionCosts": 1.1,
    "ExternalProductionConditionIdentifier": "sample string 7",
    "ExternalProductionConditionProvideFactor": 1,
    "PositionNumber": 8,
    "PositionText": "sample string 9",
    "PriceQuantity": 1.1,
    "ProductionArticleIdentifier": 1,
    "ProductionStepIdentifier": "sample string 10",
    "Quantity": 1.1,
    "QuantityUnit": "sample string 11",
    "RecoveryType": 0,
    "RecoveryTypeLabel": "Absolute",
    "StockFactor": 13.1,
    "StoragePlaceIdentifier": 14,
    "Type": "sample string 15",
    "TypeLabel": "Consumed",
    "WarehouseId": "sample string 16",
    "WeightingOfDeduction": 1.1,
    "MetaData": {
      "CreationDate": null,
      "CreationUserToken": null,
      "ModificationDate": null,
      "ModificationUserToken": null
    }
  },
  {
    "RecordId": 1,
    "AbsoluteDeduction": 1.1,
    "ArticleNumber": "sample string 2",
    "BudgetPrice": 1.1,
    "CalculationMode": 0,
    "CalculationModeLabel": "Automatic",
    "CustomDate1": "2024-12-27T02:05:28.5646598+01:00",
    "CustomDate2": "2024-12-27T02:05:28.5646598+01:00",
    "CustomIndicator1": true,
    "CustomIndicator2": true,
    "CustomIndicator3": true,
    "CustomIndicator4": true,
    "CustomNumber1": 1.1,
    "CustomNumber2": 1.1,
    "CustomNumber3": 1,
    "CustomNumber4": 1,
    "CustomText1": "sample string 4",
    "CustomText2": "sample string 5",
    "Date": "2024-12-27T02:05:28.5646598+01:00",
    "Dissolve": true,
    "ExternalProductionConditionCosts": 1.1,
    "ExternalProductionConditionIdentifier": "sample string 7",
    "ExternalProductionConditionProvideFactor": 1,
    "PositionNumber": 8,
    "PositionText": "sample string 9",
    "PriceQuantity": 1.1,
    "ProductionArticleIdentifier": 1,
    "ProductionStepIdentifier": "sample string 10",
    "Quantity": 1.1,
    "QuantityUnit": "sample string 11",
    "RecoveryType": 0,
    "RecoveryTypeLabel": "Absolute",
    "StockFactor": 13.1,
    "StoragePlaceIdentifier": 14,
    "Type": "sample string 15",
    "TypeLabel": "Consumed",
    "WarehouseId": "sample string 16",
    "WeightingOfDeduction": 1.1,
    "MetaData": {
      "CreationDate": null,
      "CreationUserToken": null,
      "ModificationDate": null,
      "ModificationUserToken": null
    }
  }
]