Get all transfer orders

get

/fscmRestApi/resources/11.13.18.05/transferOrders

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:

    • FindByShippingBatch: Finds transfer orders according to the picking batch.
      Finder Variables:
      • pBatch; string; Value that identifies the picking batch.
    • FindByTransferOrderDetails: Finds transfer orders according to the line details.
      Finder Variables:
      • pDestinationOrganization; string; Abbreviation that identifies the destination organization.
      • pItemNumber; string; Number that identifies the inventory item.
      • pLineNumber; string; Number that identifies the line in the transfer order.
      • pLineStatus; string; Status of the transfer order line.
      • pScheduledShipDate; string; Date when the transfer order line is scheduled to ship.
      • pSourceOrganization; string; Abbreviation that identifies the source organization.
      • pTransactionOrigin; string; Origin of the transfer order.
      • pTransferOrder; string; Number that identifies the transfer order header.
    • PrimaryKey: Finds transfer orders according to the identifier for the transfer order header.
      Finder Variables:
      • HeaderId; integer; Value that uniquely identifies the transfer order header.
  • 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:
    • BudgetControlEnabled; string; Contains one of the following values: Y or N. If Y, then the application placed the line on the transfer order under budgetary control. If N, then the application did not place it under budgetary control. The default value is N.
    • BusinessUnitName; string; Name of the business unit that requested the transfer order.
    • Description; string; Description of the transfer order.
    • FulfillOrchestrationRequired; string; Value that indicates whether the transfer order must interface to Oracle Order Management Cloud.
    • HeaderId; integer; Value that uniquely identifies the transfer order header.
    • HeaderNumber; string; Number that identifies the transfer order.
    • InterfaceStatus; string; Abbreviation that identifies the interface status of the transfer order. A list of acceptable values is defined in the lookup type INV_TO_INTERFACE_STATUS. Review and update the value for the attribute using the Setup and Maintenance work area, and the Manage Inventory Lookups task.
    • OrderedDate; string; Date when the user requested the transfer order.
    • RequisitionBUId; integer; Value that uniquely identifies the requisition business unit.
    • SourceOfTransferOrder; string; Name of the source that originally created the transfer order. A list of acceptable values is defined in the lookup type INV_TO_TXN_ORIGIN. Review and update the value for the attribute using the Setup and Maintenance work area, and the Manage Inventory Lookups task.
    • SourceTypeLookup; string; Abbreviation that identifies the source that originally created the transfer order line. A list of acceptable values is defined in the lookup type INV_TO_TXN_ORIGIN. Review and update the value for the attribute using the Setup and Maintenance work area, and the Manage Inventory Lookups task.
  • 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 : transferOrders
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : transferOrders-item-response
Type: object
Show Source
  • Read Only: true
    Maximum Length: 1
    Default Value: N
    Contains one of the following values: Y or N. If Y, then the application placed the line on the transfer order under budgetary control. If N, then the application did not place it under budgetary control. The default value is N.
  • Read Only: true
    Maximum Length: 255
    Name of the business unit that requested the transfer order.
  • Title: Description
    Read Only: true
    Maximum Length: 240
    Description of the transfer order.
  • Read Only: true
    Maximum Length: 1
    Value that indicates whether the transfer order must interface to Oracle Order Management Cloud.
  • Value that uniquely identifies the transfer order header.
  • Title: Transfer Order
    Read Only: true
    Maximum Length: 50
    Number that identifies the transfer order.
  • Read Only: true
    Maximum Length: 255
    Abbreviation that identifies the interface status of the transfer order. A list of acceptable values is defined in the lookup type INV_TO_INTERFACE_STATUS. Review and update the value for the attribute using the Setup and Maintenance work area, and the Manage Inventory Lookups task.
  • Links
  • Text of the message to indicate the result of the submitted update or cancel operation.
  • Title: Creation Date
    Read Only: true
    Date when the user requested the transfer order.
  • Read Only: true
    Value that uniquely identifies the requisition business unit.
  • Read Only: true
    Maximum Length: 255
    Name of the source that originally created the transfer order. A list of acceptable values is defined in the lookup type INV_TO_TXN_ORIGIN. Review and update the value for the attribute using the Setup and Maintenance work area, and the Manage Inventory Lookups task.
  • Title: Transaction Origin Type
    Read Only: true
    Maximum Length: 30
    Abbreviation that identifies the source that originally created the transfer order line. A list of acceptable values is defined in the lookup type INV_TO_TXN_ORIGIN. Review and update the value for the attribute using the Setup and Maintenance work area, and the Manage Inventory Lookups task.
  • Flexfields for Headers
    Title: Flexfields for Headers
    The Flexfields for Transfer Order Headers resource stores details for order header attributes in the transfer order.
  • Order Lines
    Title: Order Lines
    The Transfer Order Lines resource manages order lines in the transfer order.
