/ProductionOrders/{productionOrderId}/ProductionSteps/{productionStepIdentifier}/Notification/{notificationIdentifier}
Description
Update a message for a work step
- The right ‘Lesen’ is required for the data ‘Fertigungsauftrag’.
Request
URI Parameters
productionOrderId
string
Required
productionStepIdentifier
string
Required
notificationIdentifier
integer
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
None.