Create subinventory items

post

/fscmRestApi/resources/11.13.18.05/subinventoryItems

Request

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.
  • Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : Global Trade Item Numbers
Type: array
Title: Global Trade Item Numbers
The GTINs resource provides a list of GTINs associated with items.
Show Source
Nested Schema : Manufacturer Part Numbers
Type: array
Title: Manufacturer Part Numbers
The MPNs resource provides a list of manufacturer part numbers (MPNs) associated with items.
Show Source
Nested Schema : On-Hand Quantities
Type: array
Title: On-Hand Quantities
The On-Hand Quantities resource provides the on-hand quantities for items associated with a subinventory in their primary unit of measure.
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-GTINs-item-post-request
Type: object
Show Source
Nested Schema : subinventoryItems-MPNs-item-post-request
Type: object
Show Source
Nested Schema : subinventoryItems-onhandQuantity-item-post-request
Type: object
Show Source
Nested Schema : subinventoryItems-subinventoryItemsDFF-item-post-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 : subinventoryItems-item-response
Type: object
Show Source
Nested Schema : Global Trade Item Numbers
Type: array
Title: Global Trade Item Numbers
The GTINs resource provides a list of GTINs associated with items.
Show Source
Nested Schema : Manufacturer Part Numbers
Type: array
Title: Manufacturer Part Numbers
The MPNs resource provides a list of manufacturer part numbers (MPNs) associated with items.
Show Source
Nested Schema : On-Hand Quantities
Type: array
Title: On-Hand Quantities
The On-Hand Quantities resource provides the on-hand quantities for items associated with a subinventory in their primary unit of measure.
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-GTINs-item-response
Type: object
Show Source
  • Read Only: true
    Maximum Length: 255
    Value that identifies the GTIN (global trade item number) for an item.
  • Links
Nested Schema : subinventoryItems-MPNs-item-response
Type: object
Show Source
Nested Schema : subinventoryItems-onhandQuantity-item-response
Type: object
Show Source
  • Links
  • Read Only: true
    Value that identifies the on-hand quantity for an item in a subinventory in its primary unit of measure.
  • Read Only: true
    Maximum Length: 25
    Value that identifies the unit of measure for an item associated with a subinventory.
  • Read Only: true
    Maximum Length: 3
    Value that identifies the unit of measure code for an item associated with a subinventory.
  • Read Only: true
    Value that indicates the on-hand quantity for an item in the stocking unit of measure of the subinventory.
  • Read Only: true
    Maximum Length: 25
    Value that indicates the unit of measure in which the items are stocked in a subinventory.
  • Read Only: true
    Maximum Length: 3
    Value that indicates the unit of measure code in which the items are stocked in a subinventory.
Nested Schema : subinventoryItems-subinventoryItemsDFF-item-response
Type: object
Show Source
Back to Top

Examples

This example describes how to create subinventory items.

Example cURL Command

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

curl -u username:password -X POST -H "Content-Type:application/vnd.oracle.adf.resourceitem+json" -d 'request payload' 
"https://servername/fscmRestApi/resources/version/subinventoryItems"

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.

{
    "OrganizationId": 207,
    "OrganizationCode":  "M1",
    "SecondaryInventory": "AALOCSUB1",
    "InventoryItemId": null,
    "ItemNumber": "INV-100",
    "MinimumMaximumPlanningCode": 6,
    "MinmaxQuantityUOM": "Ea",
    "MinimumMinmaxQuantity": 10,
    "MaximumMinmaxQuantity": 100,
    "FixedLotMultiple": 10,
    "MinimumOrderQuantity": 100,
    "MaximumOrderQuantity": 150,
    "PreprocessingLeadTime": 15,    
    "ProcessingLeadTime": 10,
    "PostprocessingLeadTime": 5,
    "SourceType": null,
    "SourceSubinventory": null,
    "SourceOrganizationId": null,
    "SourceOrganizationCode": null
}

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