Nested Schema : Flexfields for Headers
Type: array
Title: Flexfields for Headers
The Flexfields for Transfer Order Headers resource stores details for order header attributes in the transfer order.
Show Source
Nested Schema : Order Lines
Type: array
Title: Order Lines
The Transfer Order Lines resource manages order lines in the transfer order.
Show Source
Nested Schema : transferOrders-transferOrderHeaderDFFs-item-response
Type: object
Show Source
Nested Schema : transferOrders-transferOrderLines-item-response
Type: object
Show Source
  • Action to perform on transfer order line. Valid value is CANCEL.
  • Read Only: true
    Maximum Length: 30
    Source type of the action.
  • Read Only: true
    Value that uniquely identifies the partner agreement.
  • Maximum Length: 1
    Value that identifies if item substitution is allowed on the transfer order line. Contains one of the following values: Y, N, or Null. If Y, then item substitution is allowed. If N or Null, then item substitution isn't allowed. There is no default value for this attribute. This attribute is associated with a feature that requires opt in.
  • Maximum Length: 255
    Abbreviation that identifies if item substitution is allowed on the transfer order line. A list of accepted values is defined in the lookup type INV_YES_NO_CHAR. If Yes, then item substitution is allowed. If No, then item substitution isn't allowed. There is no default value for this attribute. This attribute is associated with a feature that requires opt in.
  • Title: Back-to-Back
    Read Only: true
    Maximum Length: 1
    Value that indicates whether the transfer order is a back-to-back transfer order.
  • Name of the carrier used on the transfer order line.
  • Read Only: true
    Maximum Length: 255
    Name of the person who started the change request.
  • Read Only: true
    Value that uniquely identifies the person who started the change request.
  • Title: Change Request Date
    Read Only: true
    Date when the user requested the change for this transfer order.
  • Read Only: true
    Maximum Length: 255
    Status of the current change request. A list of accepted values is defined in the lookup type INV_TO_CHANGE_STATUS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Shipping Lookups task.
  • Title: Change Status
    Read Only: true
    Maximum Length: 30
    Abbreviation that identifies the status of the change request. A list of accepted values is defined in the lookup type INV_TO_CHANGE_STATUS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Shipping Lookups task.
  • Title: Comment
    Maximum Length: 240
    Comments that the user entered, such as the reason for the return.
  • Read Only: true
    Maximum Length: 15
    Abbreviation that identifies the default currency of the requesting organization.
  • Title: Delivered
    Read Only: true
    Quantity delivered for the item.
  • Title: Address Line 1
    Read Only: true
    Maximum Length: 240
    First line of address of the destination organization.
  • Title: Address Line 4
    Read Only: true
    Maximum Length: 240
    Fourth line of address of the destination organization.
  • Title: Address Line 2
    Read Only: true
    Maximum Length: 240
    Second line of address of the destination organization.
  • Title: Address Line 3
    Read Only: true
    Maximum Length: 240
    Third line of address of the destination organization.
  • Title: Town or City
    Read Only: true
    Maximum Length: 30
    City of the destination organization.
  • Title: Country
    Read Only: true
    Maximum Length: 60
    Country of the destination organization.
  • Title: Name
    Read Only: true
    Maximum Length: 60
    Abbreviation that identifies the destination location.
  • Read Only: true
    Value that uniquely identifies the destination location.
  • Title: Display Name
    Read Only: true
    Maximum Length: 240
    Name of the destination location.
  • Read Only: true
    Maximum Length: 18
    Abbreviation that identifies the destination organization.
  • Read Only: true
    Value that uniquely identifies the destination organization.
  • Read Only: true
    Maximum Length: 255
    Name of the destination organization.
  • Title: Postal Code
    Read Only: true
    Maximum Length: 30
    Abbreviation that identifies the destination organization.
  • Title: Region 2
    Read Only: true
    Maximum Length: 120
    State of the destination organization.
  • Title: Destination Subinventory
    Maximum Length: 10
    Abbreviation that identifies the destination subinventory.
  • Read Only: true
    Maximum Length: 255
    Description of the type of destination whether a transfer order line is an inventory or expense destination type. A list of acceptable values is defined in the lookup type ORA_INV_TO_DESTINATION_TYPE. Review and update the value for the attribute using the Setup and Maintenance work area, and the Manage Inventory Lookups task.
  • Title: Destination Type
    Read Only: true
    Maximum Length: 30
    Abbreviation that identifies the type of destination. A list of acceptable values is defined in the lookup type ORA_INV_TO_DESTINATION_TYPE. Review and update the value for the attribute using the Setup and Maintenance work area, and the Manage Inventory Lookups task.
  • Maximum Length: 80
    Value that indicates whether the planning schedule is firm or not. Valid values include Firm or Not firm. A list of accepted values is defined in the lookup type ORA_MSC_ORDER_FIRM_STATUS.
  • Title: Firm Status
    Maximum Length: 1
    Value that indicates whether the planning schedule is firm or not. Valid values include Firm and Not firm. A list of accepted values is defined in the lookup type ORA_MSC_ORDER_FIRM_STATUS.
  • Value that uniquely identifies the carrier used on the transfer order line.
  • Title: Fulfillment Status
    Read Only: true
    Abbreviation that identifies the fulfillment status. A list of acceptable values is defined in the lookup type INV_TO_FULFILL_STATUS. Review and update the value for the attribute using the Setup and Maintenance work area, and the Manage Inventory Lookups task.
  • Title: Fulfillment Status
    Read Only: true
    Values that identify the fulfillment status. A list of acceptable values is defined in the lookup type INV_TO_FULFILL_STATUS. Review and update the value for the attribute using the Setup and Maintenance work area, and the Manage Inventory Lookups task.
  • Value that uniquely identifies the transfer order header.
  • Title: Transfer Order
    Read Only: true
    Maximum Length: 50
    Number that identifies the transfer order.
  • Read Only: true
    Tax that is inclusive and not recoverable.
  • Read Only: true
    Tax that is inclusive and recoverable.
  • Title: Initial Requested Quantity
    Read Only: true
    Requested quantity when the transfer order line was first created.
  • Read Only: true
    Maximum Length: 30
    Abbreviation that identifies the error message for the interface.
  • Title: Interface Error Message
    Read Only: true
    Maximum Length: 480
    Text of the error message, if any, for the interface.
  • Read Only: true
    Maximum Length: 25
    Abbreviation that identifies the interface source.
  • Read Only: true
    Maximum Length: 255
    Value that indicates the interface status of the transfer order line. A list of acceptable values is defined in the lookup type INV_TO_INTERFACE_STATUS. Review and update the value for the attribute using the Setup and Maintenance work area, and the Manage Inventory Lookups task.
  • Title: Interface Status
    Read Only: true
    Maximum Length: 30
    Abbreviation that identifies the interfacing status of the transfer order line. A list of acceptable values is defined in the lookup type INV_TO_INTERFACE_STATUS. Review and update the value for the attribute using the Setup and Maintenance work area, and the Manage Inventory Lookups task.
  • Read Only: true
    Value that uniquely identifies the inventory item.
  • Read Only: true
    Maximum Length: 255
    Item number of the inventory item.
  • Read Only: true
    Maximum Length: 18
    Item revision of the inventory item.
  • Read Only: true
    Maximum Length: 1
    Value that identifies if substitute items are shipped for the transfer order line. Contains one of the following values: Y, N, or Null. If Y, then substitute items are shipped. If N or Null, then substitute items are not shipped. There is no default value for this attribute. This attribute is associated with a feature that requires opt in.
  • Read Only: true
    Maximum Length: 255
    Abbreviation that identifies if substitute items are shipped for the transfer order line. A list of accepted values is defined in the lookup type INV_YES_NO_CHAR. If Yes, then substitute items are shipped. If No, then substitute items are not shipped. There is no default value for this attribute. This attribute is associated with a feature that requires opt in.
  • Value that uniquely identifies the transfer order line.
  • Title: Line Including Kit
    Read Only: true
    Number that identifies the line of the transfer order.
  • Links
  • Title: Physical Material Return Required
    Read Only: true
    Maximum Length: 1
    Contains one of the following values: Yes or No. If Yes, then the return transfer order is required to return the physical material to the destination organization. If No, then do not require this return. This attribute does not have a default value.
  • Mode of transport for the shipping method. A list of accepted values is defined in the lookup type WSH_MODE_OF_TRANSPORT. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Carriers Lookups task.
  • Maximum Length: 30
    Abbreviation that identifies the mode of transport for the shipping method. A list of accepted values is defined in the lookup type WSH_MODE_OF_TRANSPORT. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Carriers Lookups task.
  • Title: Requested Delivery Date
    Date when this transfer order line is requested for arrival.
  • Read Only: true
    Tax that is not inclusive and not recoverable.
  • Read Only: true
    Tax that is not inclusive and recoverable.
  • Title: Note to Receiver
    Maximum Length: 1000
    Note to the receiver on the receiving documents.
  • Title: Note to Supplier
    Maximum Length: 1000
    Note to the supplier on the shipping documents.
  • Read Only: true
    Value that uniquely identifies the original transfer order header for the return transfer order.
  • Read Only: true
    Value that uniquely identifies the transfer order line for the return transfer order.
  • Read Only: true
    Value that uniquely identifies the original request line.
  • Read Only: true
    Maximum Length: 255
    Number that identifies the original transfer order for a return transfer order.
  • Read Only: true
    Maximum Length: 255
    Number that identifies the original transfer order line for a return transfer order.
  • Read Only: true
    Value that uniquely identifies the planner for the item.
  • Read Only: true
    Maximum Length: 255
    Name of the planner for the item.
  • Read Only: true
    Maximum Length: 3
    Abbreviation that identifies the unit of measure of the line quantity.
  • Read Only: true
    Maximum Length: 255
    Name of the unit of measure of the line quantity.
  • Title: Received
    Read Only: true
    Quantity received for the item.
  • Read Only: true
    Region where the transfer order is located.
  • Read Only: true
    Maximum Length: 1
    Value that indicates whether pricing can price the transfer order.
  • Title: Requested Quantity
    Quantity requested for the item.
  • Read Only: true
    Value that uniquely identifies the requestor.
  • Read Only: true
    Maximum Length: 255
    Name of the person requesting the transfer order.
  • Read Only: true
    Value that uniquely identifies the requisition number that the application uses to create the transfer order.
  • Read Only: true
    Value that uniquely identifies the requisition line that the application uses to create the transfer order.
  • Read Only: true
    Maximum Length: 255
    Number that uniquely identifies the requisition line that the application uses to create the transfer order.
  • Title: Requisition
    Read Only: true
    Maximum Length: 64
    Number that uniquely identifies the requisition number that the application uses to create the transfer order.
  • Title: Scheduled Ship Date
    Read Only: true
    Date when this transfer order is scheduled to ship.
  • Title: Delivered
    Read Only: true
    Quantity delivered and put away in inventory in the secondary unit of measure.
  • Read Only: true
    Maximum Length: 3
    Abbreviation that identifies the secondary unit of measure of the line quantity.
  • Read Only: true
    Maximum Length: 255
    Name of the secondary unit of measure of the line quantity.
  • Title: Received
    Read Only: true
    Quantity received in the secondary unit of measure.
  • Title: Secondary Requested Quantity
    Quantity requested in the secondary unit of measure.
  • Title: Shipped
    Read Only: true
    Quantity shipped in the secondary unit of measure.
  • Service level for the shipping method. A list of accepted values is defined in the lookup type WSH_SERVICE_LEVELS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Carriers Lookups task.
  • Maximum Length: 30
    Abbreviation that identifies the service level for the shipping method. A list of accepted values is defined in the lookup type WSH_SERVICE_LEVELS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Carriers Lookups task.
  • Maximum Length: 255
    Priority of the transfer order line to ship. A list of accepted values is defined in the lookup type WSH_SHIPPING_PRIORITY. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Shipping Lookups task.
  • Title: Shipping Priority
    Maximum Length: 30
    Abbreviation that identifies the priority of the shipment. A list of accepted values is defined in the lookup type WSH_SHIPPING_PRIORITY. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Shipping Lookups task.
  • Description of the shipping method.
  • Title: Shipped
    Read Only: true
    Quantity shipped for the item.
  • Read Only: true
    Value that uniquely identifies the source of the header for the transfer order.
  • Read Only: true
    Value that uniquely identifies the source of the line for the transfer order.
  • Read Only: true
    Maximum Length: 255
    Abbreviation that identifies the source that originally created the transfer order line. A list of acceptable values is defined in the lookup type INV_TO_TXN_ORIGIN. Review and update the value for the attribute using the Setup and Maintenance work area, and the Manage Inventory Lookups task.
  • Maximum Length: 18
    Abbreviation that identifies the source organization.
  • Value that uniquely identifies the source organization.
  • Read Only: true
    Maximum Length: 255
    Name of the source organization.
  • Title: Source Subinventory
    Maximum Length: 10
    Abbreviation that identifies the source subinventory.
  • Title: Transaction Origin Type
    Read Only: true
    Maximum Length: 30
    Values that identify the source that originally created the transfer order line. A list of acceptable values is defined in the lookup type INV_TO_TXN_ORIGIN. Review and update the value for the attribute using the Setup and Maintenance work area, and the Manage Inventory Lookups task.
  • Title: Line Status
    Read Only: true
    Maximum Length: 30
    Abbreviation that identifies the status of the transfer order line. A list of acceptable values is defined in the lookup type INV_TO_LINE_STATUS. Review and update the value for the attribute using the Setup and Maintenance work area, and the Manage Inventory Lookups task.
  • Distributions
    Title: Distributions
    The Transfer Order Distributions resource manages distributions for the transfer order.
  • Flexfields for Order Lines
    Title: Flexfields for Order Lines
    The Flexfields for Transfer Order Lines resource stores details for order line attributes in the transfer order.
  • Read Only: true
    Maximum Length: 255
    Status of the transfer order line. A list of acceptable values is defined in the lookup type INV_TO_LINE_STATUS. Review and update the value for the attribute using the Setup and Maintenance work area, and the Manage Inventory Lookups task.
  • Read Only: true
    Unit price of requested item.
Nested Schema : Distributions
Type: array
Title: Distributions
The Transfer Order Distributions resource manages distributions for the transfer order.
Show Source
Nested Schema : Flexfields for Order Lines
Type: array
Title: Flexfields for Order Lines
The Flexfields for Transfer Order Lines resource stores details for order line attributes in the transfer order.
Show Source
Nested Schema : transferOrders-transferOrderLines-transferOrderDistributions-item-response
Type: object
Show Source
Nested Schema : Flexfields for Distributions
Type: array
Title: Flexfields for Distributions
The Flexfields for Transfer Order Distributions resource stores details for distribution attributes in the transfer order.
Show Source
Nested Schema : Flexfields for Projects
Type: array
Title: Flexfields for Projects
The Flexfields for Transfer Order Projects resource stores details for project attributes in the transfer order.
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "AP_Distribution_Sets":"#/components/schemas/oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response", "AP_Invoice_Distribution":"#/components/schemas/oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response", "AP_Invoice_Line":"#/components/schemas/oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFAP__5FInvoice__5FLineVO-item-response", "EXM_Expense_Report":"#/components/schemas/oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFEXM__5FExpense__5FReportVO-item-response", "EXM_Expense_Report_Line":"#/components/schemas/oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response", "INV_Misc_Transactions":"#/components/schemas/oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response", "OM_Sales_Order":"#/components/schemas/oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFOM__5FSales__5FOrderVO-item-response", "PJC_All":"#/components/schemas/oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFPJC__5FAllVO-item-response", "PJC_Expenditure_Batch":"#/components/schemas/oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response", "POR_Requisition":"#/components/schemas/oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFPOR__5FRequisitionVO-item-response", "POR_User_Preferences":"#/components/schemas/oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response", "PO_Purchase_Order":"#/components/schemas/oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response", "PO_Purchase_Order_Line":"#/components/schemas/oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response", "PO_Purchase_Order_Schedule":"#/components/schemas/oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response" } }
Nested Schema : transferOrders-transferOrderLines-transferOrderDistributions-transferOrderDistributionDFFs-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_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFAP__5FInvoice__5FLineVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFEXM__5FExpense__5FReportVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFOM__5FSales__5FOrderVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFPJC__5FAllVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFPOR__5FRequisitionVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response
Type: object
Show Source
Nested Schema : transferOrders-transferOrderLines-transferOrderLineDFFs-item-response
Type: object
Show Source
Back to Top

Examples

This example describes how to get all transfer orders.

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/transferOrders?onlyData=true"

Example 1 Response Body

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

