/ProductionOrders/{productionOrderIdentifier}/ProductionRequirements
Description
Reads the finished good and other information about the production requirement for a production order.
- The right ‘Lesen’ is required for the data ‘Fertigungsauftrag’.
Request
URI Parameters
productionOrderIdentifier
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
RecordId
integer
Nur lesen
Database field [MANUFACTUREREQUIREMENT].[MANUFACTUREREQUIREMENT_ID]
ArticleNumber
string
Länge: einschließlich zwischen 0 und 40
Database field: [PRODUCTIONDEMAND].[ItemNumber]
ProductionOrderIdentifier
string
Länge: einschließlich zwischen 0 und 10
Database field: [PRODUCTIONDEMAND].[ProductionOrderID]
ProductionQuantity
decimal number
Erforderlich
Database field: [PRODUCTIONDEMAND].[ProductionQuantity]
ProductionRequirementsIdentifier
integer
Erforderlich
Database field: [PRODUCTIONDEMAND].[ID]
QuantityFactor
integer
Erforderlich
Database field: [PRODUCTIONORDER].[QuantityFactor]
RequiredQuantity
decimal number
Erforderlich
Database field: [PRODUCTIONDEMAND].[RequiredQuantity]
TotalQuantity
decimal number
Nur lesen
Database field [???].[TotalAmount]
Response Formats
application/json
Example:
[
{
"RecordId": 1,
"ArticleNumber": "sample string 2",
"ProductionOrderIdentifier": "sample string 3",
"ProductionQuantity": 4.1,
"ProductionRequirementsIdentifier": 1,
"QuantityFactor": 5,
"RequiredQuantity": 6.1,
"TotalQuantity": 7.1
},
{
"RecordId": 1,
"ArticleNumber": "sample string 2",
"ProductionOrderIdentifier": "sample string 3",
"ProductionQuantity": 4.1,
"ProductionRequirementsIdentifier": 1,
"QuantityFactor": 5,
"RequiredQuantity": 6.1,
"TotalQuantity": 7.1
}
]
