Update one item

patch

/fscmRestApi/resources/11.13.18.05/packingUnits/{PackingUnitId}/child/packingUnitItems/{packingUnitItemsUniqID}

Request

Path Parameters
  • Value that uniquely identifies the packing unit.
  • This is the hash key of the attributes which make up the composite key--- InventoryItemId, LPNId and OrganizationId ---for the Packing Unit Items resource and used to uniquely identify an instance of Packing Unit Items. The client should not generate the hash key value. Instead, the client should query on the Packing Unit Items collection resource with a filter on the primary key values in order to navigate to a specific instance of Packing Unit Items.

    For example: packingUnitItems?q=InventoryItemId=<value1>;LPNId=<value2>;OrganizationId=<value3>
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.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : LPN Lots
Type: array
Title: LPN Lots
List of lots of an item in the LPN.
Show Source
Nested Schema : packingUnits-packingUnitItems-packingUnitItemLots-item-patch-request
Type: object
Show Source
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 : packingUnits-packingUnitItems-item-response
Type: object
Show Source
  • Read Only: true
    Quantity available for transaction in the packing unit.
  • Read Only: true
    Number of distinct countries of origin associated with items in the LPN.
  • Read Only: true
    Value that uniquely identifies the item.
  • Read Only: true
    Maximum Length: 240
    Description of the content item.
  • Read Only: true
    Maximum Length: 4000
    Value that provides a reference to the item's image.
  • Read Only: true
    Maximum Length: 300
    Number or name that identifies the item.
  • Links
  • Read Only: true
    Value that uniquely identifies the item locator for the packing unit.
  • Read Only: true
    Maximum Length: 2000
    Name of the locator.
  • 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.
  • Read Only: true
    Value that uniquely identifies the license plate number.
  • Read Only: true
    Value that uniquely identifies the organization.
  • Read Only: true
    Maximum Length: 9
    Type of owner of the financial liability for consigned inventory. Contains one of the following values: Supplier site: The owning party is the supplier site Inventory organization: The owning party is the inventory organization.
  • LPN Lots
    Title: LPN Lots
    List of lots of an item in the LPN.
  • Read Only: true
    Maximum Length: 3
    Abbreviation that identifies the primary unit of measure of the item.
  • Read Only: true
    Maximum Length: 25
    Name of the primary unit of measure of the item.
  • Read Only: true
    Number of distinct projects associated with items in the LPN.
  • Read Only: true
    Abbreviation that identifies the revision control of the item.
  • Read Only: true
    Maximum Length: 30
    Value that indicates how the conversion between primary and secondary units of measure is handled. Valid values are Default, Fixed, and No Default. The value of Defaulting Control depends on the value of the Tracking Unit of Measure attribute. If the Tracking Unit of Measure is Primary and Secondary, then the Defaulting Control can be provided. Otherwise, the Defaulting Control can't be provided. A list of accepted values is defined in the lookup type EGP_DEFAULTING. Review the value for this attribute in the Setup and Maintenance work area, and the Manage Standard Lookups task. The default value is Fixed.
  • Read Only: true
    Maximum Length: 3
    Abbreviation that identifies the secondary unit of measure of the item.
  • Read Only: true
    Maximum Length: 25
    Name of the secondary unit of measure of the item.
  • 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.
  • Read Only: true
    Maximum Length: 10
    Name of the subinventory.
  • Read Only: true
    Total quantity of the item.
  • Read Only: true
    Total quantity of the item in secondary unit of measure of the item.
  • Read Only: true
    Maximum Length: 30
    Unit of measure of the item.
Nested Schema : LPN Lots
Type: array
Title: LPN Lots
List of lots of an item in the LPN.
Show Source
Nested Schema : packingUnits-packingUnitItems-packingUnitItemLots-item-response
Type: object
Show Source
Back to Top