{
    "items": [
        {
            "HeaderId": 300100071637872,
            "HeaderNumber": "100003",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Corporation",
            "SourceTypeLookup": "PLANNING",
            "SourceOfTransferOrder": "Planning",
            "OrderedDate": "2015-12-02T11:00:03+00:00",
            "FulfillOrchestrationRequired": "N",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Shipping"
        },
        {
            "HeaderId": 300100071637885,
            "HeaderNumber": "101001",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Corporation",
            "SourceTypeLookup": "MINMAX",
            "SourceOfTransferOrder": "Min-max planning",
            "OrderedDate": "2015-12-02T17:11:01+00:00",
            "FulfillOrchestrationRequired": "Y",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Order Management"
        },
        {
            "HeaderId": 300100081238620,
            "HeaderNumber": "115002",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Corporation",
            "SourceTypeLookup": "MINMAX",
            "SourceOfTransferOrder": "Min-max planning",
            "OrderedDate": "2015-12-11T04:54:43+00:00",
            "FulfillOrchestrationRequired": "N",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Shipping"
        },
        {
            "HeaderId": 300100085217850,
            "HeaderNumber": "116001",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Corporation",
            "SourceTypeLookup": "BACKTOBACK",
            "SourceOfTransferOrder": null,
            "OrderedDate": "2015-12-11T07:30:37+00:00",
            "FulfillOrchestrationRequired": "N",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Shipping"
        },
        {
            "HeaderId": 300100071638228,
            "HeaderNumber": "105001",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Corporation",
            "SourceTypeLookup": "MINMAX",
            "SourceOfTransferOrder": "Min-max planning",
            "OrderedDate": "2015-12-04T06:00:52+00:00",
            "FulfillOrchestrationRequired": "Y",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Order Management"
        },
        {
            "HeaderId": 300100081237833,
            "HeaderNumber": "110001",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Corporation",
            "SourceTypeLookup": "MINMAX",
            "SourceOfTransferOrder": "Min-max planning",
            "OrderedDate": "2015-12-08T18:50:23+00:00",
            "FulfillOrchestrationRequired": "Y",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Order Management"
        },
        {
            "HeaderId": 300100081237843,
            "HeaderNumber": "110002",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Corporation",
            "SourceTypeLookup": "MINMAX",
            "SourceOfTransferOrder": "Min-max planning",
            "OrderedDate": "2015-12-08T19:04:23+00:00",
            "FulfillOrchestrationRequired": "Y",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Order Management"
        },
        {
            "HeaderId": 300100081237862,
            "HeaderNumber": "110004",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Corporation",
            "SourceTypeLookup": "MINMAX",
            "SourceOfTransferOrder": "Min-max planning",
            "OrderedDate": "2015-12-08T19:20:08+00:00",
            "FulfillOrchestrationRequired": "Y",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Order Management"
        },
        {
            "HeaderId": 300100081238224,
            "HeaderNumber": "112003",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Corporation",
            "SourceTypeLookup": "MINMAX",
            "SourceOfTransferOrder": "Min-max planning",
            "OrderedDate": "2015-12-09T19:10:18+00:00",
            "FulfillOrchestrationRequired": "N",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Shipping"
        },
        {
            "HeaderId": 300100081238615,
            "HeaderNumber": "115001",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Corporation",
            "SourceTypeLookup": "MINMAX",
            "SourceOfTransferOrder": "Min-max planning",
            "OrderedDate": "2015-12-11T04:48:01+00:00",
            "FulfillOrchestrationRequired": "N",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Shipping"
        },
        {
            "HeaderId": 300100071637867,
            "HeaderNumber": "100001",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Corporation",
            "SourceTypeLookup": "MINMAX",
            "SourceOfTransferOrder": "Min-max planning",
            "OrderedDate": "2015-12-02T11:00:03+00:00",
            "FulfillOrchestrationRequired": "N",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Shipping"
        },
        {
            "HeaderId": 300100071637949,
            "HeaderNumber": "102001",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Corporation",
            "SourceTypeLookup": "MINMAX",
            "SourceOfTransferOrder": "Min-max planning",
            "OrderedDate": "2015-12-02T11:00:03+00:00",
            "FulfillOrchestrationRequired": "N",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Shipping"
        },
        {
            "HeaderId": 300100081238231,
            "HeaderNumber": "113001",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Corporation",
            "SourceTypeLookup": "MINMAX",
            "SourceOfTransferOrder": "Min-max planning",
            "OrderedDate": "2015-12-09T20:46:34+00:00",
            "FulfillOrchestrationRequired": "N",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Shipping"
        },
        {
            "HeaderId": 300100071637868,
            "HeaderNumber": "100002",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Corporation",
            "SourceTypeLookup": "PLANNING",
            "SourceOfTransferOrder": "Planning",
            "OrderedDate": "2015-12-02T11:00:03+00:00",
            "FulfillOrchestrationRequired": "N",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Shipping"
        },
        {
            "HeaderId": 300100071638146,
            "HeaderNumber": "103001",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Corporation",
            "SourceTypeLookup": "MINMAX",
            "SourceOfTransferOrder": "Min-max planning",
            "OrderedDate": "2015-12-03T22:04:24+00:00",
            "FulfillOrchestrationRequired": "N",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Shipping"
        },
        {
            "HeaderId": 300100071638229,
            "HeaderNumber": "105002",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Corporation",
            "SourceTypeLookup": "MINMAX",
            "SourceOfTransferOrder": "Min-max planning",
            "OrderedDate": "2015-12-04T06:00:53+00:00",
            "FulfillOrchestrationRequired": "N",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Shipping"
        },
        {
            "HeaderId": 300100071638233,
            "HeaderNumber": "105004",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Corporation",
            "SourceTypeLookup": "BACKTOBACK",
            "SourceOfTransferOrder": null,
            "OrderedDate": "2015-12-04T06:01:21+00:00",
            "FulfillOrchestrationRequired": "N",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Shipping"
        },
        {
            "HeaderId": 300100071638247,
            "HeaderNumber": "105007",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Corporation",
            "SourceTypeLookup": "MINMAX",
            "SourceOfTransferOrder": "Min-max planning",
            "OrderedDate": "2015-12-04T06:00:52+00:00",
            "FulfillOrchestrationRequired": "N",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Shipping"
        },
        {
            "HeaderId": 300100081238217,
            "HeaderNumber": "112001",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Corporation",
            "SourceTypeLookup": "MINMAX",
            "SourceOfTransferOrder": "Min-max planning",
            "OrderedDate": "2015-12-09T19:01:32+00:00",
            "FulfillOrchestrationRequired": "N",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Shipping"
        },
        {
            "HeaderId": 300100081238222,
            "HeaderNumber": "112002",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Corporation",
            "SourceTypeLookup": "MINMAX",
            "SourceOfTransferOrder": "Min-max planning",
            "OrderedDate": "2015-12-09T19:09:06+00:00",
            "FulfillOrchestrationRequired": "N",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Shipping"
        },
        {
            "HeaderId": 300100081238226,
            "HeaderNumber": "112004",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Corporation",
            "SourceTypeLookup": "MINMAX",
            "SourceOfTransferOrder": "Min-max planning",
            "OrderedDate": "2015-12-09T19:43:23+00:00",
            "FulfillOrchestrationRequired": "N",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Shipping"
        },
        {
            "HeaderId": 300100081238590,
            "HeaderNumber": "114001",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Corporation",
            "SourceTypeLookup": "BACKTOBACK",
            "SourceOfTransferOrder": null,
            "OrderedDate": "2015-12-10T20:16:59+00:00",
            "FulfillOrchestrationRequired": "N",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Shipping"
        },
        {
            "HeaderId": 300100071637870,
            "HeaderNumber": "100004",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Corporation",
            "SourceTypeLookup": "MINMAX",
            "SourceOfTransferOrder": "Min-max planning",
            "OrderedDate": "2015-12-02T11:00:03+00:00",
            "FulfillOrchestrationRequired": "Y",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Order Management"
        },
        {
            "HeaderId": 104001,
            "HeaderNumber": "104003",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Corporation",
            "SourceTypeLookup": "RETURN",
            "SourceOfTransferOrder": "Return",
            "OrderedDate": "2015-12-03T23:54:23+00:00",
            "FulfillOrchestrationRequired": "N",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Shipping"
        },
        {
            "HeaderId": 107001,
            "HeaderNumber": "107003",
            "Description": null,
            "RequisitionBUId": null,
            "BusinessUnitName": null,
            "SourceTypeLookup": "RETURN",
            "SourceOfTransferOrder": "Return",
            "OrderedDate": "2015-12-04T18:33:11+00:00",
            "FulfillOrchestrationRequired": "N",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": null
        }
    ],
    "count": 25,
    "hasMore": true,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/transferOrders",
            "name": "transferOrders",
            "kind": "collection"
        }
    ]
}

Example 2

For example, the following command gets all transfer orders where the business unit name is Vision Corporation and ordered date is 2015-12-02:

curl -u username:password "https://servername/fscmRestApi/resources/version/transferOrders?onlyData=true &q=BusinessUnitName=Vision Corporation;OrderedDate=2015-12-02"

Example 2 Response Body

The following shows an example of the response body in JSON format.
{
    "items": [
        {
            "HeaderId": 143001,
            "HeaderNumber": "143002",
            "Description": null,
            "RequisitionBUId": 300100090453656,
            "BusinessUnitName": "ZTeknik Operations Mgmt",
            "SourceTypeLookup": "SSP",
            "SourceOfTransferOrder": "Requisition",
            "OrderedDate": "2017-09-19T05:40:45+00:00",
            "FulfillOrchestrationRequired": "N",
            "BudgetControlEnabled": "Y",
            "InterfaceStatus": "Interfaced to Shipping",
            "transferOrderHeaderDFFs": [
                {
                    "HeaderId": 143001,
                    "gseg1": "GSegTest1",
                    "__FLEX_Context": "Context1",
                    "__FLEX_Context_DisplayValue": "Context1",
                    "c1seg1": "StrSeg",
                    "c1seg2": 1000,
                    "c1seg3": "2017-11-12",
                    "c1seg4": "2017-11-12T12:44:00+00:00"
                }
            ],
           "transferOrderLines": [
                {
                    "LineId": 47002,
                    "LineNumber": 1,
                    "HeaderId": 143001,
                    "HeaderNumber": "143002",
                    "InterfaceStatusLookup": "INT_WSH",
                    "InterfaceStatus": "Interfaced to Shipping",
                    "FulfillmentStatusLookup": "SHIPPED_RECEIVED",
                    "FulfillStatusMeaning": "Shipped and received",
                    "SourceTypeLookup": "SSP",
                    "SourceOfTransferOrder": "Requisition",
                    "SourceOrganizationId": 300100090625040,
                    "SourceOrganizationCode": "ZTEKINVORG03",
                    "SourceOrganizationName": "ZTek Inv Org 03",
                    "SourceSubinventoryCode": null,
                    "DestinationOrganizationId": 300100097231724,
                    "DestinationOrganizationCode": "ZTEKINVORG",
                    "DestinationOrganizationName": "ZTek Inv Org",
                    "DestinationSubinventoryCode": null,
                    "DestinationTypeLookup": "EXPENSE",
                    "DestinationType": "Expense",
                    "DestinationLocationId": 300100090570402,
                    "DestinationLocationCode": "ZTek Location",
                    "DestinationLocationName": "ZTek Location",
                    "DestinationAddressFirstLine": "90 Fifth Avenue",
                    "DestinationAddressSecondLine": null,
                    "DestinationAddressThirdLine": null,
                    "DestinationAddressFourthLine": null,
                    "DestinationCity": "NEW YORK",
                    "DestinationState": "NY",
                    "DestinationPostalCode": "10002",
                    "DestinationCountry": "US",
                    "MaterialReturnRequired": null,
                    "StatusLookup": "CLOSED",
                    "TransferOrderLineStatus": "Closed",
                    "InventoryItemId": 300100097323941,
                    "ItemNumber": "ZBCEA01",
                    "ItemRevision": null,
                    "NeedByDate": "2017-09-25T00:00:00+00:00",
                    "ScheduledShipDate": "2017-09-25T00:00:00+00:00",
                    "QuantityUOMCode": "Ea",
                    "QuantityUOMName": "Each",
                    "RequestedQuantity": 10,
                    "ShippedQuantity": 10,
                    "ReceivedQuantity": 10,
                    "DeliveredQuantity": 10,
                    "SecondaryQuantityUOMCode": null,
                    "SecondaryQuantityUOMName": null,
                    "SecondaryRequestedQuantity": null,
                    "SecondaryShippedQuantity": null,
                    "SecondaryReceivedQuantity": null,
                    "SecondaryDeliveredQuantity": null,
                    "UnitPrice": 45.98,
                    "FreightCarrierId": null,
                    "CarrierName": null,
                    "ModeOfTransportLookup": null,
                    "ModeOfTransport": null,
                    "ServiceLevelLookup": null,
                    "ServiceLevel": null,
                    "ShipMethodDescription": null,
                    "ShipmentPriorityLookup": null,
                    "ShipmentPriority": null,
                    "OriginalHeaderId": null,
                    "OriginalTransferOrder": null,
                    "OriginalLineId": null,
                    "OriginalTransferOrderLine": null,
                    "RequisitionId": 300100114324779,
                    "RequisitionNumber": "12",
                    "RequisitionLineId": 300100114324780,
                    "RequisitionLineNumber": "1",
                    "RequesterId": 100010026864127,
                    "RequesterName": "Deschamp,Darren",
                    "InterfaceErrMsgCode": null,
                    "InterfaceErrMsgText": null,
                    "PlannerId": null,
                    "PlannerName": null,
                    "ChangeStatusLookup": null,
                    "ChangeStatus": null,
                    "ChangeRequestedDate": null,
                    "Comments": null,
                    "SourceHeaderId": 300100114328125,
                    "SourceLineId": 300100114328127,
                    "InclNonrecoverableTax": null,
                    "InclRecoverableTax": null,
                    "NoninclNonrecoverableTax": null,
                    "NoninclRecoverableTax": null,
                    "CurrencyCode": "SGD",
                    "AgreementPtrId": null,
                    "FirmPlanningSchedule": null,
                    "InterfaceSourceCode": "SCOTRACK",
                    "BackToBack": "N",
                    "OriginalRequestLineId": null,
                    "ActionSourceType": "SSP",
                    "NoteToReceiver": null,
                    "NoteToSupplier": null,
                    "Reprice": "N",
                    "ChangePartyId": null,
                    "ChangeInitiatingPersonName": null,
                    "Region": "NEW YORK,NY",
                    "transferOrderLineDFFs": [
                        {
                            "LineId": 47002,
                            "gseg1": "GSegTest2",
                            "__FLEX_Context": "Context1",
                            "__FLEX_Context_DisplayValue": "Context1",
                            "c1seg1": "StrSeg1",
                            "c1seg2": 1001,
                            "c1seg3": "2017-11-13",
                            "c1seg4": "2017-11-13T12:46:00+00:00"
                        }
                    ],
                    "transferOrderDistributions": [
                        {
                            "DistributionId": 5009,
                            "DistributionNumber": 1,
                            "LineId": 47002,
                            "PrimaryLedgerId": 300100089900745,
                            "CodeCombinationId": 300100089900981,
                            "DistributionQuantity": 6,
                            "DeliveredQuantity": 6,
                            "Percent": 60,
                            "DistributionAmount": 137.94,
                            "RecoverableTax": 0,
                            "NonrecoverableTax": 0,
                            "FundsStatus": "RESERVED",
                            "BudgetDate": "2017-09-18",
                            "RequisitionDistributionId": 300100114324781,
                            "ChargeAccount": null,                         
                            "transferOrderDistributionDFFs": [
                                {
                                    "DistributionId": 5009,
                                    "gseg1": "GSegTest3",
                                    "__FLEX_Context": "Context1",
                                    "__FLEX_Context_DisplayValue": "Context1",
                                    "c1seg1": "StrSeg2",
                                    "c1seg2": 1002,
                                    "c1seg3": "2017-11-14",
                                    "c1seg4": "2017-11-14T12:47:00+00:00"
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ],
    "count": 1,
    "hasMore": false,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/transferOrders",
            "name": "transferOrders",
            "kind": "collection"
        }
    ]
}

Example 3

For example, the following command gets all transfer order details for a particular transfer order having one line:

curl -u username:password "https://servername/fscmRestApi/resources/version/transferOrders?q=HeaderId=184004 &onlyData=true &expand=transferOrderHeaderDFFs,transferOrderLines,transferOrderLines.transferOrderLineDFFs,transferOrderLines.transferOrderDistributions,transferOrderLines.transferOrderDistributions.transferOrderDistributionDFFs"

Example 3 Response Body

The following shows an example of the response body in JSON format.
{
    "items": [
        {
            "HeaderId": 300100071637872,
            "HeaderNumber": "100003",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Operations",
            "SourceTypeLookup": "PLANNING",
            "SourceOfTransferOrder": "Planning",
            "OrderedDate": "2015-12-02T11:00:03+00:00",
            "FulfillOrchestrationRequired": "N",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Shipping",
            "transferOrderLines": [
                {
                    "LineId": 5,
                    "LineNumber": 1,
                    "HeaderId": 300100071637872,
                    "HeaderNumber": "100003",
                    "InterfaceStatusLookup": "INT_WSH",
                    "InterfaceStatus": "Interfaced to Shipping",
                    "FulfillmentStatusLookup": "WAIT_FULFILL",
                    "FulfillStatusMeaning": "Awaiting fulfillment",
                    "SourceTypeLookup": "PLANNING",
                    "SourceOfTransferOrder": "Planning",
                    "SourceOrganizationId": 209,
                    "SourceOrganizationCode": "M2",
                    "SourceOrganizationName": "Tall Manufacturing",
                    "SourceSubinventoryCode": null,
                    "DestinationOrganizationId": 207,
                    "DestinationOrganizationCode": "M1",
                    "DestinationOrganizationName": "Tall Manufacturing",
                    "DestinationSubinventoryCode": null,
                    "DestinationTypeLookup": "INVENTORY",
                    "DestinationType": "Inventory",
                    "DestinationLocationId": 207,
                    "DestinationLocationCode": "M1- Seattle Mfg",
                    "DestinationLocationName": "M1- Seattle Mfg",
                    "DestinationAddressFirstLine": "3455 108th Avenue",
                    "DestinationAddressSecondLine": null,
                    "DestinationAddressThirdLine": null,
                    "DestinationAddressFourthLine": null,
                    "DestinationCity": "Seattle",
                    "DestinationState": "WA",
                    "DestinationPostalCode": "98101",
                    "DestinationCountry": "US",
                    "MaterialReturnRequired": null,
                    "StatusLookup": "OPEN",
                    "TransferOrderLineStatus": "Open",
                    "InventoryItemId": 100100036057544,
                    "ItemNumber": "DOS-BAT-Simple TO",
                    "ItemRevision": null,
                    "NeedByDate": "2015-12-07T01:01:12+00:00",
                    "ScheduledShipDate": "2015-12-07T01:01:12+00:00",
                    "QuantityUOMCode": "Ea",
                    "QuantityUOMName": "Each",
                    "RequestedQuantity": 10,
                    "ShippedQuantity": null,
                    "ReceivedQuantity": null,
                    "DeliveredQuantity": null,
                    "SecondaryQuantityUOMCode": null,
                    "SecondaryQuantityUOMName": null,
                    "SecondaryRequestedQuantity": null,
                    "SecondaryShippedQuantity": null,
                    "SecondaryReceivedQuantity": null,
                    "SecondaryDeliveredQuantity": null,
                    "UnitPrice": 100.049504950495049504950495049504950495,
                    "FreightCarrierId": null,
                    "CarrierName": null,
                    "ModeOfTransportLookup": null,
                    "ModeOfTransport": "AIR",
                    "ServiceLevelLookup": null,
                    "ServiceLevel": "2DA",
                    "ShipMethodDescription": "DHL-Air-2nd day air",
                    "ShipmentPriorityLookup": null,
                    "ShipmentPriority": null,
                    "OriginalHeaderId": null,
                    "OriginalTransferOrder": null,
                    "OriginalLineId": null,
                    "OriginalTransferOrderLine": null,
                    "RequisitionId": 1449053674634,
                    "RequisitionNumber": null,
                    "RequisitionLineId": 1449053674634,
                    "RequisitionLineNumber": null,
                    "RequesterId": 100010024202178,
                    "RequesterName": "Quinn,Olivia",
                    "InterfaceErrMsgCode": null,
                    "InterfaceErrMsgText": null,
                    "PlannerId": null,
                    "PlannerName": null,
                    "ChangeStatusLookup": null,
                    "ChangeStatus": null,
                    "ChangeRequestedDate": null,
                    "Comments": null,
                    "SourceHeaderId": 300100071803833,
                    "SourceLineId": 300100071803856,
                    "InclNonrecoverableTax": null,
                    "InclRecoverableTax": null,
                    "NoninclNonrecoverableTax": null,
                    "NoninclRecoverableTax": null,
                    "CurrencyCode": "USD",
                    "AgreementPtrId": null,
                    "FirmPlanningSchedule": null,
                    "InterfaceSourceCode": "SCOTRACK",
                    "BackToBack": "N",
                    "OriginalRequestLineId": null,
                    "ActionSourceType": null,
                    "NoteToReceiver": null,
                    "NoteToSupplier": null,
                    "Reprice": "Y",
                    "ChangePartyId": null,
                    "ChangeInitiatingPersonName": null,
                    "Region": "King,WA"
                }
            ]
        },
        {
            "HeaderId": 300100071637885,
            "HeaderNumber": "101001",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Operations",
            "SourceTypeLookup": "MINMAX",
            "SourceOfTransferOrder": "Min-max planning",
            "OrderedDate": "2015-12-02T17:11:01+00:00",
            "FulfillOrchestrationRequired": "Y",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Order Management",
            "transferOrderLines": [
                {
                    "LineId": 1001,
                    "LineNumber": 1,
                    "HeaderId": 300100071637885,
                    "HeaderNumber": "101001",
                    "InterfaceStatusLookup": "INT_DOO",
                    "InterfaceStatus": "Interfaced to Order Management",
                    "FulfillmentStatusLookup": "WAIT_FULFILL",
                    "FulfillStatusMeaning": "Awaiting fulfillment",
                    "SourceTypeLookup": "MINMAX",
                    "SourceOfTransferOrder": "Min-max planning",
                    "SourceOrganizationId": 207,
                    "SourceOrganizationCode": "M1",
                    "SourceOrganizationName": "Tall Manufacturing",
                    "SourceSubinventoryCode": null,
                    "DestinationOrganizationId": 204,
                    "DestinationOrganizationCode": "V1",
                    "DestinationOrganizationName": "Vision Operations",
                    "DestinationSubinventoryCode": null,
                    "DestinationTypeLookup": "INVENTORY",
                    "DestinationType": "Inventory",
                    "DestinationLocationId": 204,
                    "DestinationLocationCode": "V1- New York City",
                    "DestinationLocationName": "V1- New York City",
                    "DestinationAddressFirstLine": "90 Fifth Avenue",
                    "DestinationAddressSecondLine": null,
                    "DestinationAddressThirdLine": null,
                    "DestinationAddressFourthLine": null,
                    "DestinationCity": "New York",
                    "DestinationState": "NY",
                    "DestinationPostalCode": "10022-3422",
                    "DestinationCountry": "US",
                    "MaterialReturnRequired": null,
                    "StatusLookup": "OPEN",
                    "TransferOrderLineStatus": "Open",
                    "InventoryItemId": 663882,
                    "ItemNumber": "CYC08-100",
                    "ItemRevision": null,
                    "NeedByDate": "2015-12-07T23:59:59+00:00",
                    "ScheduledShipDate": null,
                    "QuantityUOMCode": "Ea",
                    "QuantityUOMName": "Each",
                    "RequestedQuantity": 20,
                    "ShippedQuantity": null,
                    "ReceivedQuantity": null,
                    "DeliveredQuantity": null,
                    "SecondaryQuantityUOMCode": null,
                    "SecondaryQuantityUOMName": null,
                    "SecondaryRequestedQuantity": null,
                    "SecondaryShippedQuantity": null,
                    "SecondaryReceivedQuantity": null,
                    "SecondaryDeliveredQuantity": null,
                    "UnitPrice": 0,
                    "FreightCarrierId": null,
                    "CarrierName": null,
                    "ModeOfTransportLookup": null,
                    "ModeOfTransport": "AIR",
                    "ServiceLevelLookup": null,
                    "ServiceLevel": "EXP",
                    "ShipMethodDescription": "DHL-Air-Express",
                    "ShipmentPriorityLookup": null,
                    "ShipmentPriority": null,
                    "OriginalHeaderId": null,
                    "OriginalTransferOrder": null,
                    "OriginalLineId": null,
                    "OriginalTransferOrderLine": null,
                    "RequisitionId": null,
                    "RequisitionNumber": null,
                    "RequisitionLineId": null,
                    "RequisitionLineNumber": null,
                    "RequesterId": 100010024202178,
                    "RequesterName": "Quinn,Olivia",
                    "InterfaceErrMsgCode": null,
                    "InterfaceErrMsgText": null,
                    "PlannerId": null,
                    "PlannerName": null,
                    "ChangeStatusLookup": null,
                    "ChangeStatus": null,
                    "ChangeRequestedDate": null,
                    "Comments": null,
                    "SourceHeaderId": 300100071804102,
                    "SourceLineId": 300100071804104,
                    "InclNonrecoverableTax": null,
                    "InclRecoverableTax": null,
                    "NoninclNonrecoverableTax": null,
                    "NoninclRecoverableTax": null,
                    "CurrencyCode": "USD",
                    "AgreementPtrId": null,
                    "FirmPlanningSchedule": null,
                    "InterfaceSourceCode": "SCOTRACK",
                    "BackToBack": "N",
                    "OriginalRequestLineId": null,
                    "ActionSourceType": null,
                    "NoteToReceiver": null,
                    "NoteToSupplier": null,
                    "Reprice": "Y",
                    "ChangePartyId": null,
                    "ChangeInitiatingPersonName": null,
                    "Region": "New York,NY"
                }
            ]
        }
    ],
    "count": 2,
    "hasMore": true,
    "limit": 2,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "https://servername/fscmRestApi/resources/version/transferOrders",
            "name": "transferOrders",
            "kind": "collection"
        }
    ]
}

Example 4

For example, the following command gets all transfer orders where the Source Organization or the Destination Organization is M1:

curl -u username:password "https://servername/fscmRestApi/resources/versiontransferOrders?expand=transferOrderLines &onlyData=true &limit=2"

Example 4 Response Body

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

  

Example 4

For example, the following command gets all transfer orders released in a single pick wave using row finder findByShippingBatch:

curl -u username:password "https://servername/fscmRestApi/resources/version/transferOrders?onlyData=true &finder=FindByShippingBatch;pBatch=5373797 &onlyData=true &expand=transferOrderHeaderDFFs,transferOrderLines,transferOrderLines.transferOrderLineDFFs,transferOrderLines.transferOrderDistributions,transferOrderLines.transferOrderDistributions.transferOrderDistributionDFFs"

Example 4 Response Body

The following shows an example of the response body in JSON format.
{
    "items": [
        {
            "HeaderId": 143001,
            "HeaderNumber": "143002",
            "Description": null,
            "RequisitionBUId": 300100090453656,
            "BusinessUnitName": "ZTeknik Operations Mgmt",
            "SourceTypeLookup": "SSP",
            "SourceOfTransferOrder": "Requisition",
            "OrderedDate": "2017-09-19T05:40:45+00:00",
            "FulfillOrchestrationRequired": "N",
            "BudgetControlEnabled": "Y",
            "InterfaceStatus": "Interfaced to Shipping",
            "transferOrderHeaderDFFs": [
                {
                    "HeaderId": 143001,
                    "gseg1": "GSegTest1",
                    "__FLEX_Context": "Context1",
                    "__FLEX_Context_DisplayValue": "Context1",
                    "c1seg1": "StrSeg",
                    "c1seg2": 1000,
                    "c1seg3": "2017-11-12",
                    "c1seg4": "2017-11-12T12:44:00+00:00"
                }
            ],
           "transferOrderLines": [
                {
                    "LineId": 47002,
                    "LineNumber": 1,
                    "HeaderId": 143001,
                    "HeaderNumber": "143002",
                    "InterfaceStatusLookup": "INT_WSH",
                    "InterfaceStatus": "Interfaced to Shipping",
                    "FulfillmentStatusLookup": "SHIPPED_RECEIVED",
                    "FulfillStatusMeaning": "Shipped and received",
                    "SourceTypeLookup": "SSP",
                    "SourceOfTransferOrder": "Requisition",
                    "SourceOrganizationId": 300100090625040,
                    "SourceOrganizationCode": "ZTEKINVORG03",
                    "SourceOrganizationName": "ZTek Inv Org 03",
                    "SourceSubinventoryCode": null,
                    "DestinationOrganizationId": 300100097231724,
                    "DestinationOrganizationCode": "ZTEKINVORG",
                    "DestinationOrganizationName": "ZTek Inv Org",
                    "DestinationSubinventoryCode": null,
                    "DestinationTypeLookup": "EXPENSE",
                    "DestinationType": "Expense",
                    "DestinationLocationId": 300100090570402,
                    "DestinationLocationCode": "ZTek Location",
                    "DestinationLocationName": "ZTek Location",
                    "DestinationAddressFirstLine": "90 Fifth Avenue",
                    "DestinationAddressSecondLine": null,
                    "DestinationAddressThirdLine": null,
                    "DestinationAddressFourthLine": null,
                    "DestinationCity": "NEW YORK",
                    "DestinationState": "NY",
                    "DestinationPostalCode": "10002",
                    "DestinationCountry": "US",
                    "MaterialReturnRequired": null,
                    "StatusLookup": "CLOSED",
                    "TransferOrderLineStatus": "Closed",
                    "InventoryItemId": 300100097323941,
                    "ItemNumber": "ZBCEA01",
                    "ItemRevision": null,
                    "NeedByDate": "2017-09-25T00:00:00+00:00",
                    "ScheduledShipDate": "2017-09-25T00:00:00+00:00",
                    "QuantityUOMCode": "Ea",
                    "QuantityUOMName": "Each",
                    "RequestedQuantity": 10,
                    "ShippedQuantity": 10,
                    "ReceivedQuantity": 10,
                    "DeliveredQuantity": 10,
                    "SecondaryQuantityUOMCode": null,
                    "SecondaryQuantityUOMName": null,
                    "SecondaryRequestedQuantity": null,
                    "SecondaryShippedQuantity": null,
                    "SecondaryReceivedQuantity": null,
                    "SecondaryDeliveredQuantity": null,
                    "UnitPrice": 45.98,
                    "FreightCarrierId": null,
                    "CarrierName": null,
                    "ModeOfTransportLookup": null,
                    "ModeOfTransport": null,
                    "ServiceLevelLookup": null,
                    "ServiceLevel": null,
                    "ShipMethodDescription": null,
                    "ShipmentPriorityLookup": null,
                    "ShipmentPriority": null,
                    "OriginalHeaderId": null,
                    "OriginalTransferOrder": null,
                    "OriginalLineId": null,
                    "OriginalTransferOrderLine": null,
                    "RequisitionId": 300100114324779,
                    "RequisitionNumber": "12",
                    "RequisitionLineId": 300100114324780,
                    "RequisitionLineNumber": "1",
                    "RequesterId": 100010026864127,
                    "RequesterName": "Deschamp,Darren",
                    "InterfaceErrMsgCode": null,
                    "InterfaceErrMsgText": null,
                    "PlannerId": null,
                    "PlannerName": null,
                    "ChangeStatusLookup": null,
                    "ChangeStatus": null,
                    "ChangeRequestedDate": null,
                    "Comments": null,
                    "SourceHeaderId": 300100114328125,
                    "SourceLineId": 300100114328127,
                    "InclNonrecoverableTax": null,
                    "InclRecoverableTax": null,
                    "NoninclNonrecoverableTax": null,
                    "NoninclRecoverableTax": null,
                    "CurrencyCode": "SGD",
                    "AgreementPtrId": null,
                    "FirmPlanningSchedule": null,
                    "InterfaceSourceCode": "SCOTRACK",
                    "BackToBack": "N",
                    "OriginalRequestLineId": null,
                    "ActionSourceType": "SSP",
                    "NoteToReceiver": null,
                    "NoteToSupplier": null,
                    "Reprice": "N",
                    "ChangePartyId": null,
                    "ChangeInitiatingPersonName": null,
                    "Region": "NEW YORK,NY",
                    "transferOrderLineDFFs": [
                        {
                            "LineId": 47002,
                            "gseg1": "GSegTest2",
                            "__FLEX_Context": "Context1",
                            "__FLEX_Context_DisplayValue": "Context1",
                            "c1seg1": "StrSeg1",
                            "c1seg2": 1001,
                            "c1seg3": "2017-11-13",
                            "c1seg4": "2017-11-13T12:46:00+00:00"
                        }
                    ],
                    "transferOrderDistributions": [
                        {
                            "DistributionId": 5009,
                            "DistributionNumber": 1,
                            "LineId": 47002,
                            "PrimaryLedgerId": 300100089900745,
                            "CodeCombinationId": 300100089900981,
                            "DistributionQuantity": 6,
                            "DeliveredQuantity": 6,
                            "Percent": 60,
                            "DistributionAmount": 137.94,
                            "RecoverableTax": 0,
                            "NonrecoverableTax": 0,
                            "FundsStatus": "RESERVED",
                            "BudgetDate": "2017-09-18",
                            "RequisitionDistributionId": 300100114324781,
                            "ChargeAccount": null,                         
                            "transferOrderDistributionDFFs": [
                                {
                                    "DistributionId": 5009,
                                    "gseg1": "GSegTest3",
                                    "__FLEX_Context": "Context1",
                                    "__FLEX_Context_DisplayValue": "Context1",
                                    "c1seg1": "StrSeg2",
                                    "c1seg2": 1002,
                                    "c1seg3": "2017-11-14",
                                    "c1seg4": "2017-11-14T12:47:00+00:00"
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ],
    "count": 1,
    "hasMore": false,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/transferOrders",
            "name": "transferOrders",
            "kind": "collection"
        }
    ]
}

Example 5

For example, the following command gets all transfer order details by filtering data on the line attributes using the row finder findByTransferOrderDetails:

curl -u username:password "https://servername/fscmRestApi/resources/version/transferOrders?finder=FindByTransferOrderDetails;pDestinationOrganization=M1 &expand=transferOrderLines &onlyData=true"

Example 5 Response Body

The following shows an example of the response body in JSON format.
{
    "items": [
        {
            "HeaderId": 171003,
            "HeaderNumber": "171004",
            "Description": null,
            "RequisitionBUId": 204,
            "BusinessUnitName": "Vision Operations",
            "SourceTypeLookup": "INV",
            "SourceOfTransferOrder": "Inventory",
            "OrderedDate": "2017-10-31T08:05:47+00:00",
            "FulfillOrchestrationRequired": "N",
            "BudgetControlEnabled": "N",
            "InterfaceStatus": "Interfaced to Shipping",
            "transferOrderLines": [
                {
                    "LineId": 76006,
                    "LineNumber": 1,
                    "HeaderId": 171003,
                    "HeaderNumber": "171004",
                    "InterfaceStatusLookup": "INT_WSH",
                    "InterfaceStatus": "Interfaced to Shipping",
                    "FulfillmentStatusLookup": "WAIT_FULFILL",
                    "FulfillStatusMeaning": "Awaiting fulfillment",
                    "SourceTypeLookup": "INV",
                    "SourceOfTransferOrder": "Inventory",
                    "SourceOrganizationId": 204,
                    "SourceOrganizationCode": "V1",
                    "SourceOrganizationName": "Vision Operations",
                    "SourceSubinventoryCode": null,
                    "DestinationOrganizationId": 207,
                    "DestinationOrganizationCode": "M1",
                    "DestinationOrganizationName": "Tall Manufacturing",
                    "DestinationSubinventoryCode": null,
                    "DestinationTypeLookup": "INVENTORY",
                    "DestinationType": "Inventory",
                    "DestinationLocationId": 207,
                    "DestinationLocationCode": "M1- Seattle Mfg",
                    "DestinationLocationName": "M1- Seattle Mfg",
                    "DestinationAddressFirstLine": "3455 108th Avenue",
                    "DestinationAddressSecondLine": null,
                    "DestinationAddressThirdLine": null,
                    "DestinationAddressFourthLine": null,
                    "DestinationCity": "Seattle",
                    "DestinationState": "WA",
                    "DestinationPostalCode": "98101",
                    "DestinationCountry": "US",
                    "MaterialReturnRequired": null,
                    "StatusLookup": "OPEN",
                    "TransferOrderLineStatus": "Open",
                    "InventoryItemId": 300100126405702,
                    "ItemNumber": "SCOIMT_UP",
                    "ItemRevision": null,
                    "NeedByDate": "2017-10-31T08:04:00+00:00",
                    "ScheduledShipDate": "2017-10-31T08:06:56+00:00",
                    "QuantityUOMCode": "Ea",
                    "QuantityUOMName": "Each",
                    "RequestedQuantity": 10,
                    "ShippedQuantity": null,
                    "ReceivedQuantity": null,
                    "DeliveredQuantity": null,
                    "SecondaryQuantityUOMCode": null,
                    "SecondaryQuantityUOMName": null,
                    "SecondaryRequestedQuantity": null,
                    "SecondaryShippedQuantity": null,
                    "SecondaryReceivedQuantity": null,
                    "SecondaryDeliveredQuantity": null,
                    "UnitPrice": null,
                    "FreightCarrierId": 12521,
                    "CarrierName": "DHL",
                    "ModeOfTransportLookup": "AIR",
                    "ModeOfTransport": "AIR",
                    "ServiceLevelLookup": "2DA",
                    "ServiceLevel": "2DA",
                    "ShipMethodDescription": "DHL-Air-2nd day air",
                    "ShipmentPriorityLookup": null,
                    "ShipmentPriority": null,
                    "OriginalHeaderId": null,
                    "OriginalTransferOrder": null,
                    "OriginalLineId": null,
                    "OriginalTransferOrderLine": null,
                    "RequisitionId": 104004,
                    "RequisitionNumber": "5247",
                    "RequisitionLineId": 300100126421132,
                    "RequisitionLineNumber": null,
                    "RequesterId": 300100036644754,
                    "RequesterName": "Oliver, Sam",
                    "InterfaceErrMsgCode": null,
                    "InterfaceErrMsgText": null,
                    "PlannerId": null,
                    "PlannerName": null,
                    "ChangeStatusLookup": null,
                    "ChangeStatus": null,
                    "ChangeRequestedDate": null,
                    "Comments": null,
                    "SourceHeaderId": 300100126424368,
                    "SourceLineId": 300100126424370,
                    "InclNonrecoverableTax": null,
                    "InclRecoverableTax": null,
                    "NoninclNonrecoverableTax": null,
                    "NoninclRecoverableTax": null,
                    "CurrencyCode": "USD",
                    "AgreementPtrId": null,
                    "FirmPlanningSchedule": null,
                    "InterfaceSourceCode": "SCOTRACK",
                    "BackToBack": "N",
                    "OriginalRequestLineId": null,
                    "ActionSourceType": "INV",
                    "NoteToReceiver": null,
                    "NoteToSupplier": null,
                    "Reprice": "Y",
                    "ChangePartyId": null,
                    "ChangeInitiatingPersonName": null,
                    "Region": "King,WA"
                }
            ]
        }
    ],
    "count": 1,
    "hasMore": false,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "https://servername/fscmRestApi/resources/version/transferOrders",
            "name": "transferOrders",
            "kind": "collection"
        }
    ]
}
Back to Top