/ProductionOrders/{productionOrderId}/ProductionSteps/{productionStepIdentifier}/Notification
Description
Creates a failure report for a work step
- The right ‘Lesen’ is required for the data ‘Fertigungsauftrag’.
Request
URI Parameters
productionOrderId
string
Required
productionStepIdentifier
string
Required
Body Parameters
EmployeeNumber
string
Länge: einschließlich zwischen 0 und 6
Database field: [PRODUCTION_NOTIFICATION].[Employees]
Text
string
Länge: einschließlich zwischen 0 und 255
Database field: [PRODUCTION_NOTIFICATION].[Text]
Request Formats
application/json
Example:
{
"EmployeeNumber": "sample string 1",
"Text": "sample string 2"
}
Response
Resource Description
ProductionOrderId
string
Nummer des Produktionsauftrages
ProductionStepIdentifier
string
Identifizierer des Produktionsschrittes
Response Formats
application/json
Example:
{
"ProductionOrderId": "sample string 1",
"ProductionStepIdentifier": "sample string 2"
}