Show / Hide Table of Contents

    SalesPickingLists

    Queryable, Introduced in version 2.53

    GET https://localhost:8001/sv/001.1/api/v1/Sales/SalesPickingLists
    

    Represents a sales picking list.

    GUID

    388FA65F-A574-4AEA-B11B-68D824FC8F35
    

    Required permission

    Show customer orders
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the picking list.
    Number Int64 The human readable identifier of the picking list.
    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.
    State Int32 The state for the picking list.

    • Registered: 0
    • ReadyForInvoicing: 1
    Status Int32 The state for the picking list.

    • ReadyForDelivery: 1
    • ReadyForDeliveryCreditLimitExceeded: 2
    • ReadyForDeliveryUnpaidAdvance: 3
    • Pending: 4
    • Shortage: 5
    • UnConfirmed: 6
    • Preliminary: 7
    • PreliminaryCreditLimitExceeded: 8 (Introduced in version 23.3)
    WarehouseId Int64 The business key identifier of the warehouse for the picking list.

    • References Warehouses
    CustomerOrderInvoices CustomerOrderInvoices[] The customer order invoices of the picking list.

    • Expandable
    LifeCycleState Int32 The life cycle state of the picking list.

    • Transient: 1
    • Persistent: 10
    • History: 20
    • RemovableCandidate: 99

    Example

    {
      "Id": 0,
      "Number": 0,
      "PrintedByApplicationUserId": null,
      "PrintedByPersonId": null,
      "PrintedTimestamp": null,
      "State": 0,
      "Status": 0,
      "WarehouseId": 0,
      "CustomerOrderInvoices": null,
      "LifeCycleState": 0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB