Show / Hide Table of Contents

    ManufacturingPickingLists

    Queryable, Introduced in version 2.48

    GET https://localhost:8001/sv/001.1/api/v1/Manufacturing/ManufacturingPickingLists
    

    Represents a manufacturing picking list.

    GUID

    D122535F-F5F6-486F-8EED-B43426AD17C4
    

    Required permission

    Show manufacturing orders
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the picking list.
    Number String The human readable identifier of the picking list.
    CreatedByApplicationUserId Int64 The business key identifier of the application user that created the picking list.

    • References ApplicationUsers
    CreatedByPersonId Int64 The business key identifier of the person that created the picking list.

    • References Persons
    CreatedTimestamp DateTimeOffset The date the picking list was created.
    PrintedByApplicationUserId Int64? The business key identifier of the application user that printed the picking list.

    • References ApplicationUsers
    PrintedByPersonId Int64? The business key identifier of the person that printed the picking list.

    • References Persons
    PrintedTimestamp DateTimeOffset? The date the picking list was printed.
    Status Int32 The status of the picking list.

    • Registered: 1
    • Printed: 2
    • Reported: 5
    • History: 9
    Grouping Int32 The grouping for the picking list.

    • Order: 0
    • Material: 1
    • NoGrouping: 2
    Sorting Int32 The sorting for the picking list.

    • Location: 0
    • MainLocation: 1
    • MaterialPartNumber: 2
    • LocationSortingOrder: 3
    • MainLocationSortingOrder: 4
    WarehouseId Int64? The business key identifier of the warehouse for the picking list.

    • References Warehouses
    Type Int32 The type of picking list.

    • Regular: 0
    • Equipment: 1
    Materials ManufacturingPickingListMaterials[] The picking lists materials

    Example

    {
      "Id": 0,
      "Number": null,
      "CreatedByApplicationUserId": 0,
      "CreatedByPersonId": 0,
      "CreatedTimestamp": "0001-01-01T00:00:00+00:00",
      "PrintedByApplicationUserId": null,
      "PrintedByPersonId": null,
      "PrintedTimestamp": null,
      "Status": 0,
      "Grouping": 0,
      "Sorting": 0,
      "WarehouseId": null,
      "Type": 0,
      "Materials": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB