Create one stocking location

post

/fscmRestApi/resources/11.13.18.05/stockingLocations

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
  • Maximum Length: 10
    Condition of subinventory stocking locations. Valid values are Usable and Defective. A list of accepted values is defined in the lookup type ORA_RCL_STOCK_LOC_CONDITION.
  • Maximum Length: 80
    Value that indicates the condition of subinventory stocking locations. Valid values are Usable and Defective. A list of accepted values is defined in the lookup type ORA_RCL_STOCK_LOC_CONDITION.
  • Maximum Length: 10
    Type of location. Valid values are TECHNICIAN, UNMANNED, MANNED, and SITE_DEDICATED. A list of accepted values is defined in the lookup type ORA_RCL_STOCK_LOC_TYPE. You can't add additional location types.
  • Maximum Length: 80
    Description of the location type. Valid values are Technician, Unmanned Warehouse, Manned Warehouse, and Site Dedicated Warehouse. A list of accepted values is defined in the lookup type ORA_RCL_STOCK_LOC_TYPE. You can't add additional location types.
  • Maximum Length: 18
    Abbreviation that identifies the inventory organization with associated attributes related to stocking locations defined in service logistics.
  • Value that uniquely identifies the inventory organization with associated attributes related to stocking locations defined in service logistics.
  • Maximum Length: 255
    Name of the organization with associated attributes related to the stocking locations defined in service logistics.
  • Site-Dedicated Locations
    Title: Site-Dedicated Locations
    Service that's used to create site-dedicated, stocking-location addresses in the RCL_SITE_DEDICATED_LOCATIONS table to define which customer sites the parts in the associated service logistics stocking location can be used.
  • Value that uniquely identifies the stocking location.
  • Maximum Length: 10
    Name of the subinventory with associated attributes related to stocking locations defined in service logistics.
Nested Schema : Site-Dedicated Locations
Type: array
Title: Site-Dedicated Locations
Service that's used to create site-dedicated, stocking-location addresses in the RCL_SITE_DEDICATED_LOCATIONS table to define which customer sites the parts in the associated service logistics stocking location can be used.
Show Source
Nested Schema : stockingLocations-siteDedicatedLocations-item-post-request
Type: object
Show Source
  • Value that uniquely identifies the customer site (HZ_PARTY_SITES) associated with the service logistics stocking-locations table (RCL_STOCK_LOCATION).
  • Maximum Length: 30
    Number that identifies the customer site (HZ_PARTY_SITES) associated with the service logistics stocking-locations table (RCL_STOCK_LOCATION).
  • Value that uniquely identifies the site-dedicated location record in the dedicated sites table (RCL_SITE_DEDICATED_LOCATIONS).
  • Value that uniquely identifies the row in the service logistics stocking-location table (RCL_STOCK_LOCATION).
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 : stockingLocations-item-response
Type: object
Show Source
  • Maximum Length: 10
    Condition of subinventory stocking locations. Valid values are Usable and Defective. A list of accepted values is defined in the lookup type ORA_RCL_STOCK_LOC_CONDITION.
  • Maximum Length: 80
    Value that indicates the condition of subinventory stocking locations. Valid values are Usable and Defective. A list of accepted values is defined in the lookup type ORA_RCL_STOCK_LOC_CONDITION.
  • Links
  • Maximum Length: 10
    Type of location. Valid values are TECHNICIAN, UNMANNED, MANNED, and SITE_DEDICATED. A list of accepted values is defined in the lookup type ORA_RCL_STOCK_LOC_TYPE. You can't add additional location types.
  • Maximum Length: 80
    Description of the location type. Valid values are Technician, Unmanned Warehouse, Manned Warehouse, and Site Dedicated Warehouse. A list of accepted values is defined in the lookup type ORA_RCL_STOCK_LOC_TYPE. You can't add additional location types.
  • Maximum Length: 18
    Abbreviation that identifies the inventory organization with associated attributes related to stocking locations defined in service logistics.
  • Value that uniquely identifies the inventory organization with associated attributes related to stocking locations defined in service logistics.
  • Maximum Length: 255
    Name of the organization with associated attributes related to the stocking locations defined in service logistics.
  • Site-Dedicated Locations
    Title: Site-Dedicated Locations
    Service that's used to create site-dedicated, stocking-location addresses in the RCL_SITE_DEDICATED_LOCATIONS table to define which customer sites the parts in the associated service logistics stocking location can be used.
  • Value that uniquely identifies the stocking location.
  • Read Only: true
    Maximum Length: 255
    Name of the stocking location that has the organization code and the subinventory.
  • Maximum Length: 10
    Name of the subinventory with associated attributes related to stocking locations defined in service logistics.
Nested Schema : Site-Dedicated Locations
Type: array
Title: Site-Dedicated Locations
Service that's used to create site-dedicated, stocking-location addresses in the RCL_SITE_DEDICATED_LOCATIONS table to define which customer sites the parts in the associated service logistics stocking location can be used.
Show Source
Nested Schema : stockingLocations-siteDedicatedLocations-item-response
Type: object
Show Source
  • Links
  • Value that uniquely identifies the customer site (HZ_PARTY_SITES) associated with the service logistics stocking-locations table (RCL_STOCK_LOCATION).
  • Maximum Length: 30
    Number that identifies the customer site (HZ_PARTY_SITES) associated with the service logistics stocking-locations table (RCL_STOCK_LOCATION).
  • Value that uniquely identifies the site-dedicated location record in the dedicated sites table (RCL_SITE_DEDICATED_LOCATIONS).
  • Value that uniquely identifies the row in the service logistics stocking-location table (RCL_STOCK_LOCATION).
Back to Top