AdjustOrderBoundWork
Command, Introduced in version 22.2
POST https://localhost:8001/sv/001.1/api/v1/TimeRecording/RecordingDays/AdjustOrderBoundWork
Adjusts a order bound work recording.
Returns EntityCommandResponse
The root entity id of the response is the business key identifier of the updated recording day.
The entity id of the response is the business key identifier of the updated work recording interval.
Required permission
Adjust work
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
WorkRecordingIntervalId | Int64 | The interval to adjust order bound recording for. References WorkRecordingInterval
|
|
NewStartDate | NotNullDateTimeInput | The new start date for the order bound work recording interval. |
|
NewEndDate | NotNullDateTimeInput | The new end date for the order bound work recording interval. |
|
Locations | AddLocationRow[] | The new locations to create when reporting.
|
|
ExistingLocations | ExistingLocationRow[] | The existing locations to report to.
|
|
TraceabilityData | SetManufacturingOrderOperationReportingTraceabilityData | The traceability data to apply when reporting the operation.
|
|
Rejections | AddRejectionRow[] | The rejections to report. |
|
WipLocation | StringInput | Work in progress location(goods location)
|
|
ReportedQuantity | NotNullDecimalInput | The reported quantity for the reporting. |
|
Comment | SetComment | Comment to link to the recording. |
|
ManufacturingOrderMaterialReportings | ReportManufacturingOrderMaterial[] | The manual material reportings for the order bound recording. |
|
TraceableManufacturingOrderMaterialReportings | ReportTraceableManufacturingOrderMaterial[] | The manual traceable material reportings for the order bound recording. |
Example
{
"WorkRecordingIntervalId": 0,
"NewStartDate": null,
"NewEndDate": null,
"Locations": null,
"ExistingLocations": null,
"TraceabilityData": null,
"Rejections": null,
"WipLocation": null,
"ReportedQuantity": null,
"Comment": null,
"ManufacturingOrderMaterialReportings": null,
"TraceableManufacturingOrderMaterialReportings": null
}