Show / Hide Table of Contents

    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

    • Mandatory
    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.

    • Mandatory (if operation is last, has non-zero reported quantity and existing locations have not been added))
    ExistingLocations ExistingLocationRow[] The existing locations to report to.

    • Mandatory (if operation is last, has non-zero reported quantity and new locations have not been added)
    TraceabilityData SetManufacturingOrderOperationReportingTraceabilityData The traceability data to apply when reporting the operation.

    • Mandatory (if operation requires traceability data to be reported)
    Rejections AddRejectionRow[] The rejections to report.
    WipLocation StringInput Work in progress location(goods location)

    • Max length is 40
    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
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB