Get all transactions

get

/fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions

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: Finds inventory staged transaction according to the primary key.
      Finder Variables:
      • TransactionInterfaceId; integer; Value that uniquely identifies the transaction.
  • 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:
    • AccountAliasCombination; string; Combination of the inventory transactions for an account alias.
    • AccountCombination; string; Combination of the inventory transactions for a specified account combination.
    • AssessableValue; number; Price that the tax authority uses to calculate tax for the item.
    • Carrier; string; Name of the carrier.
    • CategoryId; integer; Value that uniquely identifies the details of the category.
    • CategoryName; string; Name of the category.
    • ChartOfAccountsId; integer; Value that uniquely identifies the chart of accounts.
    • ConsignmentAgreementNumber; string; Number that identifies the consignment agreement.
    • Containers; number; Value that identifies the container to use when packing the unit.
    • CreatedBy; string; User who created the transaction.
    • CreationDate; string; Date when the user created the transaction.
    • CurrencyCode; string; Abbreviation that identifies the currency code for the transaction.
    • DefaultTaxationCountry; string; Abbreviation that identifies the default country for taxation.
    • DefaultingControl; string; Default control for the dual unit of measure Item.
    • DemandSourceDelivery; string; Value that identifies the shipment in the demand document.
    • DemandSourceHeaderId; integer; Value that uniquely identifies the demand source header.
    • DemandSourceLine; string; Value that identifies the line in the demand document.
    • DistributionAccountId; integer; Value that uniquely identifies the distribution account.
    • DocumentSubType; string; Abbreviation that identifies the classification of the fiscal document.
    • ERecordId; integer; Value that uniquely identifies the electronic signature.
    • ErrorCode; string; Abbreviation that identifies the error.
    • ErrorExplanation; string; Explanation of why the error occurred.
    • ExemptCertificateNumber; string; Number that identifies the exempt certificate.
    • ExemptReasonCode; string; Abbreviation that identifies the reason for exemption.
    • ExpectedArrivalDate; string; Date when the item is expected to arrive.
    • ExternalSystemPackingUnit; string; Name of the packing unit in the external application.
    • ExternalSystemTransactionReference; string; Value that refers to the corresponding transaction in external applications.
    • FinalDischargeLocCode; string; Abbreviation that identifies the final discharge location.
    • FirstPtyNumber; string; Number that identifies the first party of the transaction.
    • FreightCarrierId; integer; Value that uniquely identifies the carrier.
    • IntendedUse; string; Value that identifies the classification for the intended use.
    • InventoryItemId; integer; Value that uniquely identifies the inventory item.
    • ItemDescription; string; Description of the item.
    • ItemNumber; string; Inventory item number.
    • LoadRequestId; integer; Value that uniquely identifies the Load Interface File for Import scheduled process that uploaded the transaction.
    • LocationType; string; Location type identifier that qualifies the ship-to location.
    • LocatorId; integer; Value that uniquely identifies the stock locator.
    • LocatorName; string; Description of the stock locators.
    • LockStatus; string; Current status of the lock.
    • LotControlCode; number; Code that's associated with the lot-controlled item.
    • LotTransactionGroupName; string; Name of the group of lot split, merge, and translate transactions data. This value is defined by the user.
    • OrganizationId; integer; Value that uniquely identifies the organization.
    • OrganizationName; string; Name of the organization.
    • OwningOrganizationId; integer; Value that uniquely identifies the owning organization.
    • OwningOrganizationName; string; Name of the owning organization.
    • OwningTpType; string; Type of owning trading partner.
    • PrimaryQuantity; number; Transaction quantity in the primary unit of measure that the item uses.
    • PrimaryUOMCode; string; Abbreviation that identifies the primary unit of measure for the transaction.
    • ProcessId; integer; Process ID for the transaction.
    • ProcessStatus; string; Current status of the process.
    • ProcurementBusinessUnitName; string; Name of the business unit that procured the item.
    • ProductCategory; string; Name of the product category of the transaction.
    • ProductType; string; Type of the product of the transaction.
    • ReasonId; integer; Value that uniquely identifies the inventory staged transaction reason.
    • ReasonName; string; Name of the inventory staged transaction reason.
    • ReceivingTransactionId; integer; Value that uniquely identifies the details of the receiving transaction.
    • RepresentativeLotFlag; boolean; Contains one of the following values: true or false. If true, then the data belongs to the representative source lot for a lot merge transaction type. The lot attributes from the representative source lot will be copied to the resultant lot. If false, then the lot is not the representative source lot. This attribute does not have a default value.
    • RequesterId; string; Value that uniquely identifies the person who requested the material issued or received.
    • RequesterName; string; Name of the person who requested the material issued or received.
    • RequesterNumber; string; Number that uniquely identifies the person who requested the material issued or received. This value is defined by the user.
    • Revision; string; Revision of the inventory item.
    • RevisionControlCode; number; Code that's associated with the revision-controlled item.
    • SecondaryInventoryName; string; Name of the secondary inventory.
    • SecondaryTransactionQuantity; number; Transaction quantity of an item in its secondary unit of measure.
    • SecondaryUOMCode; string; Abbreviation that identifies the secondary unit of measure that does not have a fixed conversion from the primary unit of measure. Also, this is part of the dual unit of measure record keeping that enables industries to maintain and use inventory in both quantity and weight units of measure, or volume and length units of measure.
    • SecondaryUnitOfMeasure; string; Secondary unit of measure in which an item can be transacted.
    • SerialNumberControlCode; number; Code that's associated with the serial-controlled item.
    • ShipFromLocationId; integer; Value that uniquely identifies the details of the location from which an item is shipped.
    • ShipToLocationId; integer; Value that uniquely identifies the details of the location to which an item is shipped.
    • ShipmentNumber; string; Number that identifies the shipment.
    • SourceCode; string; Abbreviation that identifies the source.
    • SourceHeaderId; integer; Value that uniquely identifies the source header.
    • SourceLineId; integer; Value that uniquely identifies the source line.
    • SourceLotFlag; boolean; Contains one of the following values: true or false. If true, then the data belongs to the source lot of lot split, merge, and translate transaction types. If false, then the data belongs to the resultant lot of split, merge, and translate transaction types. This attribute does not have a default value.
    • StructureInstanceNumber; integer; Number that identifies the structure instance.
    • SubinventoryCode; string; Abbreviation that identifies the subinventory.
    • SubinventoryId; integer; Value that uniquely identifies the subinventory.
    • TaxClassificationCode; string; Abbreviation that identifies the tax classification.
    • TaxInvoiceDate; string; Date and time of generation of the tax invoice document.
    • TaxInvoiceNumber; string; Number of the tax invoice document.
    • ThirdPtyNumber; string; Number that identifies the third party of the transaction.
    • TrackingUnitOfMeasure; string; Name of the unit of measure used for tracking the item in inventory.
    • TransactionActionId; string; Value that uniquely identifies the transaction action.
    • TransactionActionName; string; Name of the transaction action.
    • TransactionBatchId; integer; Value that uniquely identifies the transaction batch.
    • TransactionBatchSequence; integer; Sequence number that identifies the transaction batch.
    • TransactionCost; number; Cost incurred for the transaction.
    • TransactionCostIdentifier; string; Value that uniquely identifies the transaction cost.
    • TransactionDate; string; Date when the transaction occurred.
    • TransactionGroupId; integer; Value that uniquely identifies the transaction group.
    • TransactionGroupSequence; number; Sequence number that identifies the transaction group.
    • TransactionHeaderId; integer; Value that uniquely identifies the transaction header.
    • TransactionInterfaceId; integer; Value that uniquely identifies the transaction.
    • TransactionMode; string; Indicates the transaction mode.
    • TransactionQuantity; number; Transacted quantity of the item.
    • TransactionReference; string; Reference to the transaction.
    • TransactionSourceId; integer; Value that uniquely identifies the transaction source.
    • TransactionSourceName; string; Name of the transaction source.
    • TransactionSourceTypeId; integer; Value that uniquely identifies the transaction source type name.
    • TransactionSourceTypeName; string; Name of the transaction source type.
    • TransactionTypeId; integer; Value that uniquely identifies the transaction type.
    • TransactionTypeName; string; Name of the transaction type.
    • TransactionUOM; string; Abbreviation that identifies the unit of measure for the transaction.
    • TransactionUnitOfMeasure; string; Unit of measure for the transaction.
    • TransferCost; number; Cost incurred for the transfer.
    • TransferInvProject; string; Number that identifies the destination project for the project transfer transactions. This attribute is associated with a feature that requires opt in.
    • TransferInvTask; string; Number that identifies the destination task for the project transfer transactions. This attribute is associated with a feature that requires opt in.
    • TransferLocator; integer; Destination locator for a transfer transaction.
    • TransferLocatorName; string; Name of the destination locator for a transfer transaction.
    • TransferLocatorsSIN; integer; Structure instance number of the transfer locators.
    • TransferOrganization; integer; Value that uniquely identifies the destination organization for transfer transactions.
    • TransferOrganizationName; string; Name of the transfer organization.
    • TransferOwningOrganizationId; integer; Value that uniquely identifies the organization that owns the transfer.
    • TransferOwningOrganizationName; string; Name of the organization that owns the transfer.
    • TransferOwningTpType; string; Type of trading party owning the transfer.
    • TransferProjectId; integer; Value that uniquely identifies the destination project for the project transfer transactions. This attribute is associated with a feature that requires opt in.
    • TransferSubInventoryId; integer; Value that uniquely identifies the transfer subinventory.
    • TransferSubinventory; string; Name of the destination subinventory for a transfer transaction.
    • TransferTaskId; integer; Value that uniquely identifies the destination task for the project transfer transactions. This attribute is associated with a feature that requires opt in.
    • TransportationCost; number; Cost incurred for the transportation.
    • TrxBusinessCategory; string; Name of the transaction business category.
    • TrxSourceDeliveryId; integer; Value that uniquely identifies the transaction source shipment.
    • TrxSourceLineId; integer; Value that uniquely identifies the transaction source line.
    • UseCurrentCostFlag; boolean; Contains one of the following values: true or false. If true, then use the current item cost. If false, then do not use the current item cost. This attribute does not have a default value. This attribute is mandatory.
    • UserDefinedFiscClass; string; Name of the fiscal classification.
    • VendorName; string; Name of the vendor.
    • VendorNumber; string; Number that identifies the vendor.
    • WaybillAirbill; string; Number that identifies the waybill or airbill.
  • 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 : inventoryStagedTransactions
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : inventoryStagedTransactions-item-response
Type: object
Show Source
Nested Schema : Attachments
Type: array
Title: Attachments
Appendages in the inventory staged transactions, such as text files, images, documents, and spreadsheets.
Show Source
Nested Schema : Costs
Type: array
Title: Costs
Cost of an item corresponding to a miscellaneous issue or receipt transaction using inventory staged transactions.
Show Source
Nested Schema : Flexfields for Inventory Staged Transactions
Type: array
Title: Flexfields for Inventory Staged Transactions
A flexible data field that includes details about inventory staged transactions.
Show Source
Nested Schema : Lots
Type: array
Title: Lots
Details for inventory transactions when the item is lot-controlled. The details include lot number, quantity, grade, expiration action, and maturity date.
Show Source
Nested Schema : Lot Summaries
Type: array
Title: Lot Summaries
The item quantities for organization, subinventory, subinventory and locator, project, and project and task, and the inbound quantities for an organization for items that are enabled for lot control.
Show Source
Nested Schema : Project Cost Details
Type: array
Title: Project Cost Details
The project, task, expenditure type, expenditure organization, and other project attributes for a project-enabled transaction type to issue material to a project using inventory staged transactions.
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "AP_Distribution_Sets":"#/components/schemas/oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFAP__5FDistribution__5FSetsVO-item-response", "AP_Invoice_Distribution":"#/components/schemas/oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFAP__5FInvoice__5FDistributionVO-item-response", "AP_Invoice_Line":"#/components/schemas/oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFAP__5FInvoice__5FLineVO-item-response", "EXM_Expense_Report":"#/components/schemas/oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFEXM__5FExpense__5FReportVO-item-response", "EXM_Expense_Report_Line":"#/components/schemas/oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response", "INV_Misc_Transactions":"#/components/schemas/oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFINV__5FMisc__5FTransactionsVO-item-response", "OM_Sales_Order":"#/components/schemas/oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFOM__5FSales__5FOrderVO-item-response", "PJC_All":"#/components/schemas/oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFPJC__5FAllVO-item-response", "PJC_Expenditure_Batch":"#/components/schemas/oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFPJC__5FExpenditure__5FBatchVO-item-response", "POR_Requisition":"#/components/schemas/oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFPOR__5FRequisitionVO-item-response", "POR_User_Preferences":"#/components/schemas/oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFPOR__5FUser__5FPreferencesVO-item-response", "PO_Purchase_Order":"#/components/schemas/oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFPO__5FPurchase__5FOrderVO-item-response", "PO_Purchase_Order_Line":"#/components/schemas/oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response", "PO_Purchase_Order_Schedule":"#/components/schemas/oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response" } }
Nested Schema : Serials
Type: array
Title: Serials
Details for inventory transactions when the item is serial-controlled. The details include the serial number and additional information.
Show Source
Nested Schema : Serial Summaries
Type: array
Title: Serial Summaries
The item quantities for organization, subinventory, subinventory and locator, project, and project and task, and the inbound quantities for an organization for items that are enabled for serial control.
Show Source
Nested Schema : Tracking Attributes
Type: array
Title: Tracking Attributes
Attributes that are associated with the inventory staged transactions. This resource is associated with a feature that requires opt in.
Show Source
Nested Schema : inventoryStagedTransactions-attachments-item-response
Type: object
Show Source
Nested Schema : inventoryStagedTransactions-costs-item-response
Type: object
Show Source
Nested Schema : inventoryStagedTransactions-dFFs-item-response
Type: object
Show Source
Nested Schema : inventoryStagedTransactions-lots-item-response
Type: object
Show Source
Nested Schema : Flexfields for Lot Attributes
Type: array
Title: Flexfields for Lot Attributes
A flexible data field that includes details about lot attributes. Use this resource only when the item is lot-controlled.
Show Source
Nested Schema : Lot Serials
Type: array
Title: Lot Serials
Lot and serial details for inventory transactions when the item is lot-controlled and serial-controlled. The details include lot number and serial number.
Show Source
Nested Schema : Lot Serials Summaries
Type: array
Title: Lot Serials Summaries
The item quantities for organization, subinventory, subinventory and locator, project, and project and task, and the inbound quantities for an organization for items that are enabled both for lot and serial control.
Show Source
Nested Schema : Flexfields for Lots
Type: array
Title: Flexfields for Lots
A flexible data field that includes details about lots. Use this resource only when the item is lot-controlled
Show Source
Nested Schema : inventoryStagedTransactions-lots-lotAttributeDFFs-item-response
Type: object
Show Source
Nested Schema : inventoryStagedTransactions-lots-lotSerials-item-response
Type: object
Show Source
Nested Schema : Flexfields for Serial Attributes
Type: array
Title: Flexfields for Serial Attributes
A flexible data field that includes details about serial attributes. Use this resource only when the item is serial-controlled.
Show Source
Nested Schema : Flexfields for Serials
Type: array
Title: Flexfields for Serials
A flexible data field that includes details about serials. Use this resource only when the item is serial-controlled.
Show Source
Nested Schema : inventoryStagedTransactions-lots-lotSerials-serialAttributeDFFs-item-response
Type: object
Show Source
Nested Schema : inventoryStagedTransactions-lots-lotSerials-serialStandardDFFs-item-response
Type: object
Show Source
Nested Schema : inventoryStagedTransactions-lots-LotSerialSummaries-item-response
Type: object
Show Source
Nested Schema : inventoryStagedTransactions-lots-lotStandardDFFs-item-response
Type: object
Show Source
Nested Schema : inventoryStagedTransactions-LotSummaries-item-response
Type: object
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFAP__5FDistribution__5FSetsVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFAP__5FInvoice__5FDistributionVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFAP__5FInvoice__5FLineVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFEXM__5FExpense__5FReportVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFINV__5FMisc__5FTransactionsVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFOM__5FSales__5FOrderVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFPJC__5FAllVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFPJC__5FExpenditure__5FBatchVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFPOR__5FRequisitionVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFPOR__5FUser__5FPreferencesVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFPO__5FPurchase__5FOrderVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_scm_inventory_materialTransactions_pendingTransactions_restModel_stagedInvTxnPJCDFF_view_StagedInvTxnPJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response
Type: object
Show Source
Nested Schema : inventoryStagedTransactions-serials-item-response
Type: object
Show Source
Nested Schema : Flexfields for Serial Attributes
Type: array
Title: Flexfields for Serial Attributes
A flexible data field that includes details about serial attributes. Use this resource only when the item is serial-controlled.
Show Source
Nested Schema : Flexfields for Serials
Type: array
Title: Flexfields for Serials
A flexible data field that includes details about serials. Use this resource only when the item is serial-controlled.
Show Source
Nested Schema : inventoryStagedTransactions-serials-serialAttributeDFFs-item-response
Type: object
Show Source
Nested Schema : inventoryStagedTransactions-serials-serialStandardDFFs-item-response
Type: object
Show Source
Nested Schema : inventoryStagedTransactions-SerialSummaries-item-response
Type: object
Show Source
Nested Schema : inventoryStagedTransactions-trackingAttributesDFF-item-response
Type: object
Show Source
  • Title: Context Segment
    Maximum Length: 40
    Descriptive flexfield context name for tracking attributes. This attribute is associated with a feature that requires opt in.
  • Title: Context Segment
    Descriptive flexfield context display value for tracking attributes. This attribute is associated with a feature that requires opt in.
  • Title: Country of Origin
    Maximum Length: 2
    Abbreviation that identifies the country of origin. This attribute is associated with a feature that requires opt in.
  • Title: Country of Origin
    Name of the country of origin. This attribute is associated with a feature that requires opt in.
  • Links
  • Title: Project
    Value that uniquely identifies the project. This attribute is associated with a feature that requires opt in.
  • Title: Project
    Number that identifies the project. This attribute is associated with a feature that requires opt in.
  • Title: Task
    Value that uniquely identifies the task. This attribute is associated with a feature that requires opt in.
  • Title: Task
    Number that identifies the task. This attribute is associated with a feature that requires opt in.
  • Value that uniquely identifies the transaction. This attribute is associated with a feature that requires opt in.
Back to Top

Examples

This example describes how to get all transactions.

Example cURL Command

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

curl -u username:password "https://servername/fscmRestApi/resources/version/inventoryStagedTransactions"

Example Response Body

The following shows an example of the response body in JSON format.

{
    "items": [
        {
            "OrganizationId": 207,
            "OrganizationName": "Seven Corporation",
            "InventoryItemId": 606,
            "ItemNumber": "CM11222",
            "ItemDescription": "Battery - Extended Life",
            "Revision": null,
            "SubinventoryCode": "Stores",
            "LocatorId": 799,
            "LocatorName": "1.1.1",
   ...

        },
        {
            "OrganizationId": 207,
            "OrganizationName": "Seven Corporation",
            "InventoryItemId": 127677,
            "ItemNumber": "CR1000",
            "ItemDescription": "Cisco Router",
            "Revision": null,
            "SubinventoryCode": "Stores",
            "LocatorId": 799,
            "LocatorName": "1.1.1",
   ...
        },
  ...
    ],
    "count": 23,
    "hasMore": false,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/inventoryStagedTransactions",
            "name": "inventoryStagedTransactions",
            "kind": "collection"
        }
    ]
}
Back to Top