Get all lines

get

/fscmRestApi/resources/11.13.18.05/openPickLines

Request

Query Parameters
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • Used as a predefined finder to search the collection.

    Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    The following are the available finder names and corresponding finder variables:

    • PrimaryKey: Finds open picks according to the primary key.
      Finder Variables:
      • TransactionId; integer; Value that uniquely identifies the transaction.
    • findByMovementRequest: Finds the open picks for the movement request number specified.
      Finder Variables:
      • pMovementRequest; string; Value that uniquely identifies the document that contains suggestions to put away, pick, or replenish each inventory item for the pick.
    • findByOrderNumber: Finds the open picks for the order number and pick slip type specified.
      Finder Variables:
      • pOrder; string; Value that identifies the order number to use when picking.
    • findByOrganization: Finds the open picks for the organization specified.
      Finder Variables:
      • pOrganization; string; Value that uniquely identifies the warehouse or organization from where someone picks and stages the item.
      • pOrganizationId; string; Value that uniquely identifies the organization.
    • findByOrganizationAndItem: Finds the open picks for the organization and item specified.
      Finder Variables:
      • pItem; string; Value that uniquely identifies the item.
      • pOrganization; string; Value that uniquely identifies the warehouse or organization from where someone picks and stages the item.
      • pOrganizationId; string; Value that uniquely identifies the organization.
    • findByOrganizationAndSourceSubinventory: Finds the open picks for the organization and source subinventory specified.
      Finder Variables:
      • pOrganization; string; Value that uniquely identifies the warehouse or organization from where someone picks and stages the item.
      • pOrganizationId; string; Value that uniquely identifies the organization.
      • pSourceSubinventory; string; Value that identifies the subinventory to use when picking the item.
    • findByPickSlip: Finds the open picks for the pick slip specified.
      Finder Variables:
      • pPickSlip; string; Value that uniquely identifies the pick slip.
    • findByPickWave: Finds the open picks for the pick wave number specified.
      Finder Variables:
      • pPickWave; string; Value that identifies the pick wave batch to use when picking.
    • findByTransactionType: Finds the open picks for the transaction type specified.
      Finder Variables:
      • pTransactionType; string; Name of the transaction type.
  • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
  • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

    Format: ?q=expression1;expression2

    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • AllowUseOfCommonSuppliesFlag; boolean; Contains one of the following values: true or false. If true, then the user can pick the material from common supplies. If false, then the user cannot pick the material from common supplies. The default value is true. This attribute is associated with a feature that requires opt in.
    • CreationDate; string; Date when the warehouse created the pick.
    • Customer; string; Value that uniquely identifies the customer on the sales order for this pick.
    • DestinationAccount; string; Financial account that includes depreciation expenses.
    • DestinationLocator; string; Locator that identifies where to deposit the picked item.
    • DestinationSubinventory; string; Subinventory that identifies where to deposit the picked item.
    • DueDate; string; Date when the pick slip is due.
    • InventoryItemId; integer; Value that uniquely identifies the item being picked.
    • Item; string; Number that uniquely identifies the item.
    • ItemDescription; string; Description of the item that's being picked.
    • ItemPrimaryImageURL; string; URL for the primary image of the item being picked.
    • LotControlCode; number; Value that indicates the ability to use lot numbers during material transactions for tracking of batches of Item. If the item is under lot control, the value is 2. For items that aren't under lot control, the value is 1.
    • MovementRequest; string; Document that contains suggestions to put away, pick, or replenish each inventory item for the pick line.
    • MovementRequestLine; integer; Value that uniquely identifies the movement request line.
    • Order; string; Value that uniquely identifies the sales order or transfer order.
    • Organization; string; Warehouse or organization where someone picks and stages the item.
    • PickSlip; integer; Value that uniquely identifies the pick slip that the pick line references.
    • PickSlipLine; integer; Value that uniquely identifies a line on the pick slip.
    • PickSlipType; string; Value that uniquely identifies the pick slip type. The list of accepted values is defined in lookup type INV_MOVE_ORDER_TYPE.
    • PickWave; number; Group of sales orders released into picking at the same time.
    • PrimaryRequestedQuantity; number; Quantity that the transaction requests using the primary unit of measure.
    • PrimaryUOMCode; string; Abbreviation that identifies the secondary unit of measure to use for the quantity.
    • RequestedQuantity; number; Quantity that the transaction requests for the pick line.
    • RequiredDate; string; Date when the pick is due.
    • Revision; string; Revision of the item.
    • SecondaryRequestedQuantity; number; Quantity that the transaction requests using the secondary unit of measure.
    • SecondaryUOM; string; Abbreviation that identifies the secondary unit of measure to use for the quantity.
    • SerialNumberControlCode; number; Value that indicates the number assigned to each unit of an item and is used to track the item. If the item isn't under serial control, this value will be 1. For serialized items, the value can be 2, 5, 6, and 7.
    • ShipToLocation; string; Location where the supplier ships the items that the pick slip references.
    • Shipment; string; Collection of goods or materials that ship under the terms of a single bill of lading.
    • ShippingMethod; string; Method that the shipper uses to transport the item.
    • ShippingPriority; string; Importance of shipping an item when compared to other items.
    • SourceLocator; string; Locator that identifies where to pick the item.
    • SourceLocatorId; integer; Value that uniquely identifies the locator where the item is located.
    • SourceOrder; string; Value that uniquely identifies the fulfillment order.
    • SourceOrderLine; string; Value that uniquely identifies the fulfillment order line.
    • SourceSubinventory; string; Subinventory to use when picking the item.
    • SplitLineFlag; boolean; Indicates whether the pick slip line is split from its original line. Contains one of the following values: true or false. If true, then the pick slip line is split from its original line. If false, then the pick slip line isn't split from its original line. The default value is false.
    • TransactionId; integer; Value that uniquely identifies the transaction.
    • TransactionType; string; Name of the transaction type.
    • TransactionTypeId; integer; Value that uniquely identifies the transaction type.
    • UOM; string; Primary unit of measure to use when picking the item.
  • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : openPickLines
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : openPickLines-item-response
Type: object
Show Source
Nested Schema : Flexfields for Pick Lines
Type: array
Title: Flexfields for Pick Lines
The Flexfields for Pick Lines resource manages descriptive flexfields for the pick slip line.
Show Source
Nested Schema : Flexfields for Inventory Attributes
Type: array
Title: Flexfields for Inventory Attributes
The Flexfields for Inventory Attributes resource manages descriptive flexfields for inventory attributes. This resource is associated with a feature that requires opt in.
Show Source
Nested Schema : Lot Details
Type: array
Title: Lot Details
The Lot Details resource manages lot details for the item picked.
Show Source
Nested Schema : Serial Details
Type: array
Title: Serial Details
The Serial Details resource manages details about the serial that controls the picked item. Use this resource when the serial controls the item.
Show Source
Nested Schema : Flexfields for Project Costs
Type: array
Title: Flexfields for Project Costs
The Flexfields for Project Costs resource manages descriptive flexfields for project cost.
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "AP_Distribution_Sets":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFAP__5FDistribution__5FSetsVO-item-response", "AP_Invoice_Distribution":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFAP__5FInvoice__5FDistributionVO-item-response", "AP_Invoice_Line":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFAP__5FInvoice__5FLineVO-item-response", "EXM_Expense_Report":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFEXM__5FExpense__5FReportVO-item-response", "EXM_Expense_Report_Line":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response", "INV_Misc_Transactions":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFINV__5FMisc__5FTransactionsVO-item-response", "OM_Sales_Order":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFOM__5FSales__5FOrderVO-item-response", "PJC_All":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFPJC__5FAllVO-item-response", "PJC_Expenditure_Batch":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFPJC__5FExpenditure__5FBatchVO-item-response", "POR_Requisition":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFPOR__5FRequisitionVO-item-response", "POR_User_Preferences":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFPOR__5FUser__5FPreferencesVO-item-response", "PO_Purchase_Order":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFPO__5FPurchase__5FOrderVO-item-response", "PO_Purchase_Order_Line":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response", "PO_Purchase_Order_Schedule":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response" } }
Nested Schema : openPickLines-DFFs-item-response
Type: object
Show Source
Nested Schema : openPickLines-inventoryAttributesDFFs-item-response
Type: object
Show Source
  • Title: Context Segment
    Maximum Length: 40
    Descriptive flexfield context name for inventory attributes. This attribute is associated with a feature that requires opt in.
  • Title: Context Segment
    Descriptive flexfield context display value for inventory attributes. This attribute is associated with a feature that requires opt in.
  • Title: Country of Origin
    Maximum Length: 2
    Abbreviation that identifies the country of origin. This attribute is associated with a feature that requires opt in.
  • Title: Country of Origin
    Name of the country of origin. This attribute is associated with a feature that requires opt in.
  • Links
  • Title: Project
    Value that uniquely identifies the project. This attribute is associated with a feature that requires opt in.
  • Title: Project
    Number that identifies the project. This attribute is associated with a feature that requires opt in.
  • Title: Task
    Value that uniquely identifies the task. This attribute is associated with a feature that requires opt in.
  • Title: Task
    Number that identifies the task. This attribute is associated with a feature that requires opt in.
  • Value that uniquely identifies the transaction. This attribute is associated with a feature that requires opt in.
Nested Schema : openPickLines-itemLots-item-response
Type: object
Show Source
Nested Schema : Serial Details for Lots
Type: array
Title: Serial Details for Lots
The Serial Details for Lots resource manages details about the serial when the lot controls the picked item. Use this resource when the lot controls the item.
Show Source
Nested Schema : Flexfields for Lot Attributes
Type: array
Title: Flexfields for Lot Attributes
The Flexfields for Lot Attributes resource manages descriptive flexfields for the lot attribute.
Show Source
Nested Schema : Flexfields for Lots
Type: array
Title: Flexfields for Lots
The Flexfields for Lots resource manages descriptive flexfields for the lot.
Show Source
Nested Schema : openPickLines-itemLots-itemLotSerials-item-response
Type: object
Show Source
Nested Schema : Flexfields for Serials That Control Items and Lots
Type: array
Title: Flexfields for Serials That Control Items and Lots
The Flexfields for Serials That Control Items and Lots resource manages descriptive flexfields for serial attributes. Use it when a serial controls the item or the lot.
Show Source
Nested Schema : Flexfields for Serials That Control Lots
Type: array
Title: Flexfields for Serials That Control Lots
The Flexfields for Serials That Control Lots resource manages descriptive flexfields for serials. Use it when a serial controls the lot.
Show Source
Nested Schema : openPickLines-itemLots-itemLotSerials-lotSerialAttributeDFFs-item-response
Type: object
Show Source
Nested Schema : openPickLines-itemLots-itemLotSerials-lotSerialStandardDFFs-item-response
Type: object
Show Source
Nested Schema : openPickLines-itemLots-lotAttributeDFFs-item-response
Type: object
Show Source
Nested Schema : openPickLines-itemLots-lotStandardDFFs-item-response
Type: object
Show Source
  • Title: Context Value
    Maximum Length: 30
    Value that uniquely identifies the lot for the transaction.
  • Title: Context Value
    Value that uniquely identifies the lot. The lot includes items that you produce together as a group and that share similar production costs and specifications. Applies when the warehouse places the item under lot control.
  • Links
  • Maximum Length: 80
    Value that uniquely identifies the lot. The lot includes items that you produce together as a group and that share similar production costs and specifications. Applies when the warehouse places the item under lot control.
  • Value that uniquely identifies the lot for the transaction.
Nested Schema : openPickLines-itemSerials-item-response
Type: object
Show Source
Nested Schema : Flexfields for Serial Attributes
Type: array
Title: Flexfields for Serial Attributes
The Flexfields for Serial Attributes resource manages descriptive flexfields for the serial attribute. Use it when a serial controls the item.
Show Source
Nested Schema : Flexfields for Serials
Type: array
Title: Flexfields for Serials
The Flexfields for Serials resource manages descriptive flexfields for the serial. Use it when a serial controls the item.
Show Source
Nested Schema : openPickLines-itemSerials-serialAttributeDFFs-item-response
Type: object
Show Source
Nested Schema : openPickLines-itemSerials-serialStandardDFFs-item-response
Type: object
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFAP__5FDistribution__5FSetsVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFAP__5FInvoice__5FDistributionVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFAP__5FInvoice__5FLineVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFEXM__5FExpense__5FReportVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFINV__5FMisc__5FTransactionsVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFOM__5FSales__5FOrderVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFPJC__5FAllVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFPJC__5FExpenditure__5FBatchVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFPOR__5FRequisitionVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFPOR__5FUser__5FPreferencesVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFPO__5FPurchase__5FOrderVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickSlipLinePJCDFF_view_PickSlipLinePJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response
Type: object
Show Source
Back to Top

Examples

Examples

The examples in this section describe how to do the following:

Example Shows How To
Example 1 Get all Open Pick Lines in an Organization
Example 2 Get all Open Pick Lines Using Limit and Offset
Example 3 Get all Open Pick Lines Expanding all the Resources
Example 4 Get all Open Pick Lines Using the Finder findByOrganization
Example 5 Get all Open Pick Lines Using the Finder findByPickSlip
Example 6 Get all Open Pick Lines Using the Finder findByPickWave
Example 7 Get all Open Pick Lines Using the Finder finder findByOrganizationAndSourceSubinventory
Example 8 Get all Open Pick Lines Using the Finder findByOrganizationAndItem
Example 9 Get all Open Pick Lines Using the Finder findByMovementRequest
Example 10 Get all Open Pick Lines Using the Finder findByTransactionType
Example 11 Get all Open Pick Lines Using the Finder findByOrderNumber

cURL Command

Use the following cURL command to submit a request on the REST resource:

curl -u username:password "server:port/fscmRestApi/resources/version/openPickLines/TransactionId

Example 1: Get all Open Pick Lines in an Organization

Example 1: cURL Command

curl -u username:password "server:port/fscmRestApi/resources/version/openPickLines?q=Organization=M1&onlyData=true"

Example 1: Response Body

