Get all LPNs
get
/fscmRestApi/resources/11.13.18.05/packingUnitsLOV
Request
Query Parameters
-
expand: string
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).
-
fields: string
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 -
finder: string
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 the LPN according to the primary key.
Finder Variables- PackingUnitId; integer; Value that uniquely identifies the license plate number.
- findAllLevelsByPackingUnit Finds details of all levels for a specified nested LPN.
Finder Variables- pPackingUnit; string; Value that uniquely identifies the license plate number.
- findByCycleCount Finds the counted and uncounted LPNs in a subinventory or locator for a specified cycle count.
Finder Variables- bindCOO; string; Abbreviation that identifies the country of origin.
- bindCountedFlag; string; Contains one of the following values true or false. If true, then LPNs are counted. If false, then the LPNs aren't counted.
- bindCycleCountHeaderId; integer; Value that uniquely identifies the cycle count.
- bindItemId; integer; Value that uniquely identifies the item.
- bindLocatorId; integer; Value that uniquely identifies the inventory locator.
- bindLotNumber; string; Value that identifies the lot or batch of the item.
- bindOrgId; integer; Value that uniquely identifies the organization.
- bindOwningEntityId; integer; Value that uniquely identifies the owning entity. If the item is consigned, this attribute contains the supplier site identifier. If the item is owned, it contains the owning organization identifier.
- bindProjectId; integer; Value that uniquely identifies the project.
- bindRevision; string; Revision of the item.
- bindSubinventory; string; Value that uniquely identifies the subinventory.
- bindTaskId; integer; Value that uniquely identifies the task.
- findByPhysicalInventory Finds the counted and uncounted LPNs in a subinventory or locator for a specified physical inventory.
Finder Variables- bindCOO; string; Abbreviation that identifies the country of origin.
- bindCountedFlag; string; Contains one of the following values true or false. If true, then LPNs are counted. If false, then the LPNs aren't counted.
- bindItemId; integer; Value that uniquely identifies the item.
- bindLocatorId; integer; Value that uniquely identifies the inventory locator.
- bindOrgId; integer; Value that uniquely identifies the organization.
- bindOwningEntityId; integer; Value that uniquely identifies the owning entity. If the item is consigned, this attribute contains the supplier site identifier. If the item is owned, it contains the owning organization identifier.
- bindPhysicalInventoryId; integer; Value that uniquely identifies the physical inventory.
- bindProjectId; integer; Value that uniquely identifies the project.
- bindRevision; string; Revision of the item.
- bindSubinventory; string; Value that uniquely identifies the subinventory.
- bindTaskId; integer; Value that uniquely identifies the task.
- PrimaryKey Finds the LPN according to the primary key.
-
limit: integer
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.
-
links: string
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 -
offset: integer
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.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
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
-
q: string
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:- ContainerItemDescription; string; Description of the container item.
- ContainerItemId; integer; Value that uniquely identifies the container item.
- ContainerItemNumber; string; Name of the container item.
- ContainerVolume; number; Total volume of the LPN container.
- ContainerVolumeUOM; string; Abbreviation that identifies the unit of measure of the LPN container volume.
- ContainerVolumeUOMName; string; Name of the unit of measure of the LPN container volume.
- ContentItemId; number; Value that uniquely identifies the content item.
- ContentItemImage; string; Value that provides a reference to the content item's image.
- ContentItemNumber; string; Number or name that identifies the content item.
- ContentVolume; number; Total volume of the LPN contents.
- ContentVolumeUOMCode; string; Abbreviation that identifies the unit of measure of the LPN content volume.
- ContentVolumeUOMName; string; Name of the unit of measure of the LPN content volume.
- Country; string; Name of the country of origin.
- CreationDate; string; Date when the user created the LPN.
- CurrentCountryOfOriginCode; string; Abbreviation that identifies the country of origin.
- CurrentProjectId; number; Value that uniquely identifies the project.
- CurrentTaskId; number; Value that uniquely identifies the task.
- FOB; string; Free on board, which indicates the ownership of items that are in transit. A list of accepted values is defined in the lookup FOB.
- FOBCode; string; Abbreviation that indicates the ownership of the items that are in transit. A list of accepted values is defined in the lookup FOB.
- FreightTerms; string; Agreement that describes whether the buyer or seller pays the shipping cost of the sales order, and when payment is due. A list of accepted values is defined in the lookup WSH_FREIGHT_CHARGE_TERMS.
- FreightTermsCode; string; Abbreviation that identifies the freight terms. A list of accepted values is defined in the lookup WSH_FREIGHT_CHARGE_TERMS.
- GrossWeight; number; Weight of the LPN and its contents.
- GrossWeightUOMCode; string; Abbreviation that identifies the unit of measure of the weight of the LPN and its contents.
- GrossWeightUOMName; string; Name of the unit of measure of the weight of the LPN and its contents.
- InitialDestination; string; First leg of transportation that the transportation management application planned for delivering the shipment to the final destination.
- InitialDestinationId; integer; Value that uniquely identifies the first leg of transportation that the transportation management application planned for delivering the shipment to the final destination.
- LoadId; integer; Value that uniquely identifies the outbound load.
- LoadingSequenceType; string; Sequence to use when loading the items into the truck. A list of accepted values is defined in the lookup type WSH_LINES_LOADING_ORDER.
- LoadingSequenceTypeCode; string; Abbreviation that identifies the rule to be applied on LPNs for loading into the truck. A list of accepted values is defined in the lookup WSH_LINES_LOADING_ORDER.
- Locator; string; Concatenated name of the inventory locator for the LPN.
- LocatorId; integer; Value that uniquely identifies the item locator for the LPN.
- LogisticsServiceProviderCustomer; string; Name of the customer who provides logistics services.
- ManualWeightVolumeFlag; boolean; Contains one of the following values: true or false. If true, then the weight and volume are manually entered. If false, then the application automatically computed the weight and volume.
- MasterSerialNumber; string; Serial number that identifies the LPN.
- MaximumLoadWeight; number; Maximum weight that can be loaded in a LPN.
- MaximumVolume; number; Maximum volume that can be packed in a LPN.
- MinimumFillPercentage; number; Minimum percentage of the LPN that's required to be filled.
- NetWeight; number; Net weight of the LPN.
- NetWeightUOMCode; string; Abbreviation that identifies the unit of measure for the net weight of the LPN.
- NetWeightUOMName; string; Name of the unit of measure for the net weight of the LPN.
- NumberOfShipmentLines; integer; Number of lines packed into the LPN.
- OpenExceptionSeverity; string; Value that indicates the highest severity of the exception on the line. A list of accepted values is defined in the lookup type WSH_EXCEPTION_BEHAVIOR.
- OrderTypeCode; string; Abbreviation that identifies the type of source line.
- OrganizationCode; string; Abbreviation that identifies the organization of the LPN.
- OrganizationCurrencyCode; string; Abbreviation that identifies the currency.
- OrganizationId; integer; Value that uniquely identifies the organization of the LPN.
- OrganizationName; string; Name of the inventory organization.
- OutermostPackingUnit; string; Name of the outermost LPN in which the current packing unit is nested, if the LPN has a nested structure.
- OutermostPackingUnitId; integer; Value that uniquely identifies the outermost LPN in which the current packing unit is nested, if the LPN has a nested structure.
- PackingUnit; string; Name of the LPN.
- PackingUnitContext; string; Abbreviation that identifies the LPN context.
- PackingUnitContextMeaning; string; Description of the LPN context.
- PackingUnitId; integer; Value that uniquely identifies the LPN.
- ParentPackingUnit; string; Name of the parent LPN.
- ParentPackingUnitContainer; string; Name of the container item of the parent LPN.
- ParentPackingUnitContainerItemId; integer; Value that uniquely identifies the container item of the parent LPN.
- ParentPackingUnitId; integer; Value that uniquely identifies the parent LPN.
- PercentageFilled; integer; Indicates the degree to which the LPN is packed.
- PickWave; string; Name of the group of sales orders that the application released into picking.
- ProjectNumber; string; Name of the project.
- Revision; string; Revision of the container item.
- SealCode; string; Abbreviation that identifies the seal of the LPN.
- ShipFromLocationId; integer; Value that uniquely identifies the ship-from location.
- ShipToLocation; string; Value that uniquely identifies the ship-to location.
- ShipToLocationId; integer; Value that uniquely identifies the ship-to location.
- Shipment; string; Name of the shipment.
- ShipmentId; integer; Value that uniquely identifies the shipment.
- ShipmentStatusCode; string; Abbreviation that identifies the state or condition of the shipment. A list of accepted values is defined in the lookup type WSH_DELIVERY_STATUS.
- ShippingMethod; string; Value that indicates the method of shipping.
- ShippingMethodCode; string; Abbreviation that identifies the shipping method.
- SoldToCustomer; string; Name of the party that purchased the sales order line.
- SoldToCustomerId; integer; Value that uniquely identifies the sold-to customer.
- SourceName; string; Name of the source of the LPN.
- Subinventory; string; Name of the subinventory.
- SupplierASN; string; Supplier advanced shipment notice number.
- TareWeight; number; Tare weight of the LPN.
- TareWeightUOMCode; string; Abbreviation that identifies the unit of measure for the tare weight of the LPN.
- TareWeightUOMName; string; Name of the unit of measure for the tare weight of the LPN.
- TaskNumber; string; Name of the task.
- TotalShippingCost; number; Total cost associated with shipping the LPN.
- TrackingNumber; string; Tracking number of the LPN.
- TransportationShipment; string; Value that indicates a shipment planned by the transportation-management application.
- VolumeFilled; integer; Volume of the material packed into the LPN.
-
totalResults: boolean
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
-
Metadata-Context: string
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".
-
REST-Framework-Version: string
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 TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
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".
-
REST-Framework-Version:
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.
Root Schema : packingUnitsLOV
Type:
Show Source
object
-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
Items
The items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
Links
The link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : packingUnitsLOV-item-response
Type:
Show Source
object
-
AllowAutoGeneration: string
Default Value:
No
Contains one of the following values: Yes or No. If Yes, then LPN will be generated based on the LPN setup defined for the organization. If No, then LPN is user-defined. The default value is No. This attribute is used when creating an LPN. -
ContainerItemDescription: string
Read Only:
true
Maximum Length:255
Description of the container item. -
ContainerItemId: integer
(int64)
Value that uniquely identifies the container item.
-
ContainerItemNumber: string
Maximum Length:
255
Name of the container item. -
ContainerVolume: number
Total volume of the LPN container.
-
ContainerVolumeUOM: string
Maximum Length:
3
Abbreviation that identifies the unit of measure of the LPN container volume. -
ContainerVolumeUOMName: string
Read Only:
true
Maximum Length:255
Name of the unit of measure of the LPN container volume. -
ContentItemId: number
Read Only:
true
Value that uniquely identifies the content item. -
ContentItemImage: string
Read Only:
true
Maximum Length:4000
Value that provides a reference to the content item's image. -
ContentItemNumber: string
Read Only:
true
Maximum Length:300
Number or name that identifies the content item. -
contents: array
Contents
Title:
Contents
Items and LPNs packed in an LPN. -
ContentVolume: number
Total volume of the LPN contents.
-
ContentVolumeUOMCode: string
Maximum Length:
3
Abbreviation that identifies the unit of measure of the LPN content volume. -
ContentVolumeUOMName: string
Read Only:
true
Maximum Length:255
Name of the unit of measure of the LPN content volume. -
Country: string
Read Only:
true
Maximum Length:80
Name of the country of origin. -
CreationDate: string
(date-time)
Read Only:
true
Date when the user created the LPN. -
CurrentCountryOfOriginCode: string
Read Only:
true
Maximum Length:2
Abbreviation that identifies the country of origin. -
CurrentProjectId: number
Read Only:
true
Value that uniquely identifies the project. -
CurrentTaskId: number
Read Only:
true
Value that uniquely identifies the task. -
FOB: string
Read Only:
true
Maximum Length:255
Free on board, which indicates the ownership of items that are in transit. A list of accepted values is defined in the lookup FOB. -
FOBCode: string
Maximum Length:
30
Abbreviation that indicates the ownership of the items that are in transit. A list of accepted values is defined in the lookup FOB. -
FreightTerms: string
Read Only:
true
Maximum Length:255
Agreement that describes whether the buyer or seller pays the shipping cost of the sales order, and when payment is due. A list of accepted values is defined in the lookup WSH_FREIGHT_CHARGE_TERMS. -
FreightTermsCode: string
Maximum Length:
30
Abbreviation that identifies the freight terms. A list of accepted values is defined in the lookup WSH_FREIGHT_CHARGE_TERMS. -
GrossWeight: number
Weight of the LPN and its contents.
-
GrossWeightUOMCode: string
Maximum Length:
3
Abbreviation that identifies the unit of measure of the weight of the LPN and its contents. -
GrossWeightUOMName: string
Read Only:
true
Maximum Length:255
Name of the unit of measure of the weight of the LPN and its contents. -
InitialDestination: string
Read Only:
true
Maximum Length:255
First leg of transportation that the transportation management application planned for delivering the shipment to the final destination. -
InitialDestinationId: integer
(int64)
Read Only:
true
Value that uniquely identifies the first leg of transportation that the transportation management application planned for delivering the shipment to the final destination. -
itemContentCounts: array
Content Item Counts
Title:
Content Item Counts
List of items stored within the LPN in a warehouse. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LoadId: integer
(int64)
Value that uniquely identifies the outbound load.
-
LoadingSequenceType: string
Read Only:
true
Maximum Length:255
Sequence to use when loading the items into the truck. A list of accepted values is defined in the lookup type WSH_LINES_LOADING_ORDER. -
LoadingSequenceTypeCode: string
Read Only:
true
Maximum Length:255
Abbreviation that identifies the rule to be applied on LPNs for loading into the truck. A list of accepted values is defined in the lookup WSH_LINES_LOADING_ORDER. -
Locator: string
Read Only:
true
Maximum Length:255
Concatenated name of the inventory locator for the LPN. -
LocatorId: integer
(int64)
Value that uniquely identifies the item locator for the LPN.
-
LogisticsServiceProviderCustomer: string
Read Only:
true
Maximum Length:360
Name of the customer who provides logistics services. -
ManualWeightVolumeFlag: boolean
Maximum Length:
1
Contains one of the following values: true or false. If true, then the weight and volume are manually entered. If false, then the application automatically computed the weight and volume. -
MasterSerialNumber: string
Maximum Length:
80
Serial number that identifies the LPN. -
MaximumLoadWeight: number
Maximum weight that can be loaded in a LPN.
-
MaximumVolume: number
Maximum volume that can be packed in a LPN.
-
MinimumFillPercentage: number
Minimum percentage of the LPN that's required to be filled.
-
NetWeight: number
Net weight of the LPN.
-
NetWeightUOMCode: string
Maximum Length:
3
Abbreviation that identifies the unit of measure for the net weight of the LPN. -
NetWeightUOMName: string
Read Only:
true
Maximum Length:255
Name of the unit of measure for the net weight of the LPN. -
NumberOfShipmentLines: integer
(int64)
Read Only:
true
Number of lines packed into the LPN. -
OpenExceptionSeverity: string
Read Only:
true
Maximum Length:255
Value that indicates the highest severity of the exception on the line. A list of accepted values is defined in the lookup type WSH_EXCEPTION_BEHAVIOR. -
OpenExceptionSeverityCode: string
Read Only:
true
Maximum Length:255
Abbreviation that indicates the highest severity of the exception on the line. A list of accepted values is defined in the lookup type WSH_EXCEPTION_BEHAVIOR. -
OrderTypeCode: string
Read Only:
true
Maximum Length:255
Abbreviation that identifies the type of source line. -
OrganizationCode: string
Maximum Length:
255
Abbreviation that identifies the organization of the LPN. -
OrganizationCurrencyCode: string
Read Only:
true
Maximum Length:255
Abbreviation that identifies the currency. -
OrganizationId: integer
(int64)
Value that uniquely identifies the organization of the LPN.
-
OrganizationName: string
Read Only:
true
Maximum Length:255
Name of the inventory organization. -
OutermostPackingUnit: string
Read Only:
true
Maximum Length:255
Name of the outermost LPN in which the current packing unit is nested, if the LPN has a nested structure. -
OutermostPackingUnitId: integer
(int64)
Read Only:
true
Value that uniquely identifies the outermost LPN in which the current packing unit is nested, if the LPN has a nested structure. -
PackingUnit: string
Title:
Packing Unit
Maximum Length:30
Name of the LPN. -
PackingUnitContext: string
Maximum Length:
30
Abbreviation that identifies the LPN context. -
PackingUnitContextMeaning: string
Maximum Length:
255
Description of the LPN context. -
packingUnitCountriesOfOrigin: array
LPN Countries of Origin
Title:
LPN Countries of Origin
List of countries of origin associated with items in the LPN. -
packingUnitDFFs: array
packingUnitDFFs
-
PackingUnitId: integer
(int64)
Read Only:
true
Value that uniquely identifies the LPN. -
packingUnitItemRevisions: array
LPN Item Revisions
Title:
LPN Item Revisions
List of revisions associated with items in the LPN. -
packingUnitItems: array
Item
Title:
Item
Detailed breakdown of items stored within an LPN. -
packingUnitProjects: array
LPN Project Tasks
Title:
LPN Project Tasks
List of projects associated with items in the LPN. -
packingUnitProjectTasks: array
LPN Projects
Title:
LPN Projects
List of project tasks associated with items in the LPN. -
packingUnitQuantities: array
LPN Quantities
Title:
LPN Quantities
Quantities of items stored within an LPN. -
packingUnitSerials: array
LPN Serial Numbers
Title:
LPN Serial Numbers
Alphanumeric identifier assigned to an individual unit of an item in the LPN. -
ParentPackingUnit: string
Read Only:
true
Maximum Length:255
Name of the parent LPN. -
ParentPackingUnitContainer: string
Read Only:
true
Maximum Length:255
Name of the container item of the parent LPN. -
ParentPackingUnitContainerItemId: integer
(int64)
Read Only:
true
Value that uniquely identifies the container item of the parent LPN. -
ParentPackingUnitId: integer
(int64)
Read Only:
true
Value that uniquely identifies the parent LPN. -
PercentageFilled: integer
(int64)
Indicates the degree to which the LPN is packed.
-
PickWave: string
Read Only:
true
Maximum Length:255
Name of the group of sales orders that the application released into picking. -
ProjectNumber: string
Read Only:
true
Maximum Length:25
Name of the project. -
Revision: string
Maximum Length:
18
Revision of the container item. -
SealCode: string
Maximum Length:
30
Abbreviation that identifies the seal of the LPN. -
ShipFromLocationId: integer
(int64)
Value that uniquely identifies the ship-from location.
-
Shipment: string
Read Only:
true
Maximum Length:255
Name of the shipment. -
ShipmentId: integer
(int64)
Value that uniquely identifies the shipment.
-
ShipmentStatusCode: string
Read Only:
true
Maximum Length:255
Abbreviation that identifies the state or condition of the shipment. A list of accepted values is defined in the lookup type WSH_DELIVERY_STATUS. -
ShippingMethod: string
Read Only:
true
Maximum Length:255
Value that indicates the method of shipping. -
ShippingMethodCode: string
Maximum Length:
30
Abbreviation that identifies the shipping method. -
ShipToLocation: string
Read Only:
true
Maximum Length:255
Value that uniquely identifies the ship-to location. -
ShipToLocationId: integer
(int64)
Value that uniquely identifies the ship-to location.
-
SoldToCustomer: string
Read Only:
true
Maximum Length:255
Name of the party that purchased the sales order line. -
SoldToCustomerId: integer
(int64)
Value that uniquely identifies the sold-to customer.
-
SourceName: string
Maximum Length:
30
Name of the source of the LPN. -
Subinventory: string
Maximum Length:
10
Name of the subinventory. -
SupplierASN: string
Read Only:
true
Maximum Length:255
Supplier advanced shipment notice number. -
TareWeight: number
Tare weight of the LPN.
-
TareWeightUOMCode: string
Maximum Length:
3
Abbreviation that identifies the unit of measure for the tare weight of the LPN. -
TareWeightUOMName: string
Read Only:
true
Maximum Length:255
Name of the unit of measure for the tare weight of the LPN. -
TaskNumber: string
Read Only:
true
Maximum Length:100
Name of the task. -
TotalShippingCost: number
Read Only:
true
Total cost associated with shipping the LPN. -
TrackingNumber: string
Maximum Length:
30
Tracking number of the LPN. -
TransportationShipment: string
Maximum Length:
101
Value that indicates a shipment planned by the transportation-management application. -
VolumeFilled: integer
(int64)
Volume of the material packed into the LPN.
Nested Schema : Content Item Counts
Type:
array
Title:
Content Item Counts
List of items stored within the LPN in a warehouse.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : LPN Countries of Origin
Type:
array
Title:
LPN Countries of Origin
List of countries of origin associated with items in the LPN.
Show Source
Nested Schema : LPN Item Revisions
Type:
array
Title:
LPN Item Revisions
List of revisions associated with items in the LPN.
Show Source
Nested Schema : Item
Type:
array
Title:
Item
Detailed breakdown of items stored within an LPN.
Show Source
Nested Schema : LPN Project Tasks
Type:
array
Title:
LPN Project Tasks
List of projects associated with items in the LPN.
Show Source
Nested Schema : LPN Projects
Type:
array
Title:
LPN Projects
List of project tasks associated with items in the LPN.
Show Source
Nested Schema : LPN Quantities
Type:
array
Title:
LPN Quantities
Quantities of items stored within an LPN.
Show Source
Nested Schema : LPN Serial Numbers
Type:
array
Title:
LPN Serial Numbers
Alphanumeric identifier assigned to an individual unit of an item in the LPN.
Show Source
Nested Schema : packingUnitsLOV-contents-item-response
Type:
Show Source
object
-
contentInventoryAttributes: array
Inventory Tracking Attributes
Title:
Inventory Tracking Attributes
Set of named attributes (project, task, and country of origin) and user-configurable attributes used to track the inventory on hand. -
InventoryItemId: integer
(int64)
Value that uniquely identifies the content item.
-
ItemDescription: string
Maximum Length:
240
Description of the content item. -
ItemImage: string
Read Only:
true
Maximum Length:4000
Value that provides a reference to the item's image. -
ItemNumber: string
Read Only:
true
Maximum Length:255
Number that identifies the content item. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LotControlCode: integer
Read Only:
true
Value that identifies whether the item is lot-controlled. A list of accepted values is defined in the lookup type EGP_LOT_CONTROL_CODE_TYPE. -
LotExpirationDate: string
(date)
Read Only:
true
Lot number of the container item, if container item is under lot control. -
LotNumber: string
Maximum Length:
80
Lot number of the container item, if container item is under lot control. -
OrganizationCode: string
Read Only:
true
Maximum Length:255
Abbreviation that identifies the organization of the LPN. -
OrganizationId: integer
(int64)
Value that uniquely identifies the organization of the LPN.
-
PackingUnitContentId: integer
(int64)
Value that uniquely identifies the LPN content.
-
PrimaryQuantity: number
Read Only:
true
Primary quantity of the item. -
Quantity: number
Quantity of the content item.
-
Revision: string
Maximum Length:
18
Revision of the container item. -
SecondaryQuantity: number
Quantity of the content item in the item's secondary unit of measure.
-
SecondaryUOMCode: string
Maximum Length:
3
Abbreviation that identifies the secondary unit of measure of the content item. -
SecondaryUOMName: string
Read Only:
true
Maximum Length:255
Name of the secondary unit of measure of the content item. -
SerialNumberControlCode: integer
Read Only:
true
Value that identifies if the item is serial-controlled. A list of accepted values is defined in the lookup type EGP_SERIAL_NUMBER_CONTROL_TYPE. -
serials: array
LPN Serial Numbers
Title:
LPN Serial Numbers
Alphanumeric identifier assigned to an individual unit of an item in the LPN. -
UOMCode: string
Maximum Length:
3
Abbreviation that identifies the unit of measure of the content item. -
UOMName: string
Read Only:
true
Maximum Length:255
Name of the unit of measure of the content item.
Nested Schema : Inventory Tracking Attributes
Type:
array
Title:
Inventory Tracking Attributes
Set of named attributes (project, task, and country of origin) and user-configurable attributes used to track the inventory on hand.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : LPN Serial Numbers
Type:
array
Title:
LPN Serial Numbers
Alphanumeric identifier assigned to an individual unit of an item in the LPN.
Show Source
Nested Schema : packingUnitsLOV-contents-contentInventoryAttributes-item-response
Type:
Show Source
object
-
Country: string
Read Only:
true
Maximum Length:80
Name of the country of origin. -
CountryOfOriginCode: string
Read Only:
true
Maximum Length:2
Abbreviation that identifies the country of origin. -
InventoryItemId: integer
Read Only:
true
Value that uniquely identifies the content item. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LotNumber: string
Read Only:
true
Maximum Length:80
Value that identifies the lot or batch of the content item. -
LPNId: integer
(int64)
Read Only:
true
Value that uniquely identifies the license plate number. -
OrganizationId: integer
(int64)
Read Only:
true
Value that uniquely identifies the organization. -
ProjectId: integer
(int64)
Read Only:
true
Value that uniquely identifies the project. -
ProjectNumber: string
Read Only:
true
Maximum Length:25
Name of the project. -
Quantity: number
Read Only:
true
Quantity of the content item. -
Revision: string
Read Only:
true
Maximum Length:18
Revision of the content item. -
TaskId: integer
(int64)
Read Only:
true
Value that uniquely identifies the task. -
TaskNumber: string
Read Only:
true
Maximum Length:100
Name of the task.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]
The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object
-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : packingUnitsLOV-contents-serials-item-response
Type:
Show Source
object
-
CurrentOrganizationId: integer
(int64)
Read Only:
true
Value that uniquely identifies the organization. -
CurrentStatus: string
Read Only:
true
Maximum Length:30
Abbreviation that identifies the current status of the serial number of the content item. -
CurrentStatusMeaning: string
Read Only:
true
Maximum Length:80
Description of the current status of the serial number of the content item. -
InventoryItemId: integer
(int64)
Read Only:
true
Value that uniquely identifies the item. -
ItemNumber: string
Read Only:
true
Maximum Length:300
Number that identifies the content item. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LotNumber: string
Read Only:
true
Maximum Length:80
Value that identifies the lot or batch of the content item. -
PackingUnitId: integer
(int64)
Read Only:
true
Value that uniquely identifies the license plate number. -
Revision: string
Read Only:
true
Maximum Length:18
Revision of the item. -
SerialNumber: string
Read Only:
true
Maximum Length:80
Serial number of the container item, if container item is under serial control.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : packingUnitsLOV-itemContentCounts-item-response
Type:
Show Source
object
-
ContentCount: integer
Read Only:
true
Number of unique items packed in the LPN. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
OrganizationId: integer
(int64)
Read Only:
true
Value that uniquely identifies the organization. -
ParentLPNId: integer
(int64)
Read Only:
true
Value that uniquely identifies the parent license plate number. -
TotalCount: integer
Read Only:
true
Number of items in the LPN.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : packingUnitsLOV-packingUnitCountriesOfOrigin-item-response
Type:
Show Source
object
-
CountryOfOriginCode: string
Read Only:
true
Maximum Length:2
Abbreviation that identifies the country of origin. -
CountryOfOriginName: string
Read Only:
true
Maximum Length:80
Value that identifies the country of origin. -
InventoryItemId: integer
(int64)
Read Only:
true
Value that uniquely identifies the item. -
ItemNumber: string
Read Only:
true
Maximum Length:300
Number that identifies the item. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
OrganizationId: integer
Read Only:
true
Value that uniquely identifies the organization. -
PackingUnitId: integer
(int64)
Read Only:
true
Value that uniquely identifies the license plate number.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : packingUnitsLOV-packingUnitDFFs-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LPNId: integer
(int64)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : packingUnitsLOV-packingUnitItemRevisions-item-response
Type:
Show Source
object
-
InventoryItemId: integer
(int64)
Read Only:
true
Value that uniquely identifies the item. -
ItemNumber: string
Read Only:
true
Maximum Length:300
Number that identifies the item. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
OrganizationId: integer
Read Only:
true
Value that uniquely identifies the organization. -
PackingUnitId: integer
(int64)
Read Only:
true
Value that uniquely identifies the license plate number. -
Revision: string
Read Only:
true
Maximum Length:18
Revision of the item.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : packingUnitsLOV-packingUnitItems-item-response
Type:
Show Source
object
-
AvailableToTransact: number
Read Only:
true
Quantity available to transact for the item in the LPN. -
CountryOfOriginCount: integer
Read Only:
true
Number of distinct countries of origin associated with items in the LPN. -
InventoryItemId: integer
Read Only:
true
Value that uniquely identifies the item. -
ItemDescription: string
Read Only:
true
Maximum Length:240
Description of the container item. -
ItemImage: string
Read Only:
true
Maximum Length:4000
Value that provides a reference to the item's image. -
ItemNumber: string
Read Only:
true
Maximum Length:300
Number that identifies the content item. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LocatorId: integer
(int64)
Read Only:
true
Value that uniquely identifies the item locator for the LPN. -
LocatorName: string
Read Only:
true
Maximum Length:2000
Concatenated name of the inventory locator for the LPN. -
LotControlCode: number
Read Only:
true
Value that identifies whether the item is lot-controlled. A list of accepted values is defined in the lookup type EGP_LOT_CONTROL_CODE_TYPE. -
LPNId: integer
(int64)
Read Only:
true
Value that uniquely identifies the license plate number. -
OrganizationId: integer
(int64)
Read Only:
true
Value that uniquely identifies the organization. -
OwningTypeName: string
Read Only:
true
Maximum Length:9
Type of owner of the financial liability for consigned inventory. -
PrimaryUOMCode: string
Read Only:
true
Maximum Length:3
Abbreviation that identifies the primary unit of measure of the item. -
PrimaryUOMName: string
Read Only:
true
Maximum Length:25
Name of the primary unit of measure of the item. -
ProjectCount: integer
Read Only:
true
Number of distinct projects associated with items in the LPN. -
RevisionControlCode: number
Read Only:
true
Abbreviation that identifies the revision control of the item. -
SecondaryUOMCode: string
Read Only:
true
Maximum Length:3
Abbreviation that identifies the secondary unit of measure of the item. -
SecondaryUOMName: string
Read Only:
true
Maximum Length:25
Name of the secondary unit of measure of the item. -
SerialNumberControlCode: number
Read Only:
true
Value that identifies if the item is serial-controlled. A list of accepted values is defined in the lookup type EGP_SERIAL_NUMBER_CONTROL_TYPE. -
SubinventoryCode: string
Read Only:
true
Maximum Length:10
Code that identifies the packing unit subinventory. -
TotalQuantity: number
Read Only:
true
Total quantity of the item. -
TotalSecondaryQuantity: number
Read Only:
true
Total quantity of the item in secondary unit of measure of the item.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : packingUnitsLOV-packingUnitProjects-item-response
Type:
Show Source
object
-
InventoryItemId: integer
(int64)
Read Only:
true
Value that uniquely identifies the item. -
ItemNumber: string
Read Only:
true
Maximum Length:300
Number that identifies the item. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
OrganizationId: integer
(int64)
Read Only:
true
Value that uniquely identifies the organization. -
PackingUnitId: integer
(int64)
Read Only:
true
Value that uniquely identifies the license plate number. -
ProjectId: integer
Read Only:
true
Value that uniquely identifies the project. -
ProjectNumber: string
Read Only:
true
Maximum Length:25
Name of the project.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : packingUnitsLOV-packingUnitProjectTasks-item-response
Type:
Show Source
object
-
InventoryItemId: integer
(int64)
Read Only:
true
Value that uniquely identifies the item. -
ItemNumber: string
Read Only:
true
Maximum Length:300
Number that identifies the item. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
OrganizationId: integer
Read Only:
true
Value that uniquely identifies the organization. -
PackingUnitId: integer
(int64)
Read Only:
true
Value that uniquely identifies the license plate number. -
ProjectId: integer
(int64)
Read Only:
true
Value that uniquely identifies the project. -
ProjectNumber: string
Read Only:
true
Maximum Length:25
Name of the project. -
TaskId: integer
(int64)
Read Only:
true
Value that uniquely identifies the task. -
TaskNumber: string
Read Only:
true
Maximum Length:100
Name of the task.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : packingUnitsLOV-packingUnitQuantities-item-response
Type:
Show Source
object
-
AvailableToTransact: number
Read Only:
true
Quantity available to transact for the item in the LPN. -
BusinessUnitId: integer
(int64)
Read Only:
true
Value that uniquely identifies the business unit. -
CountryOfOriginCode: string
Read Only:
true
Maximum Length:2
Abbreviation that identifies the country of origin. -
CountryOfOriginName: string
Read Only:
true
Maximum Length:80
Name of the country of origin. -
InventoryItemId: integer
(int64)
Read Only:
true
Value that uniquely identifies the item. -
ItemNumber: string
Read Only:
true
Maximum Length:300
Number or name that identifies the item. -
LicensePlateNumber: string
Read Only:
true
Maximum Length:30
Name of the license plate number. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LocatorId: integer
(int64)
Read Only:
true
Value that uniquely identifies the locator. -
LocatorName: string
Read Only:
true
Maximum Length:2000
Name of the locator. -
LotControlCode: number
Read Only:
true
Value that identifies whether the item is lot-controlled. A list of accepted values is defined in the lookup type EGP_LOT_CONTROL_CODE_TYPE. -
LotGrade: string
Read Only:
true
Maximum Length:150
Abbreviation that identifies the grade associated with the lot of the item. -
LotNumber: string
Read Only:
true
Maximum Length:80
Value that identifies the lot or batch of the item. -
LPNId: integer
Read Only:
true
Value that uniquely identifies the license plate number. -
ObjectVersionNumber: integer
(int32)
Read Only:
true
Number that identifies the object version. -
OnhandSummaryId: integer
(int64)
Read Only:
true
Value that uniquely identifies an on hand summary. -
OnhandSummaryKey: string
Read Only:
true
Maximum Length:1000
Value that indicates the on hand summary. -
OrganizationCode: string
Read Only:
true
Maximum Length:18
Abbreviation that identifies the organization. -
OrganizationId: integer
(int64)
Read Only:
true
Value that uniquely identifies the organization. -
OwningEntityId: integer
(int64)
Read Only:
true
Value that uniquely identifies the owning party that's financially responsible for consigned inventory. -
OwningEntityName: string
Read Only:
true
Maximum Length:240
Owning party that's financially responsible for consigned inventory. -
OwningType: string
Read Only:
true
Maximum Length:30
Abbreviation that identifies the type of owner of the financial liability for consigned inventory. -
OwningTypeName: string
Read Only:
true
Maximum Length:240
Type of owner of the financial liability for consigned inventory. -
PrimaryUOMCode: string
Read Only:
true
Maximum Length:3
Abbreviation that identifies the primary unit of measure of the item. -
ProjectId: integer
(int64)
Read Only:
true
Value that uniquely identifies the project. -
ProjectNumber: string
Read Only:
true
Maximum Length:25
Name of the project. -
Quantity: number
Read Only:
true
Quantity of the content item. -
Revision: string
Read Only:
true
Maximum Length:18
Revision of the content item. -
RevisionControlCode: number
Read Only:
true
Abbreviation that identifies the revision control of the item. -
SecondaryUOMCode: string
Read Only:
true
Maximum Length:3
Name of the secondary unit of measure of the item. -
SecondaryUOMQuantity: number
Read Only:
true
Quantity of the item in secondary unit of measure of the item. -
SerialNumberControlCode: number
Read Only:
true
Value that identifies if the item is serial-controlled. A list of accepted values is defined in the lookup type EGP_SERIAL_NUMBER_CONTROL_TYPE. -
StockingUOMCode: string
Read Only:
true
Maximum Length:3
Abbreviation that identifies the unit of measure in which the item is stocked in a subinventory. -
StockingUOMQuantity: number
Read Only:
true
Quantity of the item in its stocking unit of measure. -
SubinventoryCode: string
Read Only:
true
Maximum Length:10
Name of the subinventory. -
TaskId: integer
(int64)
Read Only:
true
Value that uniquely identifies the task. -
TaskNumber: string
Read Only:
true
Maximum Length:100
Name of the task.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : packingUnitsLOV-packingUnitSerials-item-response
Type:
Show Source
object
-
CurrentOrganizationId: integer
(int64)
Read Only:
true
Value that uniquely identifies the organization. -
CurrentStatus: string
Read Only:
true
Maximum Length:30
Abbreviation that identifies the current status of the serial number of the content item. -
CurrentStatusMeaning: string
Read Only:
true
Maximum Length:80
Description of the current status of the serial number of the content item. -
InventoryItemId: integer
(int64)
Read Only:
true
Value that uniquely identifies the item. -
ItemNumber: string
Read Only:
true
Maximum Length:300
Number that identifies the content item. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LotNumber: string
Read Only:
true
Maximum Length:80
Value that identifies the lot or batch of the content item. -
PackingUnitId: integer
(int64)
Read Only:
true
Value that uniquely identifies the license plate number. -
Revision: string
Read Only:
true
Maximum Length:18
Revision of the item. -
SerialNumber: string
Read Only:
true
Maximum Length:80
Serial number of the container item, if container item is under serial control.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Links
- generateAndPrintLicensePlateNumbers
-
Operation: /fscmRestApi/resources/11.13.18.05/packingUnitsLOV/action/generateAndPrintLicensePlateNumbersGenerates and print LPNs
- validateLPN
-
Validates if the LPNs are eligible for a specific transaction type.