Update one subinventory item

patch

/fscmRestApi/resources/11.13.18.05/subinventoryItems/{SubinventoryItemId}

Request

Path Parameters
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
  • Title: Count Required
    Maximum Length: 1
    Contains one of the following values. 1: The application requires counting during periodic-automatic replenishment for the item in the locator. 2: The application doesn't require this counting. There isn't a default value for this attribute.
  • Maximum Length: 255
    Type of periodic automatic replenishment. A list of accepted values is defined in the lookup type INV_DEFAULT_REPLEN_COUNT_TYPE. The default value is Order par.
  • Title: Replenishment Count Type
    Maximum Length: 30
    Abbreviation that identifies the type of periodic automatic replenishment. A list of accepted values is defined in the lookup type INV_DEFAULT_REPLEN_COUNT_TYPE. The default value is 4.
  • Title: Fixed Lot Multiple
    Value of the fixed lot multiple. Used while sourcing the material for the item. You can source an item only in this value.
  • Title: Maximum Quantity
    Maximum quantity for min-max replenishment.
  • Title: Maximum Order Quantity
    Maximum order quantity for replenishment.
  • Title: Inventory Planning Method
    Default Value: 6
    Abbreviation that determines whether to enable min-max planning for a subinventory item. List of accepted values are defined in the lookup type INV_MATERIAL_PLANNING.
  • Maximum Length: 255
    Value used to determine whether to enable min-max planning for a subinventory item.
  • Title: Minimum Quantity
    Minimum quantity for min-max replenishment.
  • Title: Minimum Order Quantity
    Value that uniquely identifies the organization.
  • Maximum Length: 3
    Abbreviation that identifies the unit of measure to use for the min-max quantities.
  • Maximum Length: 255
    Unit of measure to use for the min-max quantities.
  • Title: PAR Level
    Level that the application uses for the subinventory item during periodic automatic replenishment.
  • Title: PAR Maximum Quantity
    Maximum quantity to use during periodic automatic replenishment.
  • Title: PAR Level UOM
    Maximum Length: 3
    Abbreviation that identifies the unit of measure to use for quantities during periodic automatic replenishment.
  • Title: PAR Level UOM
    Unit of measure to use for quantities during periodic automatic replenishment.
  • Title: Postprocessing
    Postprocessing lead time to use while sourcing the item.
  • Title: Preprocessing
    Preprocessing lead time to use while sourcing the item.
  • Title: Processing
    Processing lead time to use while sourcing the item.
  • Title: Count Tolerance Percentage
    Count tolerance percent to use before which the application doesn't allow the count. This tolerance prevents data-entry mistakes when counting, and prevents ordering more than required quantity for the replenishment request.
  • Maximum Length: 255
    Unit of measure to use for sourcing.
  • Maximum Length: 255
    Abbreviation that identifies the source organization. Used while sourcing the material for the item to this subinventory.
  • Value that uniquely identifies the source organization. Used while sourcing the material for the item to this subinventory.
  • Title: Sourcing Subinventory
    Maximum Length: 10
    Name of the source subinventory. Used while sourcing the material for the item to this subinventory.
  • Title: Sourcing Type
    Maximum Length: 30
    Sourcing type to use to replenish stock for the item to this subinventory. A list of accepted values is defined in the lookup type INV_SOURCE_TYPES. The default value is 6.
  • Maximum Length: 255
    Value of the sourcing type used to specify the location from which the stock for the item is replenished in the subinventory.
  • Flexfields
    Title: Flexfields
    The Flexfields for Subinventory Items resource manages descriptive flexfields that contain details about subinventory items.
Nested Schema : Flexfields
Type: array
Title: Flexfields
The Flexfields for Subinventory Items resource manages descriptive flexfields that contain details about subinventory items.
Show Source
Nested Schema : schema
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 : subinventoryItems-item-response
Type: object
Show Source
Nested Schema : Flexfields
Type: array
Title: Flexfields
The Flexfields for Subinventory Items resource manages descriptive flexfields that contain details about subinventory items.
Show Source
Nested Schema : subinventoryItems-subinventoryItemsDFF-item-response
Type: object
Show Source
Back to Top

Examples

This example describes how to update one subinventory item.

Example cURL Command

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

curl -X PATCH -u "username:password" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -d 'request payload'  "https://servername/fscmRestApi/resources/version/subinventoryItems/subinventoryItemsUniqID"
For example, this command updates the mininum order quantity and the maximumn order quantity in item subinventory 00030000000EACED00057708000110F07C424F9A0000000EACED0005770800000000000000CF000000084142435355423031s:
curl -X PATCH -u "username:password" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -d 'request payload'  "https://servername/fscmRestApi/resources/version/subinventoryItems/00030000000EACED00057708000110F07C424F9A0000000EACED0005770800000000000000CF000000084142435355423031"

Example Request Body

The following example includes the contents of the request body in JSON format. You replace the request payload in the cURL command with the contents of the Example Request Body. The request payload specifies attribute values that the command will use in the record that it updates.

{ 

"MinimumOrderQuantity": 100, 

"MaximumOrderQuantity": 1000

}

Example Response Body

The following example includes the contents of the response body in JSON format:
{

    "FixedLotMultiple": 10,

    "InventoryItemId": 663913,

    "MinimumMaximumPlanningCode": 6,

    "MaximumMinmaxQuantity": 100,

    "MaximumOrderQuantity": 150,

    "MinmaxQuantityUOM": "Ea",

    "MinmaxQuantityUOMMeasure": null,

    "MinimumMinmaxQuantity": 10,

    "MinimumOrderQuantity": 100,

    "OrganizationId": 207,

    "OrganizationCode": "M1",

    "PostprocessingLeadTime": 5,

    "PreprocessingLeadTime": 15,

    "ProcessingLeadTime": 10,

    "SecondaryInventory": "AALOCSUB1",

    "SourceOrganizationId": null,

    "SourceSubinventory": null,

    "SourceOrderingUOM": null,

    "SourceOrderingUOMMeasure": null,

    "SourceType": null,

    "ItemNumber": "INV-100",

    "SourceOrganizationCode": null,

    "ParLevel": null,

    "ParMaximumQuantity": null,

    "ParUOMCode": null,

    "ParUOMMeasure": null,

    "DefaultCountTypeCode": null,

    "CountRequired": null,

    "QuantityCountTolerance": null,

    "links": [

        {

            "rel": "self",

            "href": "https://servername/fscmRestApi/resources/version/subinventoryItems/00030000000EACED0005770800000000000A21690000000EACED0005770800000000000000CF0000000941414C4F4353554231",

            "name": "subinventoryItems",

            "kind": "item",

            "properties": {

                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"

            }

        },

        {

            "rel": "canonical",

            "href": "https://servername/fscmRestApi/resources/version/subinventoryItems/00030000000EACED0005770800000000000A21690000000EACED0005770800000000000000CF0000000941414C4F4353554231",

            "name": "subinventoryItems",

            "kind": "item"

        },

        {

            "rel": "child",

            "href": "https://servername/fscmRestApi/resources/version/subinventoryItems/00030000000EACED0005770800000000000A21690000000EACED0005770800000000000000CF0000000941414C4F4353554231/child/subinventoryItemsDFF",

            "name": "subinventoryItemsDFF",

            "kind": "collection"

        }

    ]
}
Back to Top