/ProductionOrders/{productionOrderIdentifier}/Articles
Beschreibung
Liest alle ProductionArticle zu einem Fertigungsauftrag.
- Es wird das Recht "Lesen" für die Daten "Fertigungsauftrag" benötigt.
- Es wird das Recht "Lesen" für die Daten "Fertigungsliste" benötigt.
Request
URI Parameters
productionOrderIdentifier
string
Erforderlich
Body Parameters
None.
Response
Resource Description
RecordId
integer
Nur lesen
Datenbankfeld [FERTIGUNGSARTIKEL].[FERTIGUNGSARTIKEL_ID]
AbsoluteDeduction
decimal number
Datenbankfeld: [FERTIGUNGSARTIKEL].[AbzugAbsolut]
ArticleNumber
string
Länge: einschließlich zwischen 0 und 40
Datenbankfeld: [FERTIGUNGSARTIKEL].[Artikelnummer]
BudgetPrice
decimal number
Datenbankfeld: [FERTIGUNGSARTIKEL].[Kalkulationspreis]
CalculationMode
byte
Erforderlich
Datenbankfeld: [FERTIGUNGSARTIKEL].[Kalkulationsmodus]
CalculationModeLabel
Nur lesen
Datenbankfeld: [FERTIGUNGSARTIKEL].[Kalkulationsmodus]
CustomDate1
date
Datenbankfeld: [FERTIGUNGSARTIKEL].[FreiesDatum1]
CustomDate2
date
Datenbankfeld: [FERTIGUNGSARTIKEL].[FreiesDatum2]
CustomIndicator1
boolean
Datenbankfeld: [FERTIGUNGSARTIKEL].[FreiesKennzeichen1]
CustomIndicator2
boolean
Datenbankfeld: [FERTIGUNGSARTIKEL].[FreiesKennzeichen2]
CustomIndicator3
boolean
Datenbankfeld: [FERTIGUNGSARTIKEL].[FreiesKennzeichen3]
CustomIndicator4
boolean
Datenbankfeld: [FERTIGUNGSARTIKEL].[FreiesKennzeichen4]
CustomNumber1
decimal number
Datenbankfeld: [FERTIGUNGSARTIKEL].[FreieZahl1]
CustomNumber2
decimal number
Datenbankfeld: [FERTIGUNGSARTIKEL].[FreieZahl2]
CustomNumber3
integer
Datenbankfeld: [FERTIGUNGSARTIKEL].[FreieZahl3]
CustomNumber4
integer
Datenbankfeld: [FERTIGUNGSARTIKEL].[FreieZahl4]
CustomText1
string
Länge: einschließlich zwischen 0 und 80
Datenbankfeld: [FERTIGUNGSARTIKEL].[FreierText1]
CustomText2
string
Länge: einschließlich zwischen 0 und 80
Datenbankfeld: [FERTIGUNGSARTIKEL].[FreierText2]
Date
date
Datenbankfeld: [FERTIGUNGSARTIKEL].[Termin]
Dissolve
boolean
Erforderlich
Datenbankfeld: [FERTIGUNGSARTIKEL].[Aufloesen]
ExternalProductionConditionCosts
decimal number
Datenbankfeld: [FERTIGUNGSARTIKEL].[FremdFertKonditionKosten]
ExternalProductionConditionIdentifier
string
Länge: einschließlich zwischen 0 und 10
Datenbankfeld: [FERTIGUNGSARTIKEL].[FremdFertKonditionId]
ExternalProductionConditionProvideFactor
integer
Datenbankfeld: [FERTIGUNGSARTIKEL].[FremdFertKonditionBeistellFaktor]
PositionNumber
integer
Erforderlich
Datenbankfeld: [FERTIGUNGSARTIKEL].[PosNummer]
PositionText
string
Erforderlich
Länge: einschließlich zwischen 0 und 15
Datenbankfeld: [FERTIGUNGSARTIKEL].[PosText]
PriceQuantity
decimal number
Datenbankfeld: [FERTIGUNGSARTIKEL].[Preismenge]
ProductionArticleIdentifier
integer
Erforderlich
Datenbankfeld: [FERTIGUNGSARTIKEL].[ID]
ProductionStepIdentifier
string
Erforderlich
Länge: einschließlich zwischen 0 und 10
Datenbankfeld: [FERTIGUNGSARTIKEL].[ProduktionsschrittID]
Quantity
decimal number
Datenbankfeld: [FERTIGUNGSARTIKEL].[Menge]
QuantityUnit
string
Länge: einschließlich zwischen 0 und 10
Datenbankfeld: [FERTIGUNGSARTIKEL].[Mengeneinheit]
RecoveryType
byte
Erforderlich
Datenbankfeld: [FERTIGUNGSARTIKEL].[Abzugsart]
RecoveryTypeLabel
Nur lesen
Datenbankfeld: [FERTIGUNGSARTIKEL].[Abzugsart]
StockFactor
decimal number
Erforderlich
Datenbankfeld: [FERTIGUNGSARTIKEL].[Lagerfaktor]
StoragePlaceIdentifier
integer
Erforderlich
Datenbankfeld: [FERTIGUNGSARTIKEL].[LagerplatzId]
Type
string
Nur lesen
Datenbankfeld: [FERTIGUNGSARTIKEL].[DetailTyp]
TypeLabel
Nur lesen
Datenbankfeld: [FERTIGUNGSARTIKEL].[DetailTyp]
WarehouseId
string
Erforderlich
Länge: einschließlich zwischen 0 und 10
Datenbankfeld: [LAGERPLATZ].[Lager]
WeightingOfDeduction
decimal number
Datenbankfeld: [FERTIGUNGSARTIKEL].[AbzugWichtung]
MetaData
Nur lesen
Datensatzinformationen u.a. Erstellungsdatum, Bearbeitungsdatum
Response Formats
application/json
Beispiel:
[
{
"RecordId": 1,
"AbsoluteDeduction": 1.1,
"ArticleNumber": "sample string 2",
"BudgetPrice": 1.1,
"CalculationMode": 0,
"CalculationModeLabel": "Automatic",
"CustomDate1": "2025-04-26T10:59:13.687793+02:00",
"CustomDate2": "2025-04-26T10:59:13.687793+02: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": "2025-04-26T10:59:13.687793+02: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": "2025-04-26T10:59:13.687793+02:00",
"CustomDate2": "2025-04-26T10:59:13.687793+02: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": "2025-04-26T10:59:13.687793+02: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
}
}
]