The following shows an example of the response body in JSON format.
"{
  "items" : [ {
    "PickSlip" : 1045157,
    "PickSlipLine" : 1,
    "PickSlipType" : "Requisition",
    "PickWave" : null,
    "DueDate" : "2012-04-06",
    "Organization" : "M1",
    "Item" : "VC100",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "S4656",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : null,
    "DestinationAccount" : "01-000-2440-0000-000",
    "DestinationLocator" : null,
    "Order" : "300100007081662",
    "SourceOrder" : null,
    "SourceOrderLine" : null,
    "ShippingPriority" : null,
    "Customer" : null,
    "Shipment" : null,
    "ShipToLocation" : null,
    "ShippingMethod" : null,
    "RequiredDate" : "2012-04-06",
    "CreationDate" : "2012-04-06T05:23:25+00:00",
    "TransactionId" : 300100007081696,
    "TransactionType" : "Movement Request Issue",
    "MovementRequest" : "300100007081662",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1050149,
    "PickSlipLine" : 1,
    "PickSlipType" : "Requisition",
    "PickWave" : null,
    "DueDate" : "2012-05-30",
    "Organization" : "M1",
    "Item" : "VC100",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "S530139",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : null,
    "DestinationAccount" : "01-000-2440-0000-000",
    "DestinationLocator" : null,
    "Order" : "300100010813771",
    "SourceOrder" : null,
    "SourceOrderLine" : null,
    "ShippingPriority" : null,
    "Customer" : null,
    "Shipment" : null,
    "ShipToLocation" : null,
    "ShippingMethod" : null,
    "RequiredDate" : "2012-05-30",
    "CreationDate" : "2012-05-30T01:57:15+00:00",
    "TransactionId" : 300100010813774,
    "TransactionType" : "Movement Request Issue",
    "MovementRequest" : "300100010813771",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1053150,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5141730,
    "DueDate" : "2012-05-04",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "ABCSUB01",
    "SourceLocatorId" : 3134,
    "SourceLocator" : "ABC1.1.1",
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHRRF-8-29-0-54",
    "SourceOrder" : "WSHRRF-8-29-0-54",
    "SourceOrderLine" : "20001",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2237943",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2012-05-04",
    "CreationDate" : "2012-08-29T01:13:43+00:00",
    "TransactionId" : 22200783,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5141730",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1053150,
    "PickSlipLine" : 2,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5141730,
    "DueDate" : "2012-05-04",
    "Organization" : "M1",
    "Item" : "INV-101",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DSR-NLOC-1",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHRRF-8-29-0-54",
    "SourceOrder" : "WSHRRF-8-29-0-54",
    "SourceOrderLine" : "20002",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2237943",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2012-05-04",
    "CreationDate" : "2012-08-29T01:13:43+00:00",
    "TransactionId" : 22200785,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5141730",
    "MovementRequestLine" : 2,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1053150,
    "PickSlipLine" : 3,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5141730,
    "DueDate" : "2012-05-04",
    "Organization" : "M1",
    "Item" : "INV-102",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DSR-LOC-1",
    "SourceLocatorId" : 100000011907046,
    "SourceLocator" : "DL1.1.1",
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHRRF-8-29-0-54",
    "SourceOrder" : "WSHRRF-8-29-0-54",
    "SourceOrderLine" : "20003",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2237943",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2012-05-04",
    "CreationDate" : "2012-08-29T01:13:43+00:00",
    "TransactionId" : 22200788,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5141730",
    "MovementRequestLine" : 3,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1070166,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5155781,
    "DueDate" : "2009-10-04",
    "Organization" : "M1",
    "Item" : "INV-101",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "WS21011005",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSSO12210108",
    "SourceOrder" : "WSSO12210108",
    "SourceOrderLine" : "WSSO12210108",
    "ShippingPriority" : "Low",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2238340",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2009-10-04",
    "CreationDate" : "2013-12-21T01:17:51+00:00",
    "TransactionId" : 22204945,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5155781",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1070167,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5155783,
    "DueDate" : "2009-10-04",
    "Organization" : "M1",
    "Item" : "INV-101",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "WS21020415",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSSO12210202",
    "SourceOrder" : "WSSO12210202",
    "SourceOrderLine" : "WSSO12210202",
    "ShippingPriority" : "Low",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2238341",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2009-10-04",
    "CreationDate" : "2013-12-21T02:11:35+00:00",
    "TransactionId" : 22204949,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5155783",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1070168,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5155785,
    "DueDate" : "2009-10-04",
    "Organization" : "M1",
    "Item" : "INV-101",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "WS21025830",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSSO12210256",
    "SourceOrder" : "WSSO12210256",
    "SourceOrderLine" : "WSSO12210256",
    "ShippingPriority" : "Low",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2238342",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2009-10-04",
    "CreationDate" : "2013-12-21T03:05:07+00:00",
    "TransactionId" : 22204953,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5155785",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1070169,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5155786,
    "DueDate" : "2009-10-04",
    "Organization" : "M1",
    "Item" : "INV-101",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "WS21043109",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSSO12210429",
    "SourceOrder" : "WSSO12210429",
    "SourceOrderLine" : "WSSO12210429",
    "ShippingPriority" : "Low",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2238343",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2009-10-04",
    "CreationDate" : "2013-12-21T04:37:46+00:00",
    "TransactionId" : 22204956,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5155786",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1070170,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5155787,
    "DueDate" : "2009-10-04",
    "Organization" : "M1",
    "Item" : "INV-101",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "WS21045937",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSSO12210458",
    "SourceOrder" : "WSSO12210458",
    "SourceOrderLine" : "WSSO12210458",
    "ShippingPriority" : "Low",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2238344",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2009-10-04",
    "CreationDate" : "2013-12-21T05:06:13+00:00",
    "TransactionId" : 22204959,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5155787",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1070174,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5155795,
    "DueDate" : "2009-10-04",
    "Organization" : "M1",
    "Item" : "INV-102",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "SI22231703",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSSO12222315",
    "SourceOrder" : "WSSO12222315",
    "SourceOrderLine" : "WSSO12222315",
    "ShippingPriority" : "Low",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2238368",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2009-10-04",
    "CreationDate" : "2013-12-22T23:24:26+00:00",
    "TransactionId" : 22205002,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5155795",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1071166,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5156779,
    "DueDate" : "2009-10-04",
    "Organization" : "M1",
    "Item" : "INV-101",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "WS21012807",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSSO12210126",
    "SourceOrder" : "WSSO12210126",
    "SourceOrderLine" : "WSSO12210126",
    "ShippingPriority" : "Low",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2238360",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2009-10-04",
    "CreationDate" : "2013-12-21T01:37:44+00:00",
    "TransactionId" : 22204941,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5156779",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1071167,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5156781,
    "DueDate" : "2009-10-04",
    "Organization" : "M1",
    "Item" : "INV-101",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "WS21024318",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSSO12210241",
    "SourceOrder" : "WSSO12210241",
    "SourceOrderLine" : "WSSO12210241",
    "ShippingPriority" : "Low",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2238361",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2009-10-04",
    "CreationDate" : "2013-12-21T02:49:55+00:00",
    "TransactionId" : 22204965,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5156781",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1071169,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5156789,
    "DueDate" : "2009-10-04",
    "Organization" : "M1",
    "Item" : "INV-102",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "SI22225903",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSSO12222257",
    "SourceOrder" : "WSSO12222257",
    "SourceOrderLine" : "WSSO12222257",
    "ShippingPriority" : "Low",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2238363",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2009-10-04",
    "CreationDate" : "2013-12-22T23:06:28+00:00",
    "TransactionId" : 22204978,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5156789",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1071171,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5156792,
    "DueDate" : "2009-10-04",
    "Organization" : "M1",
    "Item" : "INV-102",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "SI23034003",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSSO12230338",
    "SourceOrder" : "WSSO12230338",
    "SourceOrderLine" : "WSSO12230338",
    "ShippingPriority" : "Low",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2238365",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2009-10-04",
    "CreationDate" : "2013-12-23T03:47:34+00:00",
    "TransactionId" : 22205026,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5156792",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1072153,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5155800,
    "DueDate" : "2009-10-04",
    "Organization" : "M1",
    "Item" : "INV-110",
    "Revision" : "A",
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "SI23194440",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSSO12231942",
    "SourceOrder" : "WSSO12231942",
    "SourceOrderLine" : "WSSO12231942",
    "ShippingPriority" : "Low",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2238369",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2009-10-04",
    "CreationDate" : "2013-12-23T19:58:54+00:00",
    "TransactionId" : 22205016,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5155800",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1092153,
    "PickSlipLine" : 1,
    "PickSlipType" : "Requisition",
    "PickWave" : null,
    "DueDate" : "2015-03-30",
    "Organization" : "M1",
    "Item" : "VC100",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "SC30003041",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : null,
    "DestinationAccount" : "01-740-5230-0000-000",
    "DestinationLocator" : null,
    "Order" : "300100069948390",
    "SourceOrder" : null,
    "SourceOrderLine" : null,
    "ShippingPriority" : null,
    "Customer" : null,
    "Shipment" : null,
    "ShipToLocation" : null,
    "ShippingMethod" : null,
    "RequiredDate" : "2015-03-30",
    "CreationDate" : "2015-03-30T00:39:36.458+00:00",
    "TransactionId" : 300100069948407,
    "TransactionType" : "Movement Request Issue",
    "MovementRequest" : "300100069948390",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1093153,
    "PickSlipLine" : 1,
    "PickSlipType" : "Requisition",
    "PickWave" : null,
    "DueDate" : "2015-03-30",
    "Organization" : "M1",
    "Item" : "VC100",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "SC30022147",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : null,
    "DestinationAccount" : "01-000-2440-0000-000",
    "DestinationLocator" : null,
    "Order" : "300100069948519",
    "SourceOrder" : null,
    "SourceOrderLine" : null,
    "ShippingPriority" : null,
    "Customer" : null,
    "Shipment" : null,
    "ShipToLocation" : null,
    "ShippingMethod" : null,
    "RequiredDate" : "2015-03-30",
    "CreationDate" : "2015-03-30T02:29:48.492+00:00",
    "TransactionId" : 300100069948522,
    "TransactionType" : "Movement Request Issue",
    "MovementRequest" : "300100069948519",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1094153,
    "PickSlipLine" : 1,
    "PickSlipType" : "Requisition",
    "PickWave" : null,
    "DueDate" : "2015-12-02",
    "Organization" : "M1",
    "Item" : "AS62445",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "ABCSUB02",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : null,
    "DestinationAccount" : "01-560-1550-0000-000",
    "DestinationLocator" : null,
    "Order" : "300100071637882",
    "SourceOrder" : null,
    "SourceOrderLine" : null,
    "ShippingPriority" : null,
    "Customer" : null,
    "Shipment" : null,
    "ShipToLocation" : null,
    "ShippingMethod" : null,
    "RequiredDate" : "2015-12-02",
    "CreationDate" : "2015-12-02T17:19:20+00:00",
    "TransactionId" : 22210450,
    "TransactionType" : "Movement Request Issue",
    "MovementRequest" : "300100071637882",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1207154,
    "PickSlipLine" : 1,
    "PickSlipType" : "Requisition",
    "PickWave" : null,
    "DueDate" : "2018-06-06",
    "Organization" : "M1",
    "Item" : "INV-101",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "FGI",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "LOG-REST-PC-MR-1",
    "SourceOrder" : null,
    "SourceOrderLine" : null,
    "ShippingPriority" : null,
    "Customer" : null,
    "Shipment" : null,
    "ShipToLocation" : null,
    "ShippingMethod" : null,
    "RequiredDate" : "2018-06-06",
    "CreationDate" : "2018-06-06T05:20:16+00:00",
    "TransactionId" : 22428721,
    "TransactionType" : "Movement Request Transfer",
    "MovementRequest" : "LOG-REST-PC-MR-1",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1208154,
    "PickSlipLine" : 1,
    "PickSlipType" : "Requisition",
    "PickWave" : null,
    "DueDate" : "2018-06-06",
    "Organization" : "M1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "FGI",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "LOG-REST-PC-MR-2",
    "SourceOrder" : null,
    "SourceOrderLine" : null,
    "ShippingPriority" : null,
    "Customer" : null,
    "Shipment" : null,
    "ShipToLocation" : null,
    "ShippingMethod" : null,
    "RequiredDate" : "2018-06-06",
    "CreationDate" : "2018-06-06T05:22:42+00:00",
    "TransactionId" : 22429716,
    "TransactionType" : "Movement Request Transfer",
    "MovementRequest" : "LOG-REST-PC-MR-2",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1256165,
    "PickSlipLine" : 1,
    "PickSlipType" : "Requisition",
    "PickWave" : null,
    "DueDate" : "2020-02-06",
    "Organization" : "M1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "ABCSUB01",
    "SourceLocatorId" : 3134,
    "SourceLocator" : "ABC1.1.1",
    "DestinationSubinventory" : null,
    "DestinationAccount" : "01-520-5390-0000-000",
    "DestinationLocator" : null,
    "Order" : "5470804",
    "SourceOrder" : null,
    "SourceOrderLine" : null,
    "ShippingPriority" : null,
    "Customer" : null,
    "Shipment" : null,
    "ShipToLocation" : null,
    "ShippingMethod" : null,
    "RequiredDate" : "2020-02-06",
    "CreationDate" : "2020-02-06T06:12:01.800+00:00",
    "TransactionId" : 300100202420730,
    "TransactionType" : "Omnicell Issue",
    "MovementRequest" : "5470804",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1257171,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5471833,
    "DueDate" : "2020-02-14",
    "Organization" : "M1",
    "Item" : "INV-102",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DSR-NLOC-1",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "520265",
    "SourceOrder" : "520265",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1800 Satellite Drive,Distribution Center,CHATTANOOGA, TN 37401",
    "ShippingMethod" : null,
    "RequiredDate" : "2020-02-14",
    "CreationDate" : "2020-02-14T04:58:13+00:00",
    "TransactionId" : 22680018,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5471833",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1257181,
    "PickSlipLine" : 1,
    "PickSlipType" : "Requisition",
    "PickWave" : null,
    "DueDate" : "2020-03-14",
    "Organization" : "M1",
    "Item" : "VC100",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "SC13214625",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : null,
    "DestinationAccount" : "01-000-2440-0000-000",
    "DestinationLocator" : null,
    "Order" : "5471865",
    "SourceOrder" : null,
    "SourceOrderLine" : null,
    "ShippingPriority" : null,
    "Customer" : null,
    "Shipment" : null,
    "ShipToLocation" : null,
    "ShippingMethod" : null,
    "RequiredDate" : "2020-03-14",
    "CreationDate" : "2020-03-14T05:08:00.130+00:00",
    "TransactionId" : 300100204443381,
    "TransactionType" : "Movement Request Issue",
    "MovementRequest" : "5471865",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1257182,
    "PickSlipLine" : 1,
    "PickSlipType" : "Requisition",
    "PickWave" : null,
    "DueDate" : "2020-03-14",
    "Organization" : "M1",
    "Item" : "VC100",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "SC14024706",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : null,
    "DestinationAccount" : "01-000-2440-0000-000",
    "DestinationLocator" : null,
    "Order" : "5471866",
    "SourceOrder" : null,
    "SourceOrderLine" : null,
    "ShippingPriority" : null,
    "Customer" : null,
    "Shipment" : null,
    "ShipToLocation" : null,
    "ShippingMethod" : null,
    "RequiredDate" : "2020-03-14",
    "CreationDate" : "2020-03-14T10:06:25.617+00:00",
    "TransactionId" : 300100204442384,
    "TransactionType" : "Movement Request Issue",
    "MovementRequest" : "5471866",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  } ],
  "count" : 25,
  "hasMore" : true,
  "limit" : 25,
  "offset" : 0,
  "links" : [ {
    "rel" : "self",
    "href" : "http://servername/fscmRestApi/resources/version/openPickLines",
    "name" : "openPickLines",
    "kind" : "collection"
  } ]
}"

Example 2: Get all Open Pick Lines Using Limit and Offset

Example 2: cURL Command

curl -u username:password "server:port/fscmRestApi/resources/version/openPickLines?q=Organization=M1&limit=500&offset=500&onlyData=true"

Example 2: Response Body

The following shows an example of the response body in JSON format.
"{
  "items" : [ {
    "PickSlip" : 1374188,
    "PickSlipLine" : 362,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:15+00:00",
    "TransactionId" : 22906546,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 363,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:16+00:00",
    "TransactionId" : 22906547,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 364,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:16+00:00",
    "TransactionId" : 22906548,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 365,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:17+00:00",
    "TransactionId" : 22906549,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 366,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:18+00:00",
    "TransactionId" : 22906550,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 367,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:19+00:00",
    "TransactionId" : 22906551,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 368,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:19+00:00",
    "TransactionId" : 22906552,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 369,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:20+00:00",
    "TransactionId" : 22906553,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 370,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:21+00:00",
    "TransactionId" : 22906554,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 371,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:22+00:00",
    "TransactionId" : 22906555,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 372,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:22+00:00",
    "TransactionId" : 22906556,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 373,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:23+00:00",
    "TransactionId" : 22906557,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 374,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:24+00:00",
    "TransactionId" : 22906558,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 375,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:25+00:00",
    "TransactionId" : 22906559,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 376,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:26+00:00",
    "TransactionId" : 22906560,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 377,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:26+00:00",
    "TransactionId" : 22906561,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 378,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:27+00:00",
    "TransactionId" : 22906562,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 379,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:28+00:00",
    "TransactionId" : 22906563,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 380,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:28+00:00",
    "TransactionId" : 22906564,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 381,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:29+00:00",
    "TransactionId" : 22906565,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 382,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:30+00:00",
    "TransactionId" : 22906566,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 383,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:31+00:00",
    "TransactionId" : 22906567,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 384,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:31+00:00",
    "TransactionId" : 22906568,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 385,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:32+00:00",
    "TransactionId" : 22906569,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 386,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:33+00:00",
    "TransactionId" : 22906570,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 387,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:33+00:00",
    "TransactionId" : 22906571,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 388,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:34+00:00",
    "TransactionId" : 22906572,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1374188,
    "PickSlipLine" : 389,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5608879,
    "DueDate" : "2021-06-23",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DMSub",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "AR_281019_M10014",
    "SourceOrder" : "AR_281019_M10014",
    "SourceOrderLine" : "1",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2021-06-23",
    "CreationDate" : "2021-08-31T23:14:35+00:00",
    "TransactionId" : 22906573,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5608879",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  },
  ...
  ],
  "count" : 500,
  "hasMore" : true,
  "limit" : 500,
  "offset" : 500,
  "links" : [ {
    "rel" : "self",
    "href" : "http://servername/fscmRestApi/resources/version/openPickLines",
    "name" : "openPickLines",
    "kind" : "collection"
  } ]
}"

Example 3: Get all Open Pick Lines Expanding all the Resources

Example 3: cURL Command

curl -u username:password "server:port/fscmRestApi/resources/version/openPickLines?q=Organization=M1&expand=all&onlyData=true"

Example 3: Response Body

The following shows an example of the response body in JSON format.
"{
  "items" : [ {
    "PickSlip" : 1045157,
    "PickSlipLine" : 1,
    "PickSlipType" : "Requisition",
    "PickWave" : null,
    "DueDate" : "2012-04-06",
    "Organization" : "M1",
    "Item" : "VC100",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "S4656",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : null,
    "DestinationAccount" : "01-000-2440-0000-000",
    "DestinationLocator" : null,
    "Order" : "300100007081662",
    "SourceOrder" : null,
    "SourceOrderLine" : null,
    "ShippingPriority" : null,
    "Customer" : null,
    "Shipment" : null,
    "ShipToLocation" : null,
    "ShippingMethod" : null,
    "RequiredDate" : "2012-04-06",
    "CreationDate" : "2012-04-06T05:23:25+00:00",
    "TransactionId" : 300100007081696,
    "TransactionType" : "Movement Request Issue",
    "MovementRequest" : "300100007081662",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true,
    "DFFs" : [ {
      "TransactionTempId" : 300100007081696,
      "_Patient__Account" : null,
      "_Global__Segment2" : null,
      "_BI_2DGlobSeg_2DMatStat" : null,
      "vishsrtest1" : null,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "projectCostDFFs" : [ {
      "TransactionTempId" : 300100007081696,
      "__FLEX_Context" : "INV_Misc_Transactions",
      "__FLEX_Context_DisplayValue" : "INV: Misc. Transactions",
      "_PROJECT_ID" : null,
      "_PROJECT_ID_Display" : null,
      "_TASK_ID" : null,
      "_TASK_ID_Display" : null,
      "_EXPENDITURE_ITEM_DATE" : null,
      "_EXPENDITURE_TYPE_ID" : null,
      "_EXPENDITURE_TYPE_ID_Display" : null,
      "_ORGANIZATION_ID" : null,
      "_ORGANIZATION_ID_Display" : null,
      "_CONTRACT_ID" : null,
      "_CONTRACT_ID_Display" : null,
      "_RESERVED_ATTRIBUTE1" : null,
      "_RESERVED_ATTRIBUTE1_Display" : null,
      "_BILLABLE_FLAG" : null,
      "_BILLABLE_FLAG_Display" : null,
      "_CAPITALIZABLE_FLAG" : null,
      "_CAPITALIZABLE_FLAG_Display" : null,
      "_WORK_TYPE_ID" : null,
      "_WORK_TYPE_ID_Display" : null
    } ],
    "inventoryAttributesDFFs" : [ {
      "TransactionTempId" : 300100007081696,
      "projectId" : null,
      "projectId_Display" : null,
      "taskId" : null,
      "taskId_Display" : null,
      "countryOfOriginCode" : null,
      "countryOfOriginCode_Display" : null,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "itemSerials" : [ ],
    "itemLots" : [ ]
  }, {
    "PickSlip" : 1050149,
    "PickSlipLine" : 1,
    "PickSlipType" : "Requisition",
    "PickWave" : null,
    "DueDate" : "2012-05-30",
    "Organization" : "M1",
    "Item" : "VC100",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "S530139",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : null,
    "DestinationAccount" : "01-000-2440-0000-000",
    "DestinationLocator" : null,
    "Order" : "300100010813771",
    "SourceOrder" : null,
    "SourceOrderLine" : null,
    "ShippingPriority" : null,
    "Customer" : null,
    "Shipment" : null,
    "ShipToLocation" : null,
    "ShippingMethod" : null,
    "RequiredDate" : "2012-05-30",
    "CreationDate" : "2012-05-30T01:57:15+00:00",
    "TransactionId" : 300100010813774,
    "TransactionType" : "Movement Request Issue",
    "MovementRequest" : "300100010813771",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true,
    "DFFs" : [ {
      "TransactionTempId" : 300100010813774,
      "_Patient__Account" : null,
      "_Global__Segment2" : null,
      "_BI_2DGlobSeg_2DMatStat" : null,
      "vishsrtest1" : null,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "projectCostDFFs" : [ {
      "TransactionTempId" : 300100010813774,
      "__FLEX_Context" : "INV_Misc_Transactions",
      "__FLEX_Context_DisplayValue" : "INV: Misc. Transactions",
      "_PROJECT_ID" : null,
      "_PROJECT_ID_Display" : null,
      "_TASK_ID" : null,
      "_TASK_ID_Display" : null,
      "_EXPENDITURE_ITEM_DATE" : null,
      "_EXPENDITURE_TYPE_ID" : null,
      "_EXPENDITURE_TYPE_ID_Display" : null,
      "_ORGANIZATION_ID" : null,
      "_ORGANIZATION_ID_Display" : null,
      "_CONTRACT_ID" : null,
      "_CONTRACT_ID_Display" : null,
      "_RESERVED_ATTRIBUTE1" : null,
      "_RESERVED_ATTRIBUTE1_Display" : null,
      "_BILLABLE_FLAG" : null,
      "_BILLABLE_FLAG_Display" : null,
      "_CAPITALIZABLE_FLAG" : null,
      "_CAPITALIZABLE_FLAG_Display" : null,
      "_WORK_TYPE_ID" : null,
      "_WORK_TYPE_ID_Display" : null
    } ],
    "inventoryAttributesDFFs" : [ {
      "TransactionTempId" : 300100010813774,
      "projectId" : null,
      "projectId_Display" : null,
      "taskId" : null,
      "taskId_Display" : null,
      "countryOfOriginCode" : null,
      "countryOfOriginCode_Display" : null,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "itemSerials" : [ ],
    "itemLots" : [ ]
  }, {
    "PickSlip" : 1053150,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5141730,
    "DueDate" : "2012-05-04",
    "Organization" : "M1",
    "Item" : "INV-100",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "ABCSUB01",
    "SourceLocatorId" : 3134,
    "SourceLocator" : "ABC1.1.1",
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHRRF-8-29-0-54",
    "SourceOrder" : "WSHRRF-8-29-0-54",
    "SourceOrderLine" : "20001",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2237943",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2012-05-04",
    "CreationDate" : "2012-08-29T01:13:43+00:00",
    "TransactionId" : 22200783,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5141730",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true,
    "DFFs" : [ {
      "TransactionTempId" : 22200783,
      "_Patient__Account" : null,
      "_Global__Segment2" : null,
      "_BI_2DGlobSeg_2DMatStat" : null,
      "vishsrtest1" : null,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "projectCostDFFs" : [ {
      "TransactionTempId" : 22200783,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "inventoryAttributesDFFs" : [ {
      "TransactionTempId" : 22200783,
      "projectId" : null,
      "projectId_Display" : null,
      "taskId" : null,
      "taskId_Display" : null,
      "countryOfOriginCode" : null,
      "countryOfOriginCode_Display" : null,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "itemSerials" : [ ],
    "itemLots" : [ ]
  }, {
    "PickSlip" : 1053150,
    "PickSlipLine" : 2,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5141730,
    "DueDate" : "2012-05-04",
    "Organization" : "M1",
    "Item" : "INV-101",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DSR-NLOC-1",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHRRF-8-29-0-54",
    "SourceOrder" : "WSHRRF-8-29-0-54",
    "SourceOrderLine" : "20002",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2237943",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2012-05-04",
    "CreationDate" : "2012-08-29T01:13:43+00:00",
    "TransactionId" : 22200785,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5141730",
    "MovementRequestLine" : 2,
    "AllowUseOfCommonSuppliesFlag" : true,
    "DFFs" : [ {
      "TransactionTempId" : 22200785,
      "_Patient__Account" : null,
      "_Global__Segment2" : null,
      "_BI_2DGlobSeg_2DMatStat" : null,
      "vishsrtest1" : null,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "projectCostDFFs" : [ {
      "TransactionTempId" : 22200785,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "inventoryAttributesDFFs" : [ {
      "TransactionTempId" : 22200785,
      "projectId" : null,
      "projectId_Display" : null,
      "taskId" : null,
      "taskId_Display" : null,
      "countryOfOriginCode" : null,
      "countryOfOriginCode_Display" : null,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "itemSerials" : [ ],
    "itemLots" : [ {
      "Lot" : "D-L001",
      "Quantity" : 1,
      "SecondaryQuantity" : null
    } ]
  }, {
    "PickSlip" : 1053150,
    "PickSlipLine" : 3,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5141730,
    "DueDate" : "2012-05-04",
    "Organization" : "M1",
    "Item" : "INV-102",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "DSR-LOC-1",
    "SourceLocatorId" : 100000011907046,
    "SourceLocator" : "DL1.1.1",
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHRRF-8-29-0-54",
    "SourceOrder" : "WSHRRF-8-29-0-54",
    "SourceOrderLine" : "20003",
    "ShippingPriority" : null,
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2237943",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2012-05-04",
    "CreationDate" : "2012-08-29T01:13:43+00:00",
    "TransactionId" : 22200788,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5141730",
    "MovementRequestLine" : 3,
    "AllowUseOfCommonSuppliesFlag" : true,
    "DFFs" : [ {
      "TransactionTempId" : 22200788,
      "_Patient__Account" : null,
      "_Global__Segment2" : null,
      "_BI_2DGlobSeg_2DMatStat" : null,
      "vishsrtest1" : null,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "projectCostDFFs" : [ {
      "TransactionTempId" : 22200788,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "inventoryAttributesDFFs" : [ {
      "TransactionTempId" : 22200788,
      "projectId" : null,
      "projectId_Display" : null,
      "taskId" : null,
      "taskId_Display" : null,
      "countryOfOriginCode" : null,
      "countryOfOriginCode_Display" : null,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "itemSerials" : [ {
      "FromSerialNumber" : "D-S131",
      "ToSerialNumber" : "D-S131"
    } ],
    "itemLots" : [ ]
  }, {
    "PickSlip" : 1070166,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5155781,
    "DueDate" : "2009-10-04",
    "Organization" : "M1",
    "Item" : "INV-101",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "WS21011005",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSSO12210108",
    "SourceOrder" : "WSSO12210108",
    "SourceOrderLine" : "WSSO12210108",
    "ShippingPriority" : "Low",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2238340",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2009-10-04",
    "CreationDate" : "2013-12-21T01:17:51+00:00",
    "TransactionId" : 22204945,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5155781",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true,
    "DFFs" : [ {
      "TransactionTempId" : 22204945,
      "_Patient__Account" : null,
      "_Global__Segment2" : null,
      "_BI_2DGlobSeg_2DMatStat" : null,
      "vishsrtest1" : null,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "projectCostDFFs" : [ {
      "TransactionTempId" : 22204945,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "inventoryAttributesDFFs" : [ {
      "TransactionTempId" : 22204945,
      "projectId" : null,
      "projectId_Display" : null,
      "taskId" : null,
      "taskId_Display" : null,
      "countryOfOriginCode" : null,
      "countryOfOriginCode_Display" : null,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "itemSerials" : [ ],
    "itemLots" : [ {
      "Lot" : "S00000000024003",
      "Quantity" : 2,
      "SecondaryQuantity" : null
    } ]
  }, {
    "PickSlip" : 1070167,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5155783,
    "DueDate" : "2009-10-04",
    "Organization" : "M1",
    "Item" : "INV-101",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "WS21020415",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSSO12210202",
    "SourceOrder" : "WSSO12210202",
    "SourceOrderLine" : "WSSO12210202",
    "ShippingPriority" : "Low",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2238341",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2009-10-04",
    "CreationDate" : "2013-12-21T02:11:35+00:00",
    "TransactionId" : 22204949,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5155783",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true,
    "DFFs" : [ {
      "TransactionTempId" : 22204949,
      "_Patient__Account" : null,
      "_Global__Segment2" : null,
      "_BI_2DGlobSeg_2DMatStat" : null,
      "vishsrtest1" : null,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "projectCostDFFs" : [ {
      "TransactionTempId" : 22204949,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "inventoryAttributesDFFs" : [ {
      "TransactionTempId" : 22204949,
      "projectId" : null,
      "projectId_Display" : null,
      "taskId" : null,
      "taskId_Display" : null,
      "countryOfOriginCode" : null,
      "countryOfOriginCode_Display" : null,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "itemSerials" : [ ],
    "itemLots" : [ {
      "Lot" : "S00000000024004",
      "Quantity" : 2,
      "SecondaryQuantity" : null
    } ]
  }, {
    "PickSlip" : 1070168,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5155785,
    "DueDate" : "2009-10-04",
    "Organization" : "M1",
    "Item" : "INV-101",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "WS21025830",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSSO12210256",
    "SourceOrder" : "WSSO12210256",
    "SourceOrderLine" : "WSSO12210256",
    "ShippingPriority" : "Low",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2238342",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2009-10-04",
    "CreationDate" : "2013-12-21T03:05:07+00:00",
    "TransactionId" : 22204953,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5155785",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true,
    "DFFs" : [ {
      "TransactionTempId" : 22204953,
      "_Patient__Account" : null,
      "_Global__Segment2" : null,
      "_BI_2DGlobSeg_2DMatStat" : null,
      "vishsrtest1" : null,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "projectCostDFFs" : [ {
      "TransactionTempId" : 22204953,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "inventoryAttributesDFFs" : [ {
      "TransactionTempId" : 22204953,
      "projectId" : null,
      "projectId_Display" : null,
      "taskId" : null,
      "taskId_Display" : null,
      "countryOfOriginCode" : null,
      "countryOfOriginCode_Display" : null,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "itemSerials" : [ ],
    "itemLots" : [ {
      "Lot" : "S00000000024005",
      "Quantity" : 2,
      "SecondaryQuantity" : null
    } ]
  }, {
    "PickSlip" : 1070169,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5155786,
    "DueDate" : "2009-10-04",
    "Organization" : "M1",
    "Item" : "INV-101",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "WS21043109",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSSO12210429",
    "SourceOrder" : "WSSO12210429",
    "SourceOrderLine" : "WSSO12210429",
    "ShippingPriority" : "Low",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2238343",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2009-10-04",
    "CreationDate" : "2013-12-21T04:37:46+00:00",
    "TransactionId" : 22204956,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5155786",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true,
    "DFFs" : [ {
      "TransactionTempId" : 22204956,
      "_Patient__Account" : null,
      "_Global__Segment2" : null,
      "_BI_2DGlobSeg_2DMatStat" : null,
      "vishsrtest1" : null,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "projectCostDFFs" : [ {
      "TransactionTempId" : 22204956,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "inventoryAttributesDFFs" : [ {
      "TransactionTempId" : 22204956,
      "projectId" : null,
      "projectId_Display" : null,
      "taskId" : null,
      "taskId_Display" : null,
      "countryOfOriginCode" : null,
      "countryOfOriginCode_Display" : null,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "itemSerials" : [ ],
    "itemLots" : [ {
      "Lot" : "S00000000025005",
      "Quantity" : 2,
      "SecondaryQuantity" : null
    } ]
  }, {
    "PickSlip" : 1070170,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5155787,
    "DueDate" : "2009-10-04",
    "Organization" : "M1",
    "Item" : "INV-101",
    "Revision" : null,
    "RequestedQuantity" : 2,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "WS21045937",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Staging1",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSSO12210458",
    "SourceOrder" : "WSSO12210458",
    "SourceOrderLine" : "WSSO12210458",
    "ShippingPriority" : "Low",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2238344",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2009-10-04",
    "CreationDate" : "2013-12-21T05:06:13+00:00",
    "TransactionId" : 22204959,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5155787",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true,
    "DFFs" : [ {
      "TransactionTempId" : 22204959,
      "_Patient__Account" : null,
      "_Global__Segment2" : null,
      "_BI_2DGlobSeg_2DMatStat" : null,
      "vishsrtest1" : null,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "projectCostDFFs" : [ {
      "TransactionTempId" : 22204959,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "inventoryAttributesDFFs" : [ {
      "TransactionTempId" : 22204959,
      "projectId" : null,
      "projectId_Display" : null,
      "taskId" : null,
      "taskId_Display" : null,
      "countryOfOriginCode" : null,
      "countryOfOriginCode_Display" : null,
      "__FLEX_Context" : null,
      "__FLEX_Context_DisplayValue" : null
    } ],
    "itemSerials" : [ ],
    "itemLots" : [ {
      "Lot" : "S00000000025006",
      "Quantity" : 2,
      "SecondaryQuantity" : null
    } ]
  },
  ...
  ],
  "count" : 25,
  "hasMore" : true,
  "limit" : 25,
  "offset" : 0,
  "links" : [ {
    "rel" : "self",
    "href" : "http://servername/fscmRestApi/resources/version/openPickLines",
    "name" : "openPickLines",
    "kind" : "collection"
  } ]
}"

Example 4: Get all Open Pick Lines Using the Finder findByOrganization

Example 4: cURL Command

curl -u username:password "server:port/fscmRestApi/resources/version/openPickLines?finder=findByOrganization;pOrganization=M1&onlyData=true"

Example 4: Response Body

The following shows an example of the response body in JSON format.
"{
  "items" : [ {
    "PickSlip" : 1046148,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5135706,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-27",
    "SourceOrder" : "WSHF-9-16-2-27",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-23T02:17:32+00:00",
    "TransactionId" : 22200163,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5135706",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1046149,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5135716,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-32",
    "SourceOrder" : "WSHF-9-16-2-32",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-23T22:17:21+00:00",
    "TransactionId" : 22200219,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5135716",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1046150,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5135721,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-92",
    "SourceOrder" : "WSHF-9-16-2-92",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-24T05:54:51+00:00",
    "TransactionId" : 22200221,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5135721",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1046151,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5134722,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-85",
    "SourceOrder" : "WSHF-9-16-2-85",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-24T11:24:24+00:00",
    "TransactionId" : 22200244,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5134722",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1046152,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5135727,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-48",
    "SourceOrder" : "WSHF-9-16-2-48",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2237805",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-24T21:45:46+00:00",
    "TransactionId" : 22200288,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5135727",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1046153,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5135728,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-76",
    "SourceOrder" : "WSHF-9-16-2-76",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2237806",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-24T22:15:38+00:00",
    "TransactionId" : 22200290,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5135728",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1046154,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5135729,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-69",
    "SourceOrder" : "WSHF-9-16-2-69",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2237807",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-24T23:24:39+00:00",
    "TransactionId" : 22200302,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5135729",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1046155,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5135731,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-11",
    "SourceOrder" : "WSHF-9-16-2-11",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2237808",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-24T23:59:06+00:00",
    "TransactionId" : 22200314,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5135731",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1046156,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5135732,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-13",
    "SourceOrder" : "WSHF-9-16-2-13",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2237809",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-25T11:24:45+00:00",
    "TransactionId" : 22200316,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5135732",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1046157,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5135733,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-88",
    "SourceOrder" : "WSHF-9-16-2-88",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2237810",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-25T18:15:50+00:00",
    "TransactionId" : 22200318,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5135733",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1046158,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5135736,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-26",
    "SourceOrder" : "WSHF-9-16-2-26",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2237811",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-25T23:43:36+00:00",
    "TransactionId" : 22200320,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5135736",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1046159,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5135739,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-14",
    "SourceOrder" : "WSHF-9-16-2-14",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2237812",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-26T18:14:59+00:00",
    "TransactionId" : 22200342,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5135739",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1046160,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5135741,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-25",
    "SourceOrder" : "WSHF-9-16-2-25",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2237813",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-26T23:25:08+00:00",
    "TransactionId" : 22200344,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5135741",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1046161,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5135747,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-79",
    "SourceOrder" : "WSHF-9-16-2-79",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2237814",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-27T05:55:35+00:00",
    "TransactionId" : 22200346,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5135747",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1046162,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5135750,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-47",
    "SourceOrder" : "WSHF-9-16-2-47",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2237815",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-27T23:24:44+00:00",
    "TransactionId" : 22200350,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5135750",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1047148,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5134708,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-61",
    "SourceOrder" : "WSHF-9-16-2-61",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-23T05:54:41+00:00",
    "TransactionId" : 22200183,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5134708",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1047149,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5134713,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-89",
    "SourceOrder" : "WSHF-9-16-2-89",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-23T18:14:44+00:00",
    "TransactionId" : 22200198,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5134713",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1047150,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5134715,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-83",
    "SourceOrder" : "WSHF-9-16-2-83",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-23T23:24:38+00:00",
    "TransactionId" : 22200200,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5134715",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1047151,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5134716,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-52",
    "SourceOrder" : "WSHF-9-16-2-52",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-24T00:01:13+00:00",
    "TransactionId" : 22200222,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5134716",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1047152,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5134717,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-95",
    "SourceOrder" : "WSHF-9-16-2-95",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-24T03:50:05+00:00",
    "TransactionId" : 22200224,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5134717",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1047153,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5134718,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-96",
    "SourceOrder" : "WSHF-9-16-2-96",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-24T04:50:36+00:00",
    "TransactionId" : 22200226,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5134718",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1047154,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5134720,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-17",
    "SourceOrder" : "WSHF-9-16-2-17",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-24T05:55:59+00:00",
    "TransactionId" : 22200228,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5134720",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1047155,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5134721,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-41",
    "SourceOrder" : "WSHF-9-16-2-41",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-24T06:04:58+00:00",
    "TransactionId" : 22200230,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5134721",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1047156,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5134724,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-20",
    "SourceOrder" : "WSHF-9-16-2-20",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : null,
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-24T18:14:48+00:00",
    "TransactionId" : 22200263,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5134724",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  }, {
    "PickSlip" : 1047157,
    "PickSlipLine" : 1,
    "PickSlipType" : "Pick wave",
    "PickWave" : 5134735,
    "DueDate" : "2010-08-16",
    "Organization" : "V1",
    "Item" : "AS54888",
    "Revision" : null,
    "RequestedQuantity" : 1,
    "UOM" : "Each",
    "SecondaryRequestedQuantity" : null,
    "SecondaryUOM" : null,
    "SourceSubinventory" : "Stores",
    "SourceLocatorId" : null,
    "SourceLocator" : null,
    "DestinationSubinventory" : "Stores",
    "DestinationAccount" : null,
    "DestinationLocator" : null,
    "Order" : "WSHF-9-16-2-38",
    "SourceOrder" : "WSHF-9-16-2-38",
    "SourceOrderLine" : "1",
    "ShippingPriority" : "High",
    "Customer" : "Computer Service and Rentals",
    "Shipment" : "2237830",
    "ShipToLocation" : "1156 River Street,ATLANTA, GA 30010",
    "ShippingMethod" : null,
    "RequiredDate" : "2010-02-14",
    "CreationDate" : "2012-04-25T22:15:46+00:00",
    "TransactionId" : 22200323,
    "TransactionType" : "Sales Order Pick",
    "MovementRequest" : "5134735",
    "MovementRequestLine" : 1,
    "AllowUseOfCommonSuppliesFlag" : true
  } ],
  "count" : 25,
  "hasMore" : true,
  "limit" : 25,
  "offset" : 0,
  "links" : [ {
    "rel" : "self",
    "href" : "http://servername/fscmRestApi/resources/version/openPickLines",
    "name" : "openPickLines",
    "kind" : "collection"
  } ]
}"

Example 5: Get all Open Pick Lines Using the Finder findByPickSlip

Example 5: cURL Command

curl -u username:password "server:port/fscmRestApi/resources/version/openPickLines?finder=findByPickSlip;pPickSlip=1377189&onlyData=true"

Example 5: Response Body

The following shows an example of the response body in JSON format.
"{
  "items": [
      {
          "PickSlip": 1377189,
          "PickSlipLine": 1,
          "PickSlipType": "Pick wave",
          "PickWave": 5611881,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10020",
          "SourceOrder": "AR_281019_M10020",
          "SourceOrderLine": "1",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-01T22:53:49+00:00",
          "TransactionId": 22911191,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5611881",
          "MovementRequestLine": 1,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1377189,
          "PickSlipLine": 2,
          "PickSlipType": "Pick wave",
          "PickWave": 5611881,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10020",
          "SourceOrder": "AR_281019_M10020",
          "SourceOrderLine": "2",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-01T22:53:53+00:00",
          "TransactionId": 22911194,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5611881",
          "MovementRequestLine": 2,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1377189,
          "PickSlipLine": 3,
          "PickSlipType": "Pick wave",
          "PickWave": 5611881,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10020",
          "SourceOrder": "AR_281019_M10020",
          "SourceOrderLine": "3",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-01T22:53:53+00:00",
          "TransactionId": 22911197,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5611881",
          "MovementRequestLine": 3,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1377189,
          "PickSlipLine": 4,
          "PickSlipType": "Pick wave",
          "PickWave": 5611881,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10020",
          "SourceOrder": "AR_281019_M10020",
          "SourceOrderLine": "4",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-01T22:53:53+00:00",
          "TransactionId": 22911200,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5611881",
          "MovementRequestLine": 4,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1377189,
          "PickSlipLine": 5,
          "PickSlipType": "Pick wave",
          "PickWave": 5611881,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10020",
          "SourceOrder": "AR_281019_M10020",
          "SourceOrderLine": "5",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-01T22:53:53+00:00",
          "TransactionId": 22911203,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5611881",
          "MovementRequestLine": 5,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1377189,
          "PickSlipLine": 6,
          "PickSlipType": "Pick wave",
          "PickWave": 5611881,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10020",
          "SourceOrder": "AR_281019_M10020",
          "SourceOrderLine": "6",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-01T22:53:54+00:00",
          "TransactionId": 22911206,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5611881",
          "MovementRequestLine": 6,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1377189,
          "PickSlipLine": 7,
          "PickSlipType": "Pick wave",
          "PickWave": 5611881,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10020",
          "SourceOrder": "AR_281019_M10020",
          "SourceOrderLine": "7",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-01T22:53:54+00:00",
          "TransactionId": 22911209,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5611881",
          "MovementRequestLine": 7,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1377189,
          "PickSlipLine": 8,
          "PickSlipType": "Pick wave",
          "PickWave": 5611881,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10020",
          "SourceOrder": "AR_281019_M10020",
          "SourceOrderLine": "8",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-01T22:53:54+00:00",
          "TransactionId": 22911212,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5611881",
          "MovementRequestLine": 8,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1377189,
          "PickSlipLine": 9,
          "PickSlipType": "Pick wave",
          "PickWave": 5611881,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10020",
          "SourceOrder": "AR_281019_M10020",
          "SourceOrderLine": "9",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-01T22:53:54+00:00",
          "TransactionId": 22911215,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5611881",
          "MovementRequestLine": 9,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1377189,
          "PickSlipLine": 10,
          "PickSlipType": "Pick wave",
          "PickWave": 5611881,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10020",
          "SourceOrder": "AR_281019_M10020",
          "SourceOrderLine": "10",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-01T22:53:54+00:00",
          "TransactionId": 22911218,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5611881",
          "MovementRequestLine": 10,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1377189,
          "PickSlipLine": 11,
          "PickSlipType": "Pick wave",
          "PickWave": 5611881,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10020",
          "SourceOrder": "AR_281019_M10020",
          "SourceOrderLine": "11",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-01T22:53:54+00:00",
          "TransactionId": 22911221,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5611881",
          "MovementRequestLine": 11,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1377189,
          "PickSlipLine": 12,
          "PickSlipType": "Pick wave",
          "PickWave": 5611881,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10020",
          "SourceOrder": "AR_281019_M10020",
          "SourceOrderLine": "12",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-01T22:53:54+00:00",
          "TransactionId": 22911224,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5611881",
          "MovementRequestLine": 12,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1377189,
          "PickSlipLine": 13,
          "PickSlipType": "Pick wave",
          "PickWave": 5611881,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10020",
          "SourceOrder": "AR_281019_M10020",
          "SourceOrderLine": "13",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-01T22:53:54+00:00",
          "TransactionId": 22911227,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5611881",
          "MovementRequestLine": 13,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1377189,
          "PickSlipLine": 14,
          "PickSlipType": "Pick wave",
          "PickWave": 5611881,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10020",
          "SourceOrder": "AR_281019_M10020",
          "SourceOrderLine": "14",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-01T22:53:54+00:00",
          "TransactionId": 22911230,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5611881",
          "MovementRequestLine": 14,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1377189,
          "PickSlipLine": 15,
          "PickSlipType": "Pick wave",
          "PickWave": 5611881,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10020",
          "SourceOrder": "AR_281019_M10020",
          "SourceOrderLine": "15",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-01T22:53:54+00:00",
          "TransactionId": 22911233,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5611881",
          "MovementRequestLine": 15,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1377189,
          "PickSlipLine": 16,
          "PickSlipType": "Pick wave",
          "PickWave": 5611881,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10020",
          "SourceOrder": "AR_281019_M10020",
          "SourceOrderLine": "16",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-01T22:53:54+00:00",
          "TransactionId": 22911236,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5611881",
          "MovementRequestLine": 16,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1377189,
          "PickSlipLine": 17,
          "PickSlipType": "Pick wave",
          "PickWave": 5611881,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10020",
          "SourceOrder": "AR_281019_M10020",
          "SourceOrderLine": "17",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-01T22:53:54+00:00",
          "TransactionId": 22911239,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5611881",
          "MovementRequestLine": 17,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1377189,
          "PickSlipLine": 18,
          "PickSlipType": "Pick wave",
          "PickWave": 5611881,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10020",
          "SourceOrder": "AR_281019_M10020",
          "SourceOrderLine": "18",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-01T22:53:54+00:00",
          "TransactionId": 22911242,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5611881",
          "MovementRequestLine": 18,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1377189,
          "PickSlipLine": 19,
          "PickSlipType": "Pick wave",
          "PickWave": 5611881,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10020",
          "SourceOrder": "AR_281019_M10020",
          "SourceOrderLine": "19",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-01T22:53:54+00:00",
          "TransactionId": 22911245,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5611881",
          "MovementRequestLine": 19,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1377189,
          "PickSlipLine": 20,
          "PickSlipType": "Pick wave",
          "PickWave": 5611881,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10020",
          "SourceOrder": "AR_281019_M10020",
          "SourceOrderLine": "20",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-01T22:53:54+00:00",
          "TransactionId": 22911248,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5611881",
          "MovementRequestLine": 20,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1377189,
          "PickSlipLine": 21,
          "PickSlipType": "Pick wave",
          "PickWave": 5611881,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10020",
          "SourceOrder": "AR_281019_M10020",
          "SourceOrderLine": "21",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-01T22:53:54+00:00",
          "TransactionId": 22911251,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5611881",
          "MovementRequestLine": 21,
          "AllowUseOfCommonSuppliesFlag": true
      },
      ...
  ],
  "count": 25,
  "hasMore": true,
  "limit": 25,
  "offset": 0,
  "links": [
      {
          "rel": "self",
          "href": "http://servername/fscmRestApi/resources/version/openPickLines",
          "name": "openPickLines",
          "kind": "collection"
      }
  ]
}"

Example 6: Get all Open Pick Lines Using the Finder findByPickWave

Example 6: cURL Command

curl -u username:password "server:port/fscmRestApi/resources/version/openPickLines?finder=findByPickWave;pPickWave=5141730&onlyData=true"

Example 6: Response Body

The following shows an example of the response body in JSON format.
"{
    "items": [
        {
            "PickSlip": 1053150,
            "PickSlipLine": 1,
            "PickSlipType": "Pick wave",
            "PickWave": 5141730,
            "DueDate": "2012-05-04",
            "Organization": "M1",
            "Item": "INV-100",
            "Revision": null,
            "RequestedQuantity": 1,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "ABCSUB01",
            "SourceLocatorId": 3134,
            "SourceLocator": "ABC1.1.1",
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "WSHRRF-8-29-0-54",
            "SourceOrder": "WSHRRF-8-29-0-54",
            "SourceOrderLine": "20001",
            "ShippingPriority": null,
            "Customer": "Computer Service and Rentals",
            "Shipment": "2237943",
            "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
            "ShippingMethod": null,
            "RequiredDate": "2012-05-04",
            "CreationDate": "2012-08-29T01:13:43+00:00",
            "TransactionId": 22200783,
            "TransactionType": "Sales Order Pick",
            "MovementRequest": "5141730",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1053150,
            "PickSlipLine": 2,
            "PickSlipType": "Pick wave",
            "PickWave": 5141730,
            "DueDate": "2012-05-04",
            "Organization": "M1",
            "Item": "INV-101",
            "Revision": null,
            "RequestedQuantity": 1,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "DSR-NLOC-1",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "WSHRRF-8-29-0-54",
            "SourceOrder": "WSHRRF-8-29-0-54",
            "SourceOrderLine": "20002",
            "ShippingPriority": null,
            "Customer": "Computer Service and Rentals",
            "Shipment": "2237943",
            "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
            "ShippingMethod": null,
            "RequiredDate": "2012-05-04",
            "CreationDate": "2012-08-29T01:13:43+00:00",
            "TransactionId": 22200785,
            "TransactionType": "Sales Order Pick",
            "MovementRequest": "5141730",
            "MovementRequestLine": 2,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1053150,
            "PickSlipLine": 3,
            "PickSlipType": "Pick wave",
            "PickWave": 5141730,
            "DueDate": "2012-05-04",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 1,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "DSR-LOC-1",
            "SourceLocatorId": 100000011907046,
            "SourceLocator": "DL1.1.1",
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "WSHRRF-8-29-0-54",
            "SourceOrder": "WSHRRF-8-29-0-54",
            "SourceOrderLine": "20003",
            "ShippingPriority": null,
            "Customer": "Computer Service and Rentals",
            "Shipment": "2237943",
            "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
            "ShippingMethod": null,
            "RequiredDate": "2012-05-04",
            "CreationDate": "2012-08-29T01:13:43+00:00",
            "TransactionId": 22200788,
            "TransactionType": "Sales Order Pick",
            "MovementRequest": "5141730",
            "MovementRequestLine": 3,
            "AllowUseOfCommonSuppliesFlag": true
        }
    ],
    "count": 3,
    "hasMore": false,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "http://servername/fscmRestApi/resources/version/openPickLines",
            "name": "openPickLines",
            "kind": "collection"
        }
    ]
}"

Example 7: Get all Open Pick Lines Using the Finder finder findByOrganizationAndSourceSubinventory

Example 7: cURL Command

curl -u username:password "server:port/fscmRestApi/resources/version/openPickLines?finder=findByOrganizationAndSourceSubinventory;pSourceSubinventory=Stores,pOrganization=M1&onlyData=true"

Example 7: Response Body

The following shows an example of the response body in JSON format.
"{
    "items": [
        {
            "PickSlip": 1207154,
            "PickSlipLine": 1,
            "PickSlipType": "Requisition",
            "PickWave": null,
            "DueDate": "2018-06-06",
            "Organization": "M1",
            "Item": "INV-101",
            "Revision": null,
            "RequestedQuantity": 2,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "FGI",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "LOG-REST-PC-MR-1",
            "SourceOrder": null,
            "SourceOrderLine": null,
            "ShippingPriority": null,
            "Customer": null,
            "Shipment": null,
            "ShipToLocation": null,
            "ShippingMethod": null,
            "RequiredDate": "2018-06-06",
            "CreationDate": "2018-06-06T05:20:16+00:00",
            "TransactionId": 22428721,
            "TransactionType": "Movement Request Transfer",
            "MovementRequest": "LOG-REST-PC-MR-1",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1208154,
            "PickSlipLine": 1,
            "PickSlipType": "Requisition",
            "PickWave": null,
            "DueDate": "2018-06-06",
            "Organization": "M1",
            "Item": "AS54888",
            "Revision": null,
            "RequestedQuantity": 2,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "FGI",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "LOG-REST-PC-MR-2",
            "SourceOrder": null,
            "SourceOrderLine": null,
            "ShippingPriority": null,
            "Customer": null,
            "Shipment": null,
            "ShipToLocation": null,
            "ShippingMethod": null,
            "RequiredDate": "2018-06-06",
            "CreationDate": "2018-06-06T05:22:42+00:00",
            "TransactionId": 22429716,
            "TransactionType": "Movement Request Transfer",
            "MovementRequest": "LOG-REST-PC-MR-2",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1348188,
            "PickSlipLine": 1,
            "PickSlipType": "Requisition",
            "PickWave": null,
            "DueDate": "2021-08-23",
            "Organization": "M1",
            "Item": "INV-101",
            "Revision": null,
            "RequestedQuantity": 2,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "5581878",
            "SourceOrder": null,
            "SourceOrderLine": null,
            "ShippingPriority": null,
            "Customer": null,
            "Shipment": null,
            "ShipToLocation": null,
            "ShippingMethod": null,
            "RequiredDate": "2021-08-23",
            "CreationDate": "2021-08-22T22:37:33+00:00",
            "TransactionId": 22872186,
            "TransactionType": "Movement Request Transfer",
            "MovementRequest": "5581878",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1349188,
            "PickSlipLine": 1,
            "PickSlipType": "Requisition",
            "PickWave": null,
            "DueDate": "2021-08-23",
            "Organization": "M1",
            "Item": "INV-101",
            "Revision": null,
            "RequestedQuantity": 2,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": null,
            "DestinationAccount": "01-000-7870-0000-000",
            "DestinationLocator": null,
            "Order": "5582878",
            "SourceOrder": null,
            "SourceOrderLine": null,
            "ShippingPriority": null,
            "Customer": null,
            "Shipment": null,
            "ShipToLocation": null,
            "ShippingMethod": null,
            "RequiredDate": "2021-08-23",
            "CreationDate": "2021-08-23T01:04:26+00:00",
            "TransactionId": 22874184,
            "TransactionType": "eIB Issue to Project",
            "MovementRequest": "5582878",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1350188,
            "PickSlipLine": 1,
            "PickSlipType": "Requisition",
            "PickWave": null,
            "DueDate": "2021-08-23",
            "Organization": "M1",
            "Item": "INV-100",
            "Revision": null,
            "RequestedQuantity": 2,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "5583878",
            "SourceOrder": null,
            "SourceOrderLine": null,
            "ShippingPriority": null,
            "Customer": null,
            "Shipment": null,
            "ShipToLocation": null,
            "ShippingMethod": null,
            "RequiredDate": "2021-08-23",
            "CreationDate": "2021-08-23T02:19:13+00:00",
            "TransactionId": 22875184,
            "TransactionType": "Movement Request Transfer",
            "MovementRequest": "5583878",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1366188,
            "PickSlipLine": 1,
            "PickSlipType": "Requisition",
            "PickWave": null,
            "DueDate": "2021-08-26",
            "Organization": "M1",
            "Item": "INV-100",
            "Revision": null,
            "RequestedQuantity": 4,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "ABCSUB01",
            "DestinationAccount": null,
            "DestinationLocator": "ABC1.1.1",
            "Order": "5601878",
            "SourceOrder": null,
            "SourceOrderLine": null,
            "ShippingPriority": null,
            "Customer": null,
            "Shipment": null,
            "ShipToLocation": null,
            "ShippingMethod": null,
            "RequiredDate": "2021-08-26",
            "CreationDate": "2021-08-25T23:39:50+00:00",
            "TransactionId": 22897185,
            "TransactionType": "Movement Request Transfer",
            "MovementRequest": "5601878",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1366191,
            "PickSlipLine": 1,
            "PickSlipType": "Requisition",
            "PickWave": null,
            "DueDate": "2021-08-26",
            "Organization": "M1",
            "Item": "INV-100",
            "Revision": null,
            "RequestedQuantity": 10,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "FGI",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "5601879",
            "SourceOrder": null,
            "SourceOrderLine": null,
            "ShippingPriority": null,
            "Customer": null,
            "Shipment": null,
            "ShipToLocation": null,
            "ShippingMethod": null,
            "RequiredDate": "2021-08-26",
            "CreationDate": "2021-08-25T23:42:15+00:00",
            "TransactionId": 22897190,
            "TransactionType": "Movement Request Transfer",
            "MovementRequest": "5601879",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1368188,
            "PickSlipLine": 1,
            "PickSlipType": "Pick wave",
            "PickWave": 5603878,
            "DueDate": "2021-09-15",
            "Organization": "M1",
            "Item": "INV-100",
            "Revision": null,
            "RequestedQuantity": 10,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "520542",
            "SourceOrder": "520542",
            "SourceOrderLine": "1",
            "ShippingPriority": null,
            "Customer": "Computer Service and Rentals",
            "Shipment": null,
            "ShipToLocation": "1800 Satellite Drive,Distribution Center,CHATTANOOGA, TN 37401",
            "ShippingMethod": null,
            "RequiredDate": "2021-08-26",
            "CreationDate": "2021-08-26T00:57:18+00:00",
            "TransactionId": 22899184,
            "TransactionType": "Sales Order Pick",
            "MovementRequest": "5603878",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1370188,
            "PickSlipLine": 1,
            "PickSlipType": "Pick wave",
            "PickWave": 5604881,
            "DueDate": "2021-08-27",
            "Organization": "M1",
            "Item": "INV-100",
            "Revision": null,
            "RequestedQuantity": 10,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "343029",
            "SourceOrder": "343029",
            "SourceOrderLine": "1",
            "ShippingPriority": null,
            "Customer": "Marsha Brent",
            "Shipment": null,
            "ShipToLocation": "90 Fifth Avenue, New York, NY 10022-3422, New York, United States",
            "ShippingMethod": "DHL-Air-2nd day air",
            "RequiredDate": "2021-08-31",
            "CreationDate": "2021-08-26T02:29:19+00:00",
            "TransactionId": 22901184,
            "TransactionType": "Transfer Order Pick",
            "MovementRequest": "5604881",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1371188,
            "PickSlipLine": 1,
            "PickSlipType": "Pick wave",
            "PickWave": 5605879,
            "DueDate": "2021-09-15",
            "Organization": "M1",
            "Item": "INV-101",
            "Revision": null,
            "RequestedQuantity": 10,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "520543",
            "SourceOrder": "520543",
            "SourceOrderLine": "1",
            "ShippingPriority": null,
            "Customer": "Computer Service and Rentals",
            "Shipment": null,
            "ShipToLocation": "1800 Satellite Drive,Distribution Center,CHATTANOOGA, TN 37401",
            "ShippingMethod": null,
            "RequiredDate": "2021-08-26",
            "CreationDate": "2021-08-26T03:12:11+00:00",
            "TransactionId": 22902186,
            "TransactionType": "Sales Order Pick",
            "MovementRequest": "5605879",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1371190,
            "PickSlipLine": 1,
            "PickSlipType": "Pick wave",
            "PickWave": 5605887,
            "DueDate": "2021-09-15",
            "Organization": "M1",
            "Item": "INV-110",
            "Revision": "A",
            "RequestedQuantity": 1,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "520544",
            "SourceOrder": "520544",
            "SourceOrderLine": "1",
            "ShippingPriority": null,
            "Customer": "Computer Service and Rentals",
            "Shipment": null,
            "ShipToLocation": "1800 Satellite Drive,Distribution Center,CHATTANOOGA, TN 37401",
            "ShippingMethod": null,
            "RequiredDate": "2021-08-26",
            "CreationDate": "2021-08-26T03:44:05+00:00",
            "TransactionId": 22903189,
            "TransactionType": "Sales Order Pick",
            "MovementRequest": "5605887",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1371191,
            "PickSlipLine": 1,
            "PickSlipType": "Requisition",
            "PickWave": null,
            "DueDate": "2021-08-26",
            "Organization": "M1",
            "Item": "INV-100",
            "Revision": null,
            "RequestedQuantity": 3,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "5605889",
            "SourceOrder": null,
            "SourceOrderLine": null,
            "ShippingPriority": null,
            "Customer": null,
            "Shipment": null,
            "ShipToLocation": null,
            "ShippingMethod": null,
            "RequiredDate": "2021-08-26",
            "CreationDate": "2021-08-26T03:57:55+00:00",
            "TransactionId": 22903192,
            "TransactionType": "Movement Request Transfer",
            "MovementRequest": "5605889",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1371194,
            "PickSlipLine": 1,
            "PickSlipType": "Requisition",
            "PickWave": null,
            "DueDate": "2021-08-26",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 10,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "FGI",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "5605890",
            "SourceOrder": null,
            "SourceOrderLine": null,
            "ShippingPriority": null,
            "Customer": null,
            "Shipment": null,
            "ShipToLocation": null,
            "ShippingMethod": null,
            "RequiredDate": "2021-08-26",
            "CreationDate": "2021-08-26T04:34:14.998+00:00",
            "TransactionId": 300100542390686,
            "TransactionType": "Movement Request Transfer",
            "MovementRequest": "5605890",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1371195,
            "PickSlipLine": 1,
            "PickSlipType": "Requisition",
            "PickWave": null,
            "DueDate": "2021-08-26",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 2,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "5605891",
            "SourceOrder": null,
            "SourceOrderLine": null,
            "ShippingPriority": null,
            "Customer": null,
            "Shipment": null,
            "ShipToLocation": null,
            "ShippingMethod": null,
            "RequiredDate": "2021-08-26",
            "CreationDate": "2021-08-26T04:36:36+00:00",
            "TransactionId": 22903199,
            "TransactionType": "Movement Request Transfer",
            "MovementRequest": "5605891",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1371200,
            "PickSlipLine": 1,
            "PickSlipType": "Requisition",
            "PickWave": null,
            "DueDate": "2021-08-26",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 10,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "FGI",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "5605892",
            "SourceOrder": null,
            "SourceOrderLine": null,
            "ShippingPriority": null,
            "Customer": null,
            "Shipment": null,
            "ShipToLocation": null,
            "ShippingMethod": null,
            "RequiredDate": "2021-08-26",
            "CreationDate": "2021-08-26T05:20:42+00:00",
            "TransactionId": 22903206,
            "TransactionType": "Movement Request Transfer",
            "MovementRequest": "5605892",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1371203,
            "PickSlipLine": 1,
            "PickSlipType": "Requisition",
            "PickWave": null,
            "DueDate": "2021-08-28",
            "Organization": "M1",
            "Item": "INV-100",
            "Revision": null,
            "RequestedQuantity": 3,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": null,
            "DestinationAccount": "01-000-7824-0000-000",
            "DestinationLocator": null,
            "Order": "5605893",
            "SourceOrder": null,
            "SourceOrderLine": null,
            "ShippingPriority": null,
            "Customer": null,
            "Shipment": null,
            "ShipToLocation": null,
            "ShippingMethod": null,
            "RequiredDate": "2021-08-28",
            "CreationDate": "2021-08-26T05:57:41+00:00",
            "TransactionId": 22903210,
            "TransactionType": "eIB Issue to Project",
            "MovementRequest": "5605893",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1372188,
            "PickSlipLine": 1,
            "PickSlipType": "Requisition",
            "PickWave": null,
            "DueDate": "2021-08-27",
            "Organization": "M1",
            "Item": "INV-100",
            "Revision": null,
            "RequestedQuantity": 2,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "FGI",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "5606878",
            "SourceOrder": null,
            "SourceOrderLine": null,
            "ShippingPriority": null,
            "Customer": null,
            "Shipment": null,
            "ShipToLocation": null,
            "ShippingMethod": null,
            "RequiredDate": "2021-08-27",
            "CreationDate": "2021-08-27T03:32:01+00:00",
            "TransactionId": 22904184,
            "TransactionType": "Movement Request Transfer",
            "MovementRequest": "5606878",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1372189,
            "PickSlipLine": 1,
            "PickSlipType": "Pick wave",
            "PickWave": 5606880,
            "DueDate": "2021-06-23",
            "Organization": "M1",
            "Item": "INV-110",
            "Revision": "A",
            "RequestedQuantity": 10,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "AR_281019_M10007",
            "SourceOrder": "AR_281019_M10007",
            "SourceOrderLine": "1",
            "ShippingPriority": null,
            "Customer": "Computer Service and Rentals",
            "Shipment": null,
            "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
            "ShippingMethod": null,
            "RequiredDate": "2021-06-23",
            "CreationDate": "2021-08-27T04:02:59+00:00",
            "TransactionId": 22904189,
            "TransactionType": "Sales Order Pick",
            "MovementRequest": "5606880",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1372190,
            "PickSlipLine": 1,
            "PickSlipType": "Pick wave",
            "PickWave": 5606882,
            "DueDate": "2021-06-23",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 9,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "AR_281019_M10008",
            "SourceOrder": "AR_281019_M10008",
            "SourceOrderLine": "1",
            "ShippingPriority": null,
            "Customer": "Computer Service and Rentals",
            "Shipment": null,
            "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
            "ShippingMethod": null,
            "RequiredDate": "2021-06-23",
            "CreationDate": "2021-08-27T04:14:32+00:00",
            "TransactionId": 22904194,
            "TransactionType": "Sales Order Pick",
            "MovementRequest": "5606882",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1373188,
            "PickSlipLine": 1,
            "PickSlipType": "Requisition",
            "PickWave": null,
            "DueDate": "2021-08-30",
            "Organization": "M1",
            "Item": "INV-100",
            "Revision": null,
            "RequestedQuantity": 10,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "FGI",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "5607878",
            "SourceOrder": null,
            "SourceOrderLine": null,
            "ShippingPriority": null,
            "Customer": null,
            "Shipment": null,
            "ShipToLocation": null,
            "ShippingMethod": null,
            "RequiredDate": "2021-08-30",
            "CreationDate": "2021-08-30T03:26:31+00:00",
            "TransactionId": 22905184,
            "TransactionType": "Movement Request Transfer",
            "MovementRequest": "5607878",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1376189,
            "PickSlipLine": 1,
            "PickSlipType": "Requisition",
            "PickWave": null,
            "DueDate": "2021-10-27",
            "Organization": "M1",
            "Item": "INV-100",
            "Revision": null,
            "RequestedQuantity": 1,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "FGI",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "5610895",
            "SourceOrder": null,
            "SourceOrderLine": null,
            "ShippingPriority": null,
            "Customer": null,
            "Shipment": null,
            "ShipToLocation": null,
            "ShippingMethod": null,
            "RequiredDate": "2021-10-27",
            "CreationDate": "2021-09-01T03:43:12+00:00",
            "TransactionId": 22910184,
            "TransactionType": "Movement Request Transfer",
            "MovementRequest": "5610895",
            "MovementRequestLine": 2,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1376190,
            "PickSlipLine": 1,
            "PickSlipType": "Requisition",
            "PickWave": null,
            "DueDate": "2021-10-27",
            "Organization": "M1",
            "Item": "INV-100",
            "Revision": null,
            "RequestedQuantity": 1,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "FGI",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "5610895",
            "SourceOrder": null,
            "SourceOrderLine": null,
            "ShippingPriority": null,
            "Customer": null,
            "Shipment": null,
            "ShipToLocation": null,
            "ShippingMethod": null,
            "RequiredDate": "2021-10-27",
            "CreationDate": "2021-09-01T03:44:28+00:00",
            "TransactionId": 22910186,
            "TransactionType": "Movement Request Transfer",
            "MovementRequest": "5610895",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1385188,
            "PickSlipLine": 1,
            "PickSlipType": "Requisition",
            "PickWave": null,
            "DueDate": "2021-10-27",
            "Organization": "M1",
            "Item": "INV-100",
            "Revision": null,
            "RequestedQuantity": 1,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "FGI",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "5619884",
            "SourceOrder": null,
            "SourceOrderLine": null,
            "ShippingPriority": null,
            "Customer": null,
            "Shipment": null,
            "ShipToLocation": null,
            "ShippingMethod": null,
            "RequiredDate": "2021-10-27",
            "CreationDate": "2021-09-03T01:43:37+00:00",
            "TransactionId": 22953186,
            "TransactionType": "Movement Request Transfer",
            "MovementRequest": "5619884",
            "MovementRequestLine": 14,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1385188,
            "PickSlipLine": 2,
            "PickSlipType": "Requisition",
            "PickWave": null,
            "DueDate": "2021-10-27",
            "Organization": "M1",
            "Item": "INV-100",
            "Revision": null,
            "RequestedQuantity": 1,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "FGI",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "5619884",
            "SourceOrder": null,
            "SourceOrderLine": null,
            "ShippingPriority": null,
            "Customer": null,
            "Shipment": null,
            "ShipToLocation": null,
            "ShippingMethod": null,
            "RequiredDate": "2021-10-27",
            "CreationDate": "2021-09-03T01:43:38+00:00",
            "TransactionId": 22953189,
            "TransactionType": "Movement Request Transfer",
            "MovementRequest": "5619884",
            "MovementRequestLine": 15,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1385188,
            "PickSlipLine": 3,
            "PickSlipType": "Requisition",
            "PickWave": null,
            "DueDate": "2021-10-27",
            "Organization": "M1",
            "Item": "INV-100",
            "Revision": null,
            "RequestedQuantity": 1,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "FGI",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "5619884",
            "SourceOrder": null,
            "SourceOrderLine": null,
            "ShippingPriority": null,
            "Customer": null,
            "Shipment": null,
            "ShipToLocation": null,
            "ShippingMethod": null,
            "RequiredDate": "2021-10-27",
            "CreationDate": "2021-09-03T01:43:38+00:00",
            "TransactionId": 22953192,
            "TransactionType": "Movement Request Transfer",
            "MovementRequest": "5619884",
            "MovementRequestLine": 16,
            "AllowUseOfCommonSuppliesFlag": true
        }
    ],
    "count": 25,
    "hasMore": true,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "http://servername/fscmRestApi/resources/version/openPickLines","

Example 8: Get all Open Pick Lines Using the Finder findByOrganizationAndItem

Example 8: cURL Command

curl -u username:password "server:port/fscmRestApi/resources/version/openPickLines?finder=findByOrganizationAndItem;pOrganization=M1,pItem=INV-102&onlyData=true"

Example 8: Response Body

The following shows an example of the response body in JSON format.
"{
    "items": [
        {
            "PickSlip": 1053150,
            "PickSlipLine": 3,
            "PickSlipType": "Pick wave",
            "PickWave": 5141730,
            "DueDate": "2012-05-04",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 1,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "DSR-LOC-1",
            "SourceLocatorId": 100000011907046,
            "SourceLocator": "DL1.1.1",
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "WSHRRF-8-29-0-54",
            "SourceOrder": "WSHRRF-8-29-0-54",
            "SourceOrderLine": "20003",
            "ShippingPriority": null,
            "Customer": "Computer Service and Rentals",
            "Shipment": "2237943",
            "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
            "ShippingMethod": null,
            "RequiredDate": "2012-05-04",
            "CreationDate": "2012-08-29T01:13:43+00:00",
            "TransactionId": 22200788,
            "TransactionType": "Sales Order Pick",
            "MovementRequest": "5141730",
            "MovementRequestLine": 3,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1070174,
            "PickSlipLine": 1,
            "PickSlipType": "Pick wave",
            "PickWave": 5155795,
            "DueDate": "2009-10-04",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 2,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "SI22231703",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "WSSO12222315",
            "SourceOrder": "WSSO12222315",
            "SourceOrderLine": "WSSO12222315",
            "ShippingPriority": "Low",
            "Customer": "Computer Service and Rentals",
            "Shipment": "2238368",
            "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
            "ShippingMethod": null,
            "RequiredDate": "2009-10-04",
            "CreationDate": "2013-12-22T23:24:26+00:00",
            "TransactionId": 22205002,
            "TransactionType": "Sales Order Pick",
            "MovementRequest": "5155795",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1071169,
            "PickSlipLine": 1,
            "PickSlipType": "Pick wave",
            "PickWave": 5156789,
            "DueDate": "2009-10-04",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 2,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "SI22225903",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "WSSO12222257",
            "SourceOrder": "WSSO12222257",
            "SourceOrderLine": "WSSO12222257",
            "ShippingPriority": "Low",
            "Customer": "Computer Service and Rentals",
            "Shipment": "2238363",
            "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
            "ShippingMethod": null,
            "RequiredDate": "2009-10-04",
            "CreationDate": "2013-12-22T23:06:28+00:00",
            "TransactionId": 22204978,
            "TransactionType": "Sales Order Pick",
            "MovementRequest": "5156789",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1071171,
            "PickSlipLine": 1,
            "PickSlipType": "Pick wave",
            "PickWave": 5156792,
            "DueDate": "2009-10-04",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 2,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "SI23034003",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "WSSO12230338",
            "SourceOrder": "WSSO12230338",
            "SourceOrderLine": "WSSO12230338",
            "ShippingPriority": "Low",
            "Customer": "Computer Service and Rentals",
            "Shipment": "2238365",
            "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
            "ShippingMethod": null,
            "RequiredDate": "2009-10-04",
            "CreationDate": "2013-12-23T03:47:34+00:00",
            "TransactionId": 22205026,
            "TransactionType": "Sales Order Pick",
            "MovementRequest": "5156792",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1257171,
            "PickSlipLine": 1,
            "PickSlipType": "Pick wave",
            "PickWave": 5471833,
            "DueDate": "2020-02-14",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 1,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "DSR-NLOC-1",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "520265",
            "SourceOrder": "520265",
            "SourceOrderLine": "1",
            "ShippingPriority": null,
            "Customer": "Computer Service and Rentals",
            "Shipment": null,
            "ShipToLocation": "1800 Satellite Drive,Distribution Center,CHATTANOOGA, TN 37401",
            "ShippingMethod": null,
            "RequiredDate": "2020-02-14",
            "CreationDate": "2020-02-14T04:58:13+00:00",
            "TransactionId": 22680018,
            "TransactionType": "Sales Order Pick",
            "MovementRequest": "5471833",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1371194,
            "PickSlipLine": 1,
            "PickSlipType": "Requisition",
            "PickWave": null,
            "DueDate": "2021-08-26",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 10,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "FGI",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "5605890",
            "SourceOrder": null,
            "SourceOrderLine": null,
            "ShippingPriority": null,
            "Customer": null,
            "Shipment": null,
            "ShipToLocation": null,
            "ShippingMethod": null,
            "RequiredDate": "2021-08-26",
            "CreationDate": "2021-08-26T04:34:14.998+00:00",
            "TransactionId": 300100542390686,
            "TransactionType": "Movement Request Transfer",
            "MovementRequest": "5605890",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1371195,
            "PickSlipLine": 1,
            "PickSlipType": "Requisition",
            "PickWave": null,
            "DueDate": "2021-08-26",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 2,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "5605891",
            "SourceOrder": null,
            "SourceOrderLine": null,
            "ShippingPriority": null,
            "Customer": null,
            "Shipment": null,
            "ShipToLocation": null,
            "ShippingMethod": null,
            "RequiredDate": "2021-08-26",
            "CreationDate": "2021-08-26T04:36:36+00:00",
            "TransactionId": 22903199,
            "TransactionType": "Movement Request Transfer",
            "MovementRequest": "5605891",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1371200,
            "PickSlipLine": 1,
            "PickSlipType": "Requisition",
            "PickWave": null,
            "DueDate": "2021-08-26",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 10,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "FGI",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "5605892",
            "SourceOrder": null,
            "SourceOrderLine": null,
            "ShippingPriority": null,
            "Customer": null,
            "Shipment": null,
            "ShipToLocation": null,
            "ShippingMethod": null,
            "RequiredDate": "2021-08-26",
            "CreationDate": "2021-08-26T05:20:42+00:00",
            "TransactionId": 22903206,
            "TransactionType": "Movement Request Transfer",
            "MovementRequest": "5605892",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1372190,
            "PickSlipLine": 1,
            "PickSlipType": "Pick wave",
            "PickWave": 5606882,
            "DueDate": "2021-06-23",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 9,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Stores",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "AR_281019_M10008",
            "SourceOrder": "AR_281019_M10008",
            "SourceOrderLine": "1",
            "ShippingPriority": null,
            "Customer": "Computer Service and Rentals",
            "Shipment": null,
            "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
            "ShippingMethod": null,
            "RequiredDate": "2021-06-23",
            "CreationDate": "2021-08-27T04:14:32+00:00",
            "TransactionId": 22904194,
            "TransactionType": "Sales Order Pick",
            "MovementRequest": "5606882",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1372190,
            "PickSlipLine": 2,
            "PickSlipType": "Pick wave",
            "PickWave": 5606882,
            "DueDate": "2021-06-23",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 1,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Test_Sub1",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "AR_281019_M10008",
            "SourceOrder": "AR_281019_M10008",
            "SourceOrderLine": "1",
            "ShippingPriority": null,
            "Customer": "Computer Service and Rentals",
            "Shipment": null,
            "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
            "ShippingMethod": null,
            "RequiredDate": "2021-06-23",
            "CreationDate": "2021-08-27T04:14:32+00:00",
            "TransactionId": 22904195,
            "TransactionType": "Sales Order Pick",
            "MovementRequest": "5606882",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1372191,
            "PickSlipLine": 1,
            "PickSlipType": "Pick wave",
            "PickWave": 5606886,
            "DueDate": "2021-06-23",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 1,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "Test_Sub1",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "AR_281019_M10010",
            "SourceOrder": "AR_281019_M10010",
            "SourceOrderLine": "1",
            "ShippingPriority": null,
            "Customer": "Computer Service and Rentals",
            "Shipment": null,
            "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
            "ShippingMethod": null,
            "RequiredDate": "2021-06-23",
            "CreationDate": "2021-08-27T04:21:54+00:00",
            "TransactionId": 22904202,
            "TransactionType": "Sales Order Pick",
            "MovementRequest": "5606886",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1376188,
            "PickSlipLine": 1,
            "PickSlipType": "Pick wave",
            "PickWave": 5610878,
            "DueDate": "2021-06-23",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 1000,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "DMSub",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "AR_281019_M10012",
            "SourceOrder": "AR_281019_M10012",
            "SourceOrderLine": "1",
            "ShippingPriority": null,
            "Customer": "Computer Service and Rentals",
            "Shipment": null,
            "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
            "ShippingMethod": null,
            "RequiredDate": "2021-06-23",
            "CreationDate": "2021-09-01T02:46:09+00:00",
            "TransactionId": 22909185,
            "TransactionType": "Sales Order Pick",
            "MovementRequest": "5610878",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1378188,
            "PickSlipLine": 1,
            "PickSlipType": "Pick wave",
            "PickWave": 5615878,
            "DueDate": "2021-09-02",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 10,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "FGI",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "359862",
            "SourceOrder": "359862",
            "SourceOrderLine": "1",
            "ShippingPriority": null,
            "Customer": "Olivia   Quinn",
            "Shipment": null,
            "ShipToLocation": "90 Fifth Avenue, New York, NY 10022-3422, New York, United States",
            "ShippingMethod": null,
            "RequiredDate": "2021-09-02",
            "CreationDate": "2021-09-02T07:28:51+00:00",
            "TransactionId": 22918185,
            "TransactionType": "Transfer Order Pick",
            "MovementRequest": "5615878",
            "MovementRequestLine": 1,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1378188,
            "PickSlipLine": 2,
            "PickSlipType": "Pick wave",
            "PickWave": 5615878,
            "DueDate": "2021-09-02",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 10,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "FGI",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "359862",
            "SourceOrder": "359862",
            "SourceOrderLine": "2",
            "ShippingPriority": null,
            "Customer": "Olivia   Quinn",
            "Shipment": null,
            "ShipToLocation": "90 Fifth Avenue, New York, NY 10022-3422, New York, United States",
            "ShippingMethod": null,
            "RequiredDate": "2021-09-02",
            "CreationDate": "2021-09-02T07:28:51+00:00",
            "TransactionId": 22918187,
            "TransactionType": "Transfer Order Pick",
            "MovementRequest": "5615878",
            "MovementRequestLine": 2,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1378188,
            "PickSlipLine": 3,
            "PickSlipType": "Pick wave",
            "PickWave": 5615878,
            "DueDate": "2021-09-02",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 10,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "FGI",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "359862",
            "SourceOrder": "359862",
            "SourceOrderLine": "3",
            "ShippingPriority": null,
            "Customer": "Olivia   Quinn",
            "Shipment": null,
            "ShipToLocation": "90 Fifth Avenue, New York, NY 10022-3422, New York, United States",
            "ShippingMethod": null,
            "RequiredDate": "2021-09-02",
            "CreationDate": "2021-09-02T07:28:52+00:00",
            "TransactionId": 22918189,
            "TransactionType": "Transfer Order Pick",
            "MovementRequest": "5615878",
            "MovementRequestLine": 3,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1378188,
            "PickSlipLine": 4,
            "PickSlipType": "Pick wave",
            "PickWave": 5615878,
            "DueDate": "2021-09-02",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 10,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "FGI",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "359862",
            "SourceOrder": "359862",
            "SourceOrderLine": "4",
            "ShippingPriority": null,
            "Customer": "Olivia   Quinn",
            "Shipment": null,
            "ShipToLocation": "90 Fifth Avenue, New York, NY 10022-3422, New York, United States",
            "ShippingMethod": null,
            "RequiredDate": "2021-09-02",
            "CreationDate": "2021-09-02T07:28:52+00:00",
            "TransactionId": 22918191,
            "TransactionType": "Transfer Order Pick",
            "MovementRequest": "5615878",
            "MovementRequestLine": 4,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1378188,
            "PickSlipLine": 5,
            "PickSlipType": "Pick wave",
            "PickWave": 5615878,
            "DueDate": "2021-09-02",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 10,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "FGI",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "359862",
            "SourceOrder": "359862",
            "SourceOrderLine": "5",
            "ShippingPriority": null,
            "Customer": "Olivia   Quinn",
            "Shipment": null,
            "ShipToLocation": "90 Fifth Avenue, New York, NY 10022-3422, New York, United States",
            "ShippingMethod": null,
            "RequiredDate": "2021-09-02",
            "CreationDate": "2021-09-02T07:28:52+00:00",
            "TransactionId": 22918193,
            "TransactionType": "Transfer Order Pick",
            "MovementRequest": "5615878",
            "MovementRequestLine": 5,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1378188,
            "PickSlipLine": 6,
            "PickSlipType": "Pick wave",
            "PickWave": 5615878,
            "DueDate": "2021-09-02",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 10,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "FGI",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "359862",
            "SourceOrder": "359862",
            "SourceOrderLine": "6",
            "ShippingPriority": null,
            "Customer": "Olivia   Quinn",
            "Shipment": null,
            "ShipToLocation": "90 Fifth Avenue, New York, NY 10022-3422, New York, United States",
            "ShippingMethod": null,
            "RequiredDate": "2021-09-02",
            "CreationDate": "2021-09-02T07:28:52+00:00",
            "TransactionId": 22918195,
            "TransactionType": "Transfer Order Pick",
            "MovementRequest": "5615878",
            "MovementRequestLine": 6,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1378188,
            "PickSlipLine": 7,
            "PickSlipType": "Pick wave",
            "PickWave": 5615878,
            "DueDate": "2021-09-02",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 10,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "FGI",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "359862",
            "SourceOrder": "359862",
            "SourceOrderLine": "7",
            "ShippingPriority": null,
            "Customer": "Olivia   Quinn",
            "Shipment": null,
            "ShipToLocation": "90 Fifth Avenue, New York, NY 10022-3422, New York, United States",
            "ShippingMethod": null,
            "RequiredDate": "2021-09-02",
            "CreationDate": "2021-09-02T07:28:52+00:00",
            "TransactionId": 22918197,
            "TransactionType": "Transfer Order Pick",
            "MovementRequest": "5615878",
            "MovementRequestLine": 7,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1378188,
            "PickSlipLine": 8,
            "PickSlipType": "Pick wave",
            "PickWave": 5615878,
            "DueDate": "2021-09-02",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 10,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "FGI",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "359862",
            "SourceOrder": "359862",
            "SourceOrderLine": "8",
            "ShippingPriority": null,
            "Customer": "Olivia   Quinn",
            "Shipment": null,
            "ShipToLocation": "90 Fifth Avenue, New York, NY 10022-3422, New York, United States",
            "ShippingMethod": null,
            "RequiredDate": "2021-09-02",
            "CreationDate": "2021-09-02T07:28:52+00:00",
            "TransactionId": 22918199,
            "TransactionType": "Transfer Order Pick",
            "MovementRequest": "5615878",
            "MovementRequestLine": 8,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1378188,
            "PickSlipLine": 9,
            "PickSlipType": "Pick wave",
            "PickWave": 5615878,
            "DueDate": "2021-09-02",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 10,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "FGI",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "359862",
            "SourceOrder": "359862",
            "SourceOrderLine": "9",
            "ShippingPriority": null,
            "Customer": "Olivia   Quinn",
            "Shipment": null,
            "ShipToLocation": "90 Fifth Avenue, New York, NY 10022-3422, New York, United States",
            "ShippingMethod": null,
            "RequiredDate": "2021-09-02",
            "CreationDate": "2021-09-02T07:28:52+00:00",
            "TransactionId": 22918201,
            "TransactionType": "Transfer Order Pick",
            "MovementRequest": "5615878",
            "MovementRequestLine": 9,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1378188,
            "PickSlipLine": 10,
            "PickSlipType": "Pick wave",
            "PickWave": 5615878,
            "DueDate": "2021-09-02",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 10,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "FGI",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "359862",
            "SourceOrder": "359862",
            "SourceOrderLine": "10",
            "ShippingPriority": null,
            "Customer": "Olivia   Quinn",
            "Shipment": null,
            "ShipToLocation": "90 Fifth Avenue, New York, NY 10022-3422, New York, United States",
            "ShippingMethod": null,
            "RequiredDate": "2021-09-02",
            "CreationDate": "2021-09-02T07:28:52+00:00",
            "TransactionId": 22918203,
            "TransactionType": "Transfer Order Pick",
            "MovementRequest": "5615878",
            "MovementRequestLine": 10,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1378188,
            "PickSlipLine": 11,
            "PickSlipType": "Pick wave",
            "PickWave": 5615878,
            "DueDate": "2021-09-02",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 10,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "FGI",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "359862",
            "SourceOrder": "359862",
            "SourceOrderLine": "11",
            "ShippingPriority": null,
            "Customer": "Olivia   Quinn",
            "Shipment": null,
            "ShipToLocation": "90 Fifth Avenue, New York, NY 10022-3422, New York, United States",
            "ShippingMethod": null,
            "RequiredDate": "2021-09-02",
            "CreationDate": "2021-09-02T07:28:52+00:00",
            "TransactionId": 22918205,
            "TransactionType": "Transfer Order Pick",
            "MovementRequest": "5615878",
            "MovementRequestLine": 11,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1378188,
            "PickSlipLine": 12,
            "PickSlipType": "Pick wave",
            "PickWave": 5615878,
            "DueDate": "2021-09-02",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 10,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "SecondaryUOM": null,
            "SourceSubinventory": "FGI",
            "SourceLocatorId": null,
            "SourceLocator": null,
            "DestinationSubinventory": "Staging1",
            "DestinationAccount": null,
            "DestinationLocator": null,
            "Order": "359862",
            "SourceOrder": "359862",
            "SourceOrderLine": "12",
            "ShippingPriority": null,
            "Customer": "Olivia   Quinn",
            "Shipment": null,
            "ShipToLocation": "90 Fifth Avenue, New York, NY 10022-3422, New York, United States",
            "ShippingMethod": null,
            "RequiredDate": "2021-09-02",
            "CreationDate": "2021-09-02T07:28:53+00:00",
            "TransactionId": 22918207,
            "TransactionType": "Transfer Order Pick",
            "MovementRequest": "5615878",
            "MovementRequestLine": 12,
            "AllowUseOfCommonSuppliesFlag": true
        },
        {
            "PickSlip": 1378188,
            "PickSlipLine": 13,
            "PickSlipType": "Pick wave",
            "PickWave": 5615878,
            "DueDate": "2021-09-02",
            "Organization": "M1",
            "Item": "INV-102",
            "Revision": null,
            "RequestedQuantity": 10,
            "UOM": "Each",
            "SecondaryRequestedQuantity": null,
            "Secon"

Example 9: Get all Open Pick Lines Using the Finder findByMovementRequest

Example 9: cURL Command

curl -u username:password "server:port/fscmRestApi/resources/version/openPickLines?finder=findByMovementRequest;pMovementRequest=5141730&onlyData=true"

Example 9: Response Body

The following shows an example of the response body in JSON format.
"{
  "items": [
      {
          "PickSlip": 1053150,
          "PickSlipLine": 1,
          "PickSlipType": "Pick wave",
          "PickWave": 5141730,
          "DueDate": "2012-05-04",
          "Organization": "M1",
          "Item": "INV-100",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "ABCSUB01",
          "SourceLocatorId": 3134,
          "SourceLocator": "ABC1.1.1",
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "WSHRRF-8-29-0-54",
          "SourceOrder": "WSHRRF-8-29-0-54",
          "SourceOrderLine": "20001",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": "2237943",
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2012-05-04",
          "CreationDate": "2012-08-29T01:13:43+00:00",
          "TransactionId": 22200783,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5141730",
          "MovementRequestLine": 1,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1053150,
          "PickSlipLine": 2,
          "PickSlipType": "Pick wave",
          "PickWave": 5141730,
          "DueDate": "2012-05-04",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DSR-NLOC-1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "WSHRRF-8-29-0-54",
          "SourceOrder": "WSHRRF-8-29-0-54",
          "SourceOrderLine": "20002",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": "2237943",
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2012-05-04",
          "CreationDate": "2012-08-29T01:13:43+00:00",
          "TransactionId": 22200785,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5141730",
          "MovementRequestLine": 2,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1053150,
          "PickSlipLine": 3,
          "PickSlipType": "Pick wave",
          "PickWave": 5141730,
          "DueDate": "2012-05-04",
          "Organization": "M1",
          "Item": "INV-102",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DSR-LOC-1",
          "SourceLocatorId": 100000011907046,
          "SourceLocator": "DL1.1.1",
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "WSHRRF-8-29-0-54",
          "SourceOrder": "WSHRRF-8-29-0-54",
          "SourceOrderLine": "20003",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": "2237943",
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2012-05-04",
          "CreationDate": "2012-08-29T01:13:43+00:00",
          "TransactionId": 22200788,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5141730",
          "MovementRequestLine": 3,
          "AllowUseOfCommonSuppliesFlag": true
      }
  ],
  "count": 3,
  "hasMore": false,
  "limit": 25,
  "offset": 0,
  "links": [
      {
          "rel": "self",
          "href": "http://servername/fscmRestApi/resources/version/openPickLines",
          "name": "openPickLines",
          "kind": "collection"
      }
  ]
}"

Example 10: Get all Open Pick Lines Using the Finder findByTransactionType

Example 10: cURL Command

curl -u username:password "server:port/fscmRestApi/resources/version/openPickLines?finder=findByTransactionType;pTransactionType=Sales order pick&onlyData=true"

Example 10: Response Body

The following shows an example of the response body in JSON format.
"{
  "items": [
      {
          "PickSlip": 1053150,
          "PickSlipLine": 1,
          "PickSlipType": "Pick wave",
          "PickWave": 5141730,
          "DueDate": "2012-05-04",
          "Organization": "M1",
          "Item": "INV-100",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "ABCSUB01",
          "SourceLocatorId": 3134,
          "SourceLocator": "ABC1.1.1",
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "WSHRRF-8-29-0-54",
          "SourceOrder": "WSHRRF-8-29-0-54",
          "SourceOrderLine": "20001",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": "2237943",
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2012-05-04",
          "CreationDate": "2012-08-29T01:13:43+00:00",
          "TransactionId": 22200783,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5141730",
          "MovementRequestLine": 1,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1053150,
          "PickSlipLine": 2,
          "PickSlipType": "Pick wave",
          "PickWave": 5141730,
          "DueDate": "2012-05-04",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DSR-NLOC-1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "WSHRRF-8-29-0-54",
          "SourceOrder": "WSHRRF-8-29-0-54",
          "SourceOrderLine": "20002",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": "2237943",
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2012-05-04",
          "CreationDate": "2012-08-29T01:13:43+00:00",
          "TransactionId": 22200785,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5141730",
          "MovementRequestLine": 2,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1053150,
          "PickSlipLine": 3,
          "PickSlipType": "Pick wave",
          "PickWave": 5141730,
          "DueDate": "2012-05-04",
          "Organization": "M1",
          "Item": "INV-102",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DSR-LOC-1",
          "SourceLocatorId": 100000011907046,
          "SourceLocator": "DL1.1.1",
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "WSHRRF-8-29-0-54",
          "SourceOrder": "WSHRRF-8-29-0-54",
          "SourceOrderLine": "20003",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": "2237943",
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2012-05-04",
          "CreationDate": "2012-08-29T01:13:43+00:00",
          "TransactionId": 22200788,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5141730",
          "MovementRequestLine": 3,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1070166,
          "PickSlipLine": 1,
          "PickSlipType": "Pick wave",
          "PickWave": 5155781,
          "DueDate": "2009-10-04",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 2,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "WS21011005",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "WSSO12210108",
          "SourceOrder": "WSSO12210108",
          "SourceOrderLine": "WSSO12210108",
          "ShippingPriority": "Low",
          "Customer": "Computer Service and Rentals",
          "Shipment": "2238340",
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2009-10-04",
          "CreationDate": "2013-12-21T01:17:51+00:00",
          "TransactionId": 22204945,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5155781",
          "MovementRequestLine": 1,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1070167,
          "PickSlipLine": 1,
          "PickSlipType": "Pick wave",
          "PickWave": 5155783,
          "DueDate": "2009-10-04",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 2,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "WS21020415",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "WSSO12210202",
          "SourceOrder": "WSSO12210202",
          "SourceOrderLine": "WSSO12210202",
          "ShippingPriority": "Low",
          "Customer": "Computer Service and Rentals",
          "Shipment": "2238341",
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2009-10-04",
          "CreationDate": "2013-12-21T02:11:35+00:00",
          "TransactionId": 22204949,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5155783",
          "MovementRequestLine": 1,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1070168,
          "PickSlipLine": 1,
          "PickSlipType": "Pick wave",
          "PickWave": 5155785,
          "DueDate": "2009-10-04",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 2,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "WS21025830",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "WSSO12210256",
          "SourceOrder": "WSSO12210256",
          "SourceOrderLine": "WSSO12210256",
          "ShippingPriority": "Low",
          "Customer": "Computer Service and Rentals",
          "Shipment": "2238342",
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2009-10-04",
          "CreationDate": "2013-12-21T03:05:07+00:00",
          "TransactionId": 22204953,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5155785",
          "MovementRequestLine": 1,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1070169,
          "PickSlipLine": 1,
          "PickSlipType": "Pick wave",
          "PickWave": 5155786,
          "DueDate": "2009-10-04",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 2,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "WS21043109",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "WSSO12210429",
          "SourceOrder": "WSSO12210429",
          "SourceOrderLine": "WSSO12210429",
          "ShippingPriority": "Low",
          "Customer": "Computer Service and Rentals",
          "Shipment": "2238343",
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2009-10-04",
          "CreationDate": "2013-12-21T04:37:46+00:00",
          "TransactionId": 22204956,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5155786",
          "MovementRequestLine": 1,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1070170,
          "PickSlipLine": 1,
          "PickSlipType": "Pick wave",
          "PickWave": 5155787,
          "DueDate": "2009-10-04",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 2,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "WS21045937",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "WSSO12210458",
          "SourceOrder": "WSSO12210458",
          "SourceOrderLine": "WSSO12210458",
          "ShippingPriority": "Low",
          "Customer": "Computer Service and Rentals",
          "Shipment": "2238344",
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2009-10-04",
          "CreationDate": "2013-12-21T05:06:13+00:00",
          "TransactionId": 22204959,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5155787",
          "MovementRequestLine": 1,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1070174,
          "PickSlipLine": 1,
          "PickSlipType": "Pick wave",
          "PickWave": 5155795,
          "DueDate": "2009-10-04",
          "Organization": "M1",
          "Item": "INV-102",
          "Revision": null,
          "RequestedQuantity": 2,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "SI22231703",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "WSSO12222315",
          "SourceOrder": "WSSO12222315",
          "SourceOrderLine": "WSSO12222315",
          "ShippingPriority": "Low",
          "Customer": "Computer Service and Rentals",
          "Shipment": "2238368",
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2009-10-04",
          "CreationDate": "2013-12-22T23:24:26+00:00",
          "TransactionId": 22205002,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5155795",
          "MovementRequestLine": 1,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1071166,
          "PickSlipLine": 1,
          "PickSlipType": "Pick wave",
          "PickWave": 5156779,
          "DueDate": "2009-10-04",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 2,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "WS21012807",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "WSSO12210126",
          "SourceOrder": "WSSO12210126",
          "SourceOrderLine": "WSSO12210126",
          "ShippingPriority": "Low",
          "Customer": "Computer Service and Rentals",
          "Shipment": "2238360",
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2009-10-04",
          "CreationDate": "2013-12-21T01:37:44+00:00",
          "TransactionId": 22204941,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5156779",
          "MovementRequestLine": 1,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1071167,
          "PickSlipLine": 1,
          "PickSlipType": "Pick wave",
          "PickWave": 5156781,
          "DueDate": "2009-10-04",
          "Organization": "M1",
          "Item": "INV-101",
          "Revision": null,
          "RequestedQuantity": 2,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "WS21024318",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "WSSO12210241",
          "SourceOrder": "WSSO12210241",
          "SourceOrderLine": "WSSO12210241",
          "ShippingPriority": "Low",
          "Customer": "Computer Service and Rentals",
          "Shipment": "2238361",
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2009-10-04",
          "CreationDate": "2013-12-21T02:49:55+00:00",
          "TransactionId": 22204965,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5156781",
          "MovementRequestLine": 1,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1071169,
          "PickSlipLine": 1,
          "PickSlipType": "Pick wave",
          "PickWave": 5156789,
          "DueDate": "2009-10-04",
          "Organization": "M1",
          "Item": "INV-102",
          "Revision": null,
          "RequestedQuantity": 2,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "SI22225903",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "WSSO12222257",
          "SourceOrder": "WSSO12222257",
          "SourceOrderLine": "WSSO12222257",
          "ShippingPriority": "Low",
          "Customer": "Computer Service and Rentals",
          "Shipment": "2238363",
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2009-10-04",
          "CreationDate": "2013-12-22T23:06:28+00:00",
          "TransactionId": 22204978,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5156789",
          "MovementRequestLine": 1,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1071171,
          "PickSlipLine": 1,
          "PickSlipType": "Pick wave",
          "PickWave": 5156792,
          "DueDate": "2009-10-04",
          "Organization": "M1",
          "Item": "INV-102",
          "Revision": null,
          "RequestedQuantity": 2,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "SI23034003",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "WSSO12230338",
          "SourceOrder": "WSSO12230338",
          "SourceOrderLine": "WSSO12230338",
          "ShippingPriority": "Low",
          "Customer": "Computer Service and Rentals",
          "Shipment": "2238365",
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2009-10-04",
          "CreationDate": "2013-12-23T03:47:34+00:00",
          "TransactionId": 22205026,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5156792",
          "MovementRequestLine": 1,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1072153,
          "PickSlipLine": 1,
          "PickSlipType": "Pick wave",
          "PickWave": 5155800,
          "DueDate": "2009-10-04",
          "Organization": "M1",
          "Item": "INV-110",
          "Revision": "A",
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "SI23194440",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "WSSO12231942",
          "SourceOrder": "WSSO12231942",
          "SourceOrderLine": "WSSO12231942",
          "ShippingPriority": "Low",
          "Customer": "Computer Service and Rentals",
          "Shipment": "2238369",
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2009-10-04",
          "CreationDate": "2013-12-23T19:58:54+00:00",
          "TransactionId": 22205016,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5155800",
          "MovementRequestLine": 1,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1257171,
          "PickSlipLine": 1,
          "PickSlipType": "Pick wave",
          "PickWave": 5471833,
          "DueDate": "2020-02-14",
          "Organization": "M1",
          "Item": "INV-102",
          "Revision": null,
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DSR-NLOC-1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "520265",
          "SourceOrder": "520265",
          "SourceOrderLine": "1",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1800 Satellite Drive,Distribution Center,CHATTANOOGA, TN 37401",
          "ShippingMethod": null,
          "RequiredDate": "2020-02-14",
          "CreationDate": "2020-02-14T04:58:13+00:00",
          "TransactionId": 22680018,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5471833",
          "MovementRequestLine": 1,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1291216,
          "PickSlipLine": 1,
          "PickSlipType": "Pick wave",
          "PickWave": null,
          "DueDate": "2021-07-27",
          "Organization": "M1",
          "Item": "AS54888",
          "Revision": null,
          "RequestedQuantity": 6,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "ZCST-RRF-4",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "MK_27072021092559047403000",
          "SourceOrder": "MK_27072021092559047403000",
          "SourceOrderLine": "1",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-07-27",
          "CreationDate": "2021-07-27T08:56:02+00:00",
          "TransactionId": 22763462,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "BN5521961",
          "MovementRequestLine": 1,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1291228,
          "PickSlipLine": 1,
          "PickSlipType": "Pick wave",
          "PickWave": 5522000,
          "DueDate": "2021-07-27",
          "Organization": "M1",
          "Item": "AS54888",
          "Revision": null,
          "RequestedQuantity": 10,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "FGI",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": null,
          "SourceOrder": "569605",
          "SourceOrderLine": "1",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "301 Summit Hill Drive,CHATTANOOGA, TN 37401",
          "ShippingMethod": null,
          "RequiredDate": null,
          "CreationDate": "2021-07-27T08:56:25+00:00",
          "TransactionId": 22763608,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "BN5522000",
          "MovementRequestLine": 1,
          "AllowUseOfCommonSuppliesFlag": true
      },
      ...
  ],
  "count": 25,
  "hasMore": true,
  "limit": 25,
  "offset": 0,
  "links": [
      {
          "rel": "self",
          "href": "http://servername/fscmRestApi/resources/version/openPickLines",
          "name": "openPickLines",
          "kind": "collection"
      }
  ]
}"

Example 11: Get all Open Pick Lines Using the Finder findByOrderNumber

Example 11: cURL Command

curl -u username:password "server:port/fscmRestApi/resources/version/openPickLines?finder=findByOrderNumber;pOrder=AR_281019_M10027&onlyData=true"

Example 11: Response Body

The following shows an example of the response body in JSON format.
"{
  "items": [
      {
          "PickSlip": 1383856,
          "PickSlipLine": 1,
          "PickSlipType": "Pick wave",
          "PickWave": 5618882,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-110",
          "Revision": "A",
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10027",
          "SourceOrder": "AR_281019_M10027",
          "SourceOrderLine": "1",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-02T23:19:28+00:00",
          "TransactionId": 22945199,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5618882",
          "MovementRequestLine": 1,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1383856,
          "PickSlipLine": 2,
          "PickSlipType": "Pick wave",
          "PickWave": 5618882,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-110",
          "Revision": "A",
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10027",
          "SourceOrder": "AR_281019_M10027",
          "SourceOrderLine": "2",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-02T23:19:28+00:00",
          "TransactionId": 22945202,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5618882",
          "MovementRequestLine": 2,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1383856,
          "PickSlipLine": 3,
          "PickSlipType": "Pick wave",
          "PickWave": 5618882,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-110",
          "Revision": "A",
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10027",
          "SourceOrder": "AR_281019_M10027",
          "SourceOrderLine": "3",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-02T23:19:28+00:00",
          "TransactionId": 22945205,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5618882",
          "MovementRequestLine": 3,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1383856,
          "PickSlipLine": 4,
          "PickSlipType": "Pick wave",
          "PickWave": 5618882,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-110",
          "Revision": "A",
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10027",
          "SourceOrder": "AR_281019_M10027",
          "SourceOrderLine": "4",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-02T23:19:28+00:00",
          "TransactionId": 22945208,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5618882",
          "MovementRequestLine": 4,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1383856,
          "PickSlipLine": 5,
          "PickSlipType": "Pick wave",
          "PickWave": 5618882,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-110",
          "Revision": "A",
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10027",
          "SourceOrder": "AR_281019_M10027",
          "SourceOrderLine": "5",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-02T23:19:28+00:00",
          "TransactionId": 22945211,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5618882",
          "MovementRequestLine": 5,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1383856,
          "PickSlipLine": 6,
          "PickSlipType": "Pick wave",
          "PickWave": 5618882,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-110",
          "Revision": "A",
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10027",
          "SourceOrder": "AR_281019_M10027",
          "SourceOrderLine": "6",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-02T23:19:28+00:00",
          "TransactionId": 22945214,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5618882",
          "MovementRequestLine": 6,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1383856,
          "PickSlipLine": 7,
          "PickSlipType": "Pick wave",
          "PickWave": 5618882,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-110",
          "Revision": "A",
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10027",
          "SourceOrder": "AR_281019_M10027",
          "SourceOrderLine": "7",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-02T23:19:28+00:00",
          "TransactionId": 22945217,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5618882",
          "MovementRequestLine": 7,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1383856,
          "PickSlipLine": 8,
          "PickSlipType": "Pick wave",
          "PickWave": 5618882,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-110",
          "Revision": "A",
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10027",
          "SourceOrder": "AR_281019_M10027",
          "SourceOrderLine": "8",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-02T23:19:28+00:00",
          "TransactionId": 22945220,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5618882",
          "MovementRequestLine": 8,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1383856,
          "PickSlipLine": 9,
          "PickSlipType": "Pick wave",
          "PickWave": 5618882,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-110",
          "Revision": "A",
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10027",
          "SourceOrder": "AR_281019_M10027",
          "SourceOrderLine": "9",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-02T23:19:28+00:00",
          "TransactionId": 22945223,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5618882",
          "MovementRequestLine": 9,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1383856,
          "PickSlipLine": 10,
          "PickSlipType": "Pick wave",
          "PickWave": 5618882,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-110",
          "Revision": "A",
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10027",
          "SourceOrder": "AR_281019_M10027",
          "SourceOrderLine": "10",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-02T23:19:28+00:00",
          "TransactionId": 22945226,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5618882",
          "MovementRequestLine": 10,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1383856,
          "PickSlipLine": 11,
          "PickSlipType": "Pick wave",
          "PickWave": 5618882,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-110",
          "Revision": "A",
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10027",
          "SourceOrder": "AR_281019_M10027",
          "SourceOrderLine": "11",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-02T23:19:28+00:00",
          "TransactionId": 22945229,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5618882",
          "MovementRequestLine": 11,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1383856,
          "PickSlipLine": 12,
          "PickSlipType": "Pick wave",
          "PickWave": 5618882,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-110",
          "Revision": "A",
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10027",
          "SourceOrder": "AR_281019_M10027",
          "SourceOrderLine": "12",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-02T23:19:29+00:00",
          "TransactionId": 22945232,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5618882",
          "MovementRequestLine": 12,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1383856,
          "PickSlipLine": 13,
          "PickSlipType": "Pick wave",
          "PickWave": 5618882,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-110",
          "Revision": "A",
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10027",
          "SourceOrder": "AR_281019_M10027",
          "SourceOrderLine": "13",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-02T23:19:29+00:00",
          "TransactionId": 22945235,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5618882",
          "MovementRequestLine": 13,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1383856,
          "PickSlipLine": 14,
          "PickSlipType": "Pick wave",
          "PickWave": 5618882,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-110",
          "Revision": "A",
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10027",
          "SourceOrder": "AR_281019_M10027",
          "SourceOrderLine": "14",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-02T23:19:29+00:00",
          "TransactionId": 22945238,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5618882",
          "MovementRequestLine": 14,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1383856,
          "PickSlipLine": 15,
          "PickSlipType": "Pick wave",
          "PickWave": 5618882,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-110",
          "Revision": "A",
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10027",
          "SourceOrder": "AR_281019_M10027",
          "SourceOrderLine": "15",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-02T23:19:29+00:00",
          "TransactionId": 22945241,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5618882",
          "MovementRequestLine": 15,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1383856,
          "PickSlipLine": 16,
          "PickSlipType": "Pick wave",
          "PickWave": 5618882,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-110",
          "Revision": "A",
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10027",
          "SourceOrder": "AR_281019_M10027",
          "SourceOrderLine": "16",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-02T23:19:29+00:00",
          "TransactionId": 22945244,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5618882",
          "MovementRequestLine": 16,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1383856,
          "PickSlipLine": 17,
          "PickSlipType": "Pick wave",
          "PickWave": 5618882,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-110",
          "Revision": "A",
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10027",
          "SourceOrder": "AR_281019_M10027",
          "SourceOrderLine": "17",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-02T23:19:29+00:00",
          "TransactionId": 22945247,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5618882",
          "MovementRequestLine": 17,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1383856,
          "PickSlipLine": 18,
          "PickSlipType": "Pick wave",
          "PickWave": 5618882,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-110",
          "Revision": "A",
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10027",
          "SourceOrder": "AR_281019_M10027",
          "SourceOrderLine": "18",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-02T23:19:29+00:00",
          "TransactionId": 22945250,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5618882",
          "MovementRequestLine": 18,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1383856,
          "PickSlipLine": 19,
          "PickSlipType": "Pick wave",
          "PickWave": 5618882,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-110",
          "Revision": "A",
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10027",
          "SourceOrder": "AR_281019_M10027",
          "SourceOrderLine": "19",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-02T23:19:29+00:00",
          "TransactionId": 22945253,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5618882",
          "MovementRequestLine": 19,
          "AllowUseOfCommonSuppliesFlag": true
      },
      {
          "PickSlip": 1383856,
          "PickSlipLine": 20,
          "PickSlipType": "Pick wave",
          "PickWave": 5618882,
          "DueDate": "2021-06-23",
          "Organization": "M1",
          "Item": "INV-110",
          "Revision": "A",
          "RequestedQuantity": 1,
          "UOM": "Each",
          "SecondaryRequestedQuantity": null,
          "SecondaryUOM": null,
          "SourceSubinventory": "DmSub1",
          "SourceLocatorId": null,
          "SourceLocator": null,
          "DestinationSubinventory": "Staging1",
          "DestinationAccount": null,
          "DestinationLocator": null,
          "Order": "AR_281019_M10027",
          "SourceOrder": "AR_281019_M10027",
          "SourceOrderLine": "20",
          "ShippingPriority": null,
          "Customer": "Computer Service and Rentals",
          "Shipment": null,
          "ShipToLocation": "1156 River Street,ATLANTA, GA 30010",
          "ShippingMethod": null,
          "RequiredDate": "2021-06-23",
          "CreationDate": "2021-09-02T23:19:29+00:00",
          "TransactionId": 22945256,
          "TransactionType": "Sales Order Pick",
          "MovementRequest": "5618882",
          "MovementRequestLine": 20,
          "AllowUseOfCommonSuppliesFlag": true
      },
      ...
  ],
  "count": 25,
  "hasMore": true,
  "limit": 25,
  "offset": 0,
  "links": [
      {
          "rel": "self",
          "href": "http://servername/fscmRestApi/resources/version/openPickLines",
          "name": "openPickLines",
          "kind": "collection"
      }
  ]
}"
Back to Top