Query for existing inventory reservation interface records

get

/fscmRestApi/resources/11.13.18.05/inventoryStagedReservations

Request

Query Parameters
  • 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).
  • 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
  • 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: Uniquely identifies a reservation request.
      Finder Variables:
      • ReservationBatchId; integer; Identifies a group of reservation requests.
      • ReservationInterfaceId; integer; Identifies a unique reservation request.
  • 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.
  • 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
  • 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.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • 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
  • 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:
    • DemandSourceHeaderId; integer; Value that identifies the header number for source of demand.
    • DemandSourceHeaderNumber; string; Identifies the header number for source of demand.
    • DemandSourceLineId; integer; Value that identifies the line number for demand source.
    • DemandSourceLineNumber; string; Identifies the line number for demand source.
    • DemandSourceName; string; Identifies the user defined demand.
    • DemandSourceTypeId; integer; Value that identifies the type of demand. Valid values are 2, 3, 6, 8,and 13. 2 indicates Sales Order, 3 indicates Account, 6 indicates Account Alias, 8 indicates Transfer Order and 13 indicates User defined.
    • DemandSourceTypeName; string; Identifies the type of demand. Valid values are Sales Order, Account, Account Alias, Transfer Order, and User defined.
    • ErrorCode; number; Error code returned by the reservations interface manager.
    • ErrorExplanation; string; Indicates the error message code for the record in the error.
    • ErrorExplanationCode; string; Provides the error explanation code for the record in the error.
    • InventoryItemId; integer; Value that uniquely identifies the inventory item.
    • ItemNumber; string; Identifies the inventory item number.
    • Locator; string; Abbreviation that identifies the subinventory that the warehouse uses to reserve inventory for the item. It is typically a physical area in the subinventory, such as a row, aisle, bin, or shelf, that stores the item.
    • LocatorId; integer; Value that uniquely identifies the locator for the reservation.
    • LockCode; string; Value that identifies if the record is locked to prevent the record from being picked by another reservation interface process. Valid values are 1 and 2. 1 indicates that the record is locked and 2 indicates that the record is available for a lock to be placed on it. The default value is 2.
    • LotNumber; string; Number that identifies an item or group of items. Applies when the warehouse places the item under lot control.
    • OrganizationCode; string; Organization for which the reservation is created.
    • OrganizationId; integer; Value that uniquely identifies the organization for which the reservation is created.
    • OrganizationName; string; Identifies organization name in which reservation function is performed
    • PrimaryReservationQuantity; number; Reserved quantity expressed in the primary unit of measure of the item.
    • PrimaryUOMCode; string; Abbreviation that identifies the primary unit of measure.
    • PrimaryUnitOfMeasure; string; Primary unit of measure of the item.
    • ProcessMode; string; Mode in which interface record has to be processed. It has values : Online,Concurrent,Background. Value that identifies the mode of the processing the inventory attribute transaction request lines. It has values : Online,Concurrent,Background. Valid values include 1, 2, and 3. 1 indicates online, 2 indicates concurrent, and 3 indicates background. 1 indicates that the records are inserted in the Inventory Reservations interface with the transaction mode as 1. This invokes Manage Reservations Interface scheduled process to process the records in the reservation interface. 2 indicates that the records are inserted in the Inventory Reservations interface with transaction mode as 2. This invokes Manage Reservations Interface to process the records in the reservation interface. 3 indicates that the records are inserted in the Inventory Reservations interface with transaction mode as 3. User needs to invoke the Manage Reservations Interface scheduled process manually to process the records in the reservation interface.
    • RequirementDate; string; Indicates the requirement date for the reservation.
    • ReservationActionCode; string; Value that identifies the reservation action that needs to be performed. Valis values are 1, 2, 3, and 4. 1 indicates Create, 2 indicates Update, 3 indicates Delete, and 4 indicates Transfer.
    • ReservationBatchId; integer; Value that identifies a reservation batch.
    • ReservationInterfaceId; integer; Value that identifies a unique reservation record.
    • ReservationQuantity; number; Identifies the quantity to be reserved in reservation UOM code.
    • ReservationUOMCode; string; Abbreviation that identifies the unit of measure that the user chooses when placing the reservation.
    • ReservationUnitOfMeasure; string; Identifies the unit of measure for the reservation record.
    • Revision; string; Revision of the item. Applies when the warehouse enables the item for revision control.
    • RowStatusCode; string; Indicates the status of the request. Valid values are 1 and 3. 1 indicates Active, and 3 indicates Error.
    • SecondaryReservationQuantity; number; Reservation quantity expressed in the secondary unit of measure.
    • SecondaryUOMCode; string; Abbreviation that identifies the secondary unit of measure.
    • SecondaryUnitOfMeasure; string; Secondary unit of measure of the item.
    • SourceFulfillmentLineId; integer; Value that identifies the source fulfillment line for sales order demand.
    • SubinventoryCode; string; Name of the subinventory that the warehouse uses to make the reservation.
    • SupplyProjectId; integer; Value that uniquely identifies the project for the supply document.
    • SupplyProjectNumber; string; Number that identifies the project for the supply document.
    • SupplySourceHeaderId; integer; Value that identifies the supply document.
    • SupplySourceHeaderNumber; string; Identifies the supply document.
    • SupplySourceLineId; integer; Value that identifies the line number in the supply document.
    • SupplySourceLineNumber; string; Line number in the supply document.
    • SupplySourceTypeId; integer; Value that uniquely identifies the type of the supply document.
    • SupplySourceTypeName; string; Type of the supply document. A list of accepted values is defined in the lookup type INV_RESERVATION_SUPPLY_SRC_TYP. Values include Purchase Order, On Hand, Requisition, Transfer Order Return, Work Order, or Transfer Order.
    • SupplyTaskId; integer; Value that uniquely identifies the task corresponding to a project for the supply document.
    • SupplyTaskNumber; string; Number that identifies the task corresponding to a project for the supply document.
    • ToDemandSourceHeaderId; integer; Value that identifies the header number for destination source of demand to update or transfer the reservation.
    • ToDemandSourceHeaderNumber; string; Identifies the header number for destination source of demand to update or transfer the reservation.
    • ToDemandSourceLineId; integer; Value that identifies the line number corresponding to a header number for destination source of demand to update or transfer the reservation.
    • ToDemandSourceLineNumber; string; Identifies the line number corresponding to a header number for destination source of demand to update or transfer the reservation.
    • ToDemandSourceName; string; Identifies the header number for source of demand to update or transfer the reservation.
    • ToDemandSourceTypeId; integer; Identifies the destination demand source type name to update or transfer the reservation. Valid values are 2, 3, 6, 8,and 13. 2 indicates Sales Order, 3 indicates Account, 6 indicates Account Alias, 8 indicates Transfer Order and 13 indicates User defined.
    • ToDemandSourceTypeName; string; Identifies the destination demand source type name to update or transfer the reservation. Valid values are Sales Order, Account, Account Alias, Transfer Order, and User defined.
    • ToLocator; string; Identifies the destination locator to update or transfer the reservation.
    • ToLocatorId; integer; Value that identifies the destination locator to update or transfer the reservation.
    • ToLotNumber; string; Identifies the lot number to update or transfer the reservation.
    • ToOrganizationId; integer; Value that identifies the organization name to which the reservation is updated or transferred.
    • ToOrganizationName; string; Identifies the organization name to which the reservation is updated or transferred.
    • ToRevision; string; Identifies the destination revision for a revision controlled reserved item.
    • ToSubinventoryCode; string; Identifies the destination subinventory to update or transfer the reservation.
    • ToSupplyProjectId; integer; Number that identifis the destination supply project to update or transfer the reservation.
    • ToSupplyProjectNumber; string; Name of the destination supply project to update or transfer the reservation.
    • ToSupplySourceHeaderId; integer; Value that identifies the header number for a destination supply source to update or transfer the reservation.
    • ToSupplySourceHeaderNumber; string; Identifies the header number for a destination supply source to update or transfer the reservation.
    • ToSupplySourceLineId; integer; Value that identifies the line number corresponding to a header number for a destination supply source to update or transfer the reservation.
    • ToSupplySourceLineNumber; string; Identifies the line number corresponding to a header number for a destination supply source to update or transfer the reservation.
    • ToSupplySourceTypeId; integer; Value that identifies the destination supply source nameto update or transfer the reservation.
    • ToSupplySourceTypeName; string; Identifies the destination supply source name to update or transfer the reservation.
    • ToSupplyTaskId; integer; Value that identifies the destination task used to update and transfer the reservation.
    • ToSupplyTaskNumber; string; Identifies the destination task used to update and transfer the reservation.
  • 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
  • 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.

There's no request body for this operation.

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 : inventoryStagedReservations
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : inventoryStagedReservations-item-response
Type: object
Show Source
  • Title: Demand Document Number
    Value that identifies the header number for source of demand.
  • Maximum Length: 150
    Identifies the header number for source of demand.
  • Title: Demand Document Line
    Value that identifies the line number for demand source.
  • Maximum Length: 150
    Identifies the line number for demand source.
  • Title: Demand Document Name
    Maximum Length: 30
    Identifies the user defined demand.
  • Title: Demand Document Type ID
    Value that identifies the type of demand. Valid values are 2, 3, 6, 8,and 13. 2 indicates Sales Order, 3 indicates Account, 6 indicates Account Alias, 8 indicates Transfer Order and 13 indicates User defined.
  • Maximum Length: 80
    Identifies the type of demand. Valid values are Sales Order, Account, Account Alias, Transfer Order, and User defined.
  • Title: Error
    Error code returned by the reservations interface manager.
  • Title: Error Explanation
    Maximum Length: 240
    Indicates the error message code for the record in the error.
  • Maximum Length: 240
    Provides the error explanation code for the record in the error.
  • Value that uniquely identifies the inventory item.
  • Maximum Length: 300
    Identifies the inventory item number.
  • Links
  • Maximum Length: 255
    Abbreviation that identifies the subinventory that the warehouse uses to reserve inventory for the item. It is typically a physical area in the subinventory, such as a row, aisle, bin, or shelf, that stores the item.
  • Title: Locator
    Value that uniquely identifies the locator for the reservation.
  • Title: Locked
    Maximum Length: 30
    Default Value: 2
    Value that identifies if the record is locked to prevent the record from being picked by another reservation interface process. Valid values are 1 and 2. 1 indicates that the record is locked and 2 indicates that the record is available for a lock to be placed on it. The default value is 2.
  • Title: Lot
    Maximum Length: 80
    Number that identifies an item or group of items. Applies when the warehouse places the item under lot control.
  • Maximum Length: 18
    Organization for which the reservation is created.
  • Value that uniquely identifies the organization for which the reservation is created.
  • Maximum Length: 240
    Identifies organization name in which reservation function is performed
  • Title: Reserved Quantity
    Reserved quantity expressed in the primary unit of measure of the item.
  • Maximum Length: 25
    Primary unit of measure of the item.
  • Maximum Length: 3
    Abbreviation that identifies the primary unit of measure.
  • Maximum Length: 255
    Mode in which interface record has to be processed. It has values : Online,Concurrent,Background. Value that identifies the mode of the processing the inventory attribute transaction request lines. It has values : Online,Concurrent,Background. Valid values include 1, 2, and 3. 1 indicates online, 2 indicates concurrent, and 3 indicates background. 1 indicates that the records are inserted in the Inventory Reservations interface with the transaction mode as 1. This invokes Manage Reservations Interface scheduled process to process the records in the reservation interface. 2 indicates that the records are inserted in the Inventory Reservations interface with transaction mode as 2. This invokes Manage Reservations Interface to process the records in the reservation interface. 3 indicates that the records are inserted in the Inventory Reservations interface with transaction mode as 3. User needs to invoke the Manage Reservations Interface scheduled process manually to process the records in the reservation interface.
  • Value that identifies the process mode to be used to process the interface records. Valid values are 1, 2, and 3. 1 indicates online mode of processing, 2 indicates concurrent mode, and 3 indicates background mode.
  • Title: Due Date
    Indicates the requirement date for the reservation.
  • Title: Reservation Action
    Maximum Length: 30
    Value that identifies the reservation action that needs to be performed. Valis values are 1, 2, 3, and 4. 1 indicates Create, 2 indicates Update, 3 indicates Delete, and 4 indicates Transfer.
  • Title: Reservation Batch ID
    Value that identifies a reservation batch.
  • Value that identifies a unique reservation record.
  • Title: Reserved Quantity
    Identifies the quantity to be reserved in reservation UOM code.
  • Maximum Length: 25
    Identifies the unit of measure for the reservation record.
  • Title: Reservation UOM
    Maximum Length: 3
    Abbreviation that identifies the unit of measure that the user chooses when placing the reservation.
  • Maximum Length: 18
    Revision of the item. Applies when the warehouse enables the item for revision control.
  • Title: Row Status
    Maximum Length: 30
    Indicates the status of the request. Valid values are 1 and 3. 1 indicates Active, and 3 indicates Error.
  • Title: Secondary Reserved Quantity
    Reservation quantity expressed in the secondary unit of measure.
  • Maximum Length: 25
    Secondary unit of measure of the item.
  • Title: Secondary UOM
    Maximum Length: 3
    Abbreviation that identifies the secondary unit of measure.
  • Value that identifies the source fulfillment line for sales order demand.
  • Maximum Length: 10
    Name of the subinventory that the warehouse uses to make the reservation.
  • Value that uniquely identifies the project for the supply document.
  • Maximum Length: 25
    Number that identifies the project for the supply document.
  • Title: Supply Document Number
    Value that identifies the supply document.
  • Maximum Length: 150
    Identifies the supply document.
  • Title: Supply Document Line
    Value that identifies the line number in the supply document.
  • Maximum Length: 150
    Line number in the supply document.
  • Title: Supply Document Type
    Value that uniquely identifies the type of the supply document.
  • Maximum Length: 80
    Type of the supply document. A list of accepted values is defined in the lookup type INV_RESERVATION_SUPPLY_SRC_TYP. Values include Purchase Order, On Hand, Requisition, Transfer Order Return, Work Order, or Transfer Order.
  • Value that uniquely identifies the task corresponding to a project for the supply document.
  • Maximum Length: 100
    Number that identifies the task corresponding to a project for the supply document.
  • Title: To Demand Document Number
    Value that identifies the header number for destination source of demand to update or transfer the reservation.
  • Maximum Length: 150
    Identifies the header number for destination source of demand to update or transfer the reservation.
  • Title: To Demand Document Line ID
    Value that identifies the line number corresponding to a header number for destination source of demand to update or transfer the reservation.
  • Maximum Length: 150
    Identifies the line number corresponding to a header number for destination source of demand to update or transfer the reservation.
  • Title: To Demand Document Name
    Maximum Length: 30
    Identifies the header number for source of demand to update or transfer the reservation.
  • Title: To Demand Document Type
    Identifies the destination demand source type name to update or transfer the reservation. Valid values are 2, 3, 6, 8,and 13. 2 indicates Sales Order, 3 indicates Account, 6 indicates Account Alias, 8 indicates Transfer Order and 13 indicates User defined.
  • Maximum Length: 80
    Identifies the destination demand source type name to update or transfer the reservation. Valid values are Sales Order, Account, Account Alias, Transfer Order, and User defined.
  • Maximum Length: 255
    Identifies the destination locator to update or transfer the reservation.
  • Title: To Locator
    Value that identifies the destination locator to update or transfer the reservation.
  • Title: To Lot
    Maximum Length: 80
    Identifies the lot number to update or transfer the reservation.
  • Title: To Organization
    Value that identifies the organization name to which the reservation is updated or transferred.
  • Maximum Length: 240
    Identifies the organization name to which the reservation is updated or transferred.
  • Title: To Revision
    Maximum Length: 18
    Identifies the destination revision for a revision controlled reserved item.
  • Title: To Subinventory
    Maximum Length: 10
    Identifies the destination subinventory to update or transfer the reservation.
  • Number that identifis the destination supply project to update or transfer the reservation.
  • Maximum Length: 25
    Name of the destination supply project to update or transfer the reservation.
  • Title: To Supply Document Number
    Value that identifies the header number for a destination supply source to update or transfer the reservation.
  • Maximum Length: 150
    Identifies the header number for a destination supply source to update or transfer the reservation.
  • Title: To Supply Document Line
    Value that identifies the line number corresponding to a header number for a destination supply source to update or transfer the reservation.
  • Maximum Length: 150
    Identifies the line number corresponding to a header number for a destination supply source to update or transfer the reservation.
  • Title: To Supply Document Type
    Value that identifies the destination supply source nameto update or transfer the reservation.
  • Maximum Length: 80
    Identifies the destination supply source name to update or transfer the reservation.
  • Value that identifies the destination task used to update and transfer the reservation.
  • Maximum Length: 100
    Identifies the destination task used to update and transfer the reservation.
Back to Top