Get all transfer orders
/fscmRestApi/resources/11.13.18.05/transferOrders
Request
-
expand: string
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).
-
fields: string
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 -
finder: string
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.
- FindByShippingBatch: Finds transfer orders according to the picking batch.
-
limit: integer
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.
-
links: string
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 -
offset: integer
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.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
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
-
q: string
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.
- NewLineValidationCode; string; Indicates whether a new line can be added to the transfer order.
- 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.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
-
Metadata-Context: string
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".
-
REST-Framework-Version: string
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 TopResponse
- application/json
Default Response
-
Metadata-Context:
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".
-
REST-Framework-Version:
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.
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
arrayLinksobject-
BudgetControlEnabled: string
Read Only:
trueMaximum Length:1Default Value:NContains 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
Read Only:
trueMaximum Length:255Name of the business unit that requested the transfer order. -
Description: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the transfer order. -
FulfillOrchestrationRequired: string
Read Only:
trueMaximum Length:1Value that indicates whether the transfer order must interface to Oracle Order Management Cloud. -
HeaderId: integer
(int64)
Value that uniquely identifies the transfer order header.
-
HeaderNumber: string
Title:
Transfer OrderRead Only:trueMaximum Length:50Number that identifies the transfer order. -
InterfaceStatus: string
Read Only:
trueMaximum Length:255Abbreviation 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. -
KitComponentsIncluded: string
Read Only:
trueMaximum Length:1Contains one of the following values: Y or N. If Y, it means the transfer order includes lines with kit components. If N, it means there are no lines with kit components. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MessageText: string
Text of the message to indicate the result of the submitted update or cancel operation.
-
NewLineValidationCode: string
Read Only:
trueMaximum Length:30Indicates whether a new line can be added to the transfer order. -
OrderedDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user requested the transfer order. -
RequisitionBUId: integer
(int64)
Read Only:
trueValue that uniquely identifies the requisition business unit. -
SourceOfTransferOrder: string
Read Only:
trueMaximum Length:255Name 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
Title:
Transaction Origin TypeRead Only:trueMaximum Length:30Abbreviation 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. -
Status: string
Title:
StatusRead Only:trueStatus of the transfer order. A list of acceptable values is defined in the lookup type INV_TO_HEADER_STATUS. Review and update the value for the attribute using the Setup and Maintenance work area, and the Manage Inventory Lookups task. -
TotalPrice: number
Title:
Transfer PriceRead Only:trueValue that indicates the transfer order line unit price. -
TotalTax: number
Title:
Total TaxRead Only:trueValue that indicates the transfer order line tax. -
TotalTransferPrice: number
Title:
Total Transfer PriceRead Only:trueValue that indicates the transfer order line total transfer price. -
transferOrderHeaderDFFs: array
Flexfields for Headers
Title:
Flexfields for HeadersThe Flexfields for Transfer Order Headers resource stores details for order header attributes in the transfer order. -
transferOrderLines: array
Order Lines
Title:
Order LinesThe Transfer Order Lines resource manages order lines in the transfer order.
arrayLinksarrayFlexfields for HeadersarrayOrder Linesobject-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Descriptive flexfield context name for transfer orders. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value for transfer orders. -
HeaderId: integer
(int64)
Value that uniquely identifies the transfer order header.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
arrayLinksobject-
Action: string
Action to perform on transfer order line. Valid value is CANCEL.
-
ActionSourceType: string
Read Only:
trueMaximum Length:30Source type of the action. -
AgreementPtrId: integer
(int64)
Read Only:
trueValue that uniquely identifies the partner agreement. -
AllowItemSubstitution: string
Maximum Length:
1Value 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. -
AllowItemSubstitutionMeaning: string
Maximum Length:
255Abbreviation 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. -
BackToBack: string
Title:
Back-to-BackRead Only:trueMaximum Length:1Value that indicates whether the transfer order is a back-to-back transfer order. -
BackToBackMeaning: string
Maximum Length:
255Value that identifies whether the transfer order is back-to-back. A list of accepted values is defined in the lookup type INV_YES_NO_CHAR. If Yes, then the transfer order is back-to-back. If No, then the transfer order isn't back-to-back. There's no default value for this attribute. -
BusinessUnitName: string
Read Only:
trueMaximum Length:255Name of the business unit that requested the transfer order. -
CarrierName: string
Name of the carrier used on the transfer order line.
-
ChangeInitiatingPersonName: string
Read Only:
trueMaximum Length:255Name of the person who started the change request. -
ChangePartyId: integer
(int64)
Read Only:
trueValue that uniquely identifies the person who started the change request. -
ChangeRequestedDate: string
(date-time)
Title:
Change Request DateRead Only:trueDate when the user requested the change for this transfer order. -
ChangeStatus: string
Read Only:
trueMaximum Length:255Status 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. -
ChangeStatusLookup: string
Title:
Change StatusRead Only:trueMaximum Length:30Abbreviation 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. -
Comments: string
Title:
CommentMaximum Length:240Comments that the user entered, such as the reason for the return. -
CurrencyCode: string
Read Only:
trueMaximum Length:15Abbreviation that identifies the default currency of the requesting organization. -
DeliveredQuantity: number
Title:
DeliveredRead Only:trueQuantity delivered for the item. -
DestinationAddressFirstLine: string
Title:
Address Line 1Read Only:trueMaximum Length:240First line of address of the destination organization. -
DestinationAddressFourthLine: string
Title:
Address Line 4Read Only:trueMaximum Length:240Fourth line of address of the destination organization. -
DestinationAddressSecondLine: string
Title:
Address Line 2Read Only:trueMaximum Length:240Second line of address of the destination organization. -
DestinationAddressThirdLine: string
Title:
Address Line 3Read Only:trueMaximum Length:240Third line of address of the destination organization. -
DestinationCity: string
Title:
Town or CityRead Only:trueMaximum Length:30City of the destination organization. -
DestinationCountry: string
Title:
CountryRead Only:trueMaximum Length:60Country of the destination organization. -
DestinationLocationCode: string
Title:
NameRead Only:trueMaximum Length:60Abbreviation that identifies the destination location. -
DestinationLocationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the destination location. -
DestinationLocationName: string
Title:
Display NameRead Only:trueMaximum Length:240Name of the destination location. -
DestinationLocator: string
Title:
Destination LocatorMaximum Length:255Inventory locator corresponding to the destination subinventory. -
DestinationLocatorId: integer
(int64)
Title:
Destination LocatorValue that uniquely identifies the destination locator. -
DestinationOrganizationCode: string
Read Only:
trueMaximum Length:18Abbreviation that identifies the destination organization. -
DestinationOrganizationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the destination organization. -
DestinationOrganizationName: string
Read Only:
trueMaximum Length:255Name of the destination organization. -
DestinationPostalCode: string
Title:
Postal CodeRead Only:trueMaximum Length:30Abbreviation that identifies the destination organization. -
DestinationState: string
Title:
Region 2Read Only:trueMaximum Length:120State of the destination organization. -
DestinationSubinventoryCode: string
Title:
Destination SubinventoryMaximum Length:10Abbreviation that identifies the destination subinventory. -
DestinationType: string
Read Only:
trueMaximum Length:255Description 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. -
DestinationTypeLookup: string
Title:
Destination TypeRead Only:trueMaximum Length:30Abbreviation 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. -
DisplayLineNumber: string
Title:
LineRead Only:trueMaximum Length:100Transfer order line number including kit component number. -
FirmPlanningSchedule: string
Maximum Length:
80Value 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. -
FirmPlanningScheduleLookup: string
Title:
Firm StatusMaximum Length:1Value 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. -
FreightCarrierId: integer
(int64)
Value that uniquely identifies the carrier used on the transfer order line.
-
FulfillmentStatusLookup: string
Title:
Fulfillment StatusRead Only:trueAbbreviation 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. -
FulfillStatusMeaning: string
Title:
Fulfillment StatusRead Only:trueValues 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. -
HeaderId: integer
(int64)
Value that uniquely identifies the transfer order header.
-
HeaderNumber: string
Title:
Transfer OrderRead Only:trueMaximum Length:50Number that identifies the transfer order. -
InclNonrecoverableTax: number
Read Only:
trueTax that is inclusive and not recoverable. -
InclRecoverableTax: number
Read Only:
trueTax that is inclusive and recoverable. -
InitialRequestedQuantity: number
Title:
Initial Requested QuantityRead Only:trueRequested quantity when the transfer order line was first created. -
InterfaceErrMsgCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the error message for the interface. -
InterfaceErrMsgText: string
Title:
Interface Error MessageRead Only:trueMaximum Length:480Text of the error message, if any, for the interface. -
InterfaceSourceCode: string
Read Only:
trueMaximum Length:25Abbreviation that identifies the interface source. -
InterfaceStatus: string
Read Only:
trueMaximum Length:255Value 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. -
InterfaceStatusLookup: string
Title:
Interface StatusRead Only:trueMaximum Length:30Abbreviation 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. -
InventoryItemId: integer
(int64)
Read Only:
trueValue that uniquely identifies the inventory item. -
ItemDescription: string
Title:
Item DescriptionRead Only:trueMaximum Length:240Description of the inventory item. -
ItemNumber: string
Read Only:
trueMaximum Length:300Item number of the inventory item. -
ItemRevision: string
Read Only:
trueMaximum Length:18Item revision of the inventory item. -
ItemSubstituted: string
Read Only:
trueMaximum Length:1Value 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. -
ItemSubstitutedMeaning: string
Read Only:
trueMaximum Length:255Abbreviation 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. -
ItemSubTypeCode: string
Maximum Length:
30Item characteristic detail (like KIT, INCLUDED). -
KanbanCardId: integer
(int64)
Value that uniquely identifies the Kanban card.
-
KanbanCardNumber: string
Read Only:
trueMaximum Length:255Kanban card number corresponding to the transfer order. -
LineId: integer
(int64)
Value that uniquely identifies the transfer order line.
-
LineNumber: integer
(int32)
Title:
Line Including KitRead Only:trueNumber that identifies the line of the transfer order. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MaterialReturnRequired: string
Title:
Physical Material Return RequiredRead Only:trueMaximum Length:1Contains 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. -
ModeOfTransport: string
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.
-
ModeOfTransportLookup: string
Maximum Length:
30Abbreviation 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. -
NeedByDate: string
(date-time)
Title:
Requested Delivery DateDate when this transfer order line is requested for arrival. -
NoninclNonrecoverableTax: number
Read Only:
trueTax that is not inclusive and not recoverable. -
NoninclRecoverableTax: number
Read Only:
trueTax that is not inclusive and recoverable. -
NoteToReceiver: string
Title:
Note to ReceiverMaximum Length:1000Note to the receiver on the receiving documents. -
NoteToSupplier: string
Title:
Note to SupplierMaximum Length:1000Note to the supplier on the shipping documents. -
OriginalHeaderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the original transfer order header for the return transfer order. -
OriginalLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the transfer order line for the return transfer order. -
OriginalRequestLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the original request line. -
OriginalTransferOrder: string
Read Only:
trueMaximum Length:255Number that identifies the original transfer order for a return transfer order. -
OriginalTransferOrderLine: string
Read Only:
trueMaximum Length:255Number that identifies the original transfer order line for a return transfer order. -
PlannerId: integer
(int64)
Read Only:
trueValue that uniquely identifies the planner for the item. -
PlannerName: string
Read Only:
trueMaximum Length:255Name of the planner for the item. -
QuantityUOMCode: string
Read Only:
trueMaximum Length:3Abbreviation that identifies the unit of measure of the line quantity. -
QuantityUOMName: string
Read Only:
trueMaximum Length:255Name of the unit of measure of the line quantity. -
ReceivedQuantity: number
Title:
ReceivedRead Only:trueQuantity received for the item. -
Region: string
Read Only:
trueRegion where the transfer order is located. -
Reprice: string
Read Only:
trueMaximum Length:1Value that indicates whether pricing can price the transfer order. -
RequestedQuantity: number
Title:
Requested QuantityQuantity requested for the item. -
RequesterId: integer
(int64)
Read Only:
trueValue that uniquely identifies the requestor. -
RequesterName: string
Read Only:
trueMaximum Length:255Name of the person requesting the transfer order. -
RequisitionId: integer
(int64)
Read Only:
trueValue that uniquely identifies the requisition number that the application uses to create the transfer order. -
RequisitionLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the requisition line that the application uses to create the transfer order. -
RequisitionLineNumber: string
Read Only:
trueMaximum Length:255Number that uniquely identifies the requisition line that the application uses to create the transfer order. -
RequisitionNumber: string
Title:
RequisitionRead Only:trueMaximum Length:64Number that uniquely identifies the requisition number that the application uses to create the transfer order. -
RootParentLineId: integer
(int64)
Value that identifies the highest transfer order line in the hierarchy for kits.
-
ScheduledShipDate: string
(date-time)
Title:
Scheduled Ship DateDate when this transfer order is scheduled to ship. -
SecondaryDeliveredQuantity: number
Title:
DeliveredRead Only:trueQuantity delivered and put away in inventory in the secondary unit of measure. -
SecondaryQuantityUOMCode: string
Read Only:
trueMaximum Length:3Abbreviation that identifies the secondary unit of measure of the line quantity. -
SecondaryQuantityUOMName: string
Read Only:
trueMaximum Length:255Name of the secondary unit of measure of the line quantity. -
SecondaryReceivedQuantity: number
Title:
ReceivedRead Only:trueQuantity received in the secondary unit of measure. -
SecondaryRequestedQuantity: number
Title:
Secondary Requested QuantityQuantity requested in the secondary unit of measure. -
SecondaryShippedQuantity: number
Title:
ShippedRead Only:trueQuantity shipped in the secondary unit of measure. -
SecondaryUnshippedQuantity: number
Read Only:
trueValue indicating the quantity in the secondary UOM that hasn't shipped yet. -
ServiceLevel: string
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.
-
ServiceLevelLookup: string
Maximum Length:
30Abbreviation 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. -
ShipmentPriority: string
Maximum Length:
255Priority 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. -
ShipmentPriorityLookup: string
Title:
Shipping PriorityMaximum Length:30Abbreviation 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. -
ShipMethodDescription: string
Description of the shipping method.
-
ShippedQuantity: number
Title:
ShippedRead Only:trueQuantity shipped for the item. -
SourceHeaderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the source of the header for the transfer order. -
SourceLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the source of the line for the transfer order. -
SourceLocator: string
Title:
Source LocatorMaximum Length:255Inventory locator corresponding to the source subinventory. -
SourceLocatorId: integer
(int64)
Title:
Source LocatorValue that uniquely identifies the source locator. -
SourceOfTransferOrder: string
Read Only:
trueMaximum Length:255Abbreviation 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. -
SourceOrganizationCode: string
Maximum Length:
18Abbreviation that identifies the source organization. -
SourceOrganizationId: integer
(int64)
Value that uniquely identifies the source organization.
-
SourceOrganizationName: string
Read Only:
trueMaximum Length:255Name of the source organization. -
SourceSubinventoryCode: string
Title:
Source SubinventoryMaximum Length:10Abbreviation that identifies the source subinventory. -
SourceTypeLookup: string
Title:
Transaction Origin TypeRead Only:trueMaximum Length:30Values 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. -
StatusLookup: string
Title:
Line StatusRead Only:trueMaximum Length:30Abbreviation 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. -
SupplyOrderReferenceLineNumber: string
Title:
Request Reference LineRead Only:trueMaximum Length:20Number that uniquely identifies supply request line. -
SupplyOrderReferenceNumber: string
Title:
Request ReferenceRead Only:trueMaximum Length:200Number that uniquely identifies the supply request. -
TotalTransferPrice: number
Title:
Total Transfer PriceRead Only:trueValue that indicates the total transfer price. -
transferLineItemSubstitutes: array
Transfer Line Item Substitutes
Title:
Transfer Line Item SubstitutesThe Substituted items list in the transfer order line. -
transferOrderDistributions: array
Distributions
Title:
DistributionsThe Transfer Order Distributions resource manages distributions for the transfer order. -
transferOrderLineDFFs: array
Flexfields for Order Lines
Title:
Flexfields for Order LinesThe Flexfields for Transfer Order Lines resource stores details for order line attributes in the transfer order. -
TransferOrderLineStatus: string
Read Only:
trueMaximum Length:255Status 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. -
UnitPrice: number
Read Only:
trueUnit price of requested item. -
UnshippedQuantity: number
Read Only:
trueValue indicating the quantity that hasn't shipped yet.
arrayLinksarrayTransfer Line Item SubstitutesarrayDistributionsarrayFlexfields for Order Linesobject-
InventoryItemId: integer
Read Only:
trueValue that uniquely identifies the inventory item. -
ItemNumber: string
Read Only:
trueMaximum Length:300Number of the inventory item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrganizationId: number
Read Only:
trueValue that uniquely identifies the source organization. -
PrimaryUOMCode: string
Read Only:
trueMaximum Length:3Abbreviation that identifies the primary UOM of the line quantity. -
ShippedQuantity: number
Read Only:
trueQuantity shipped for the item. -
UnitOfMeasure: string
Read Only:
trueMaximum Length:25Primary UOM in which an item can be transacted.
arrayLinksobject-
BudgetDate: string
(date)
Title:
Budget DateRead Only:trueDate of the distribution for the budgetary control. -
ChargeAccount: string
Read Only:
trueMaximum Length:255Account to charge for the distribution. -
CodeCombinationId: integer
(int64)
Title:
Charge AccountRead Only:trueAbbreviation that identifies the combination for the charge account. -
CurrencyCode: string
Read Only:
trueMaximum Length:255Abbreviation that identifies the currency code. -
DeliveredQuantity: number
Title:
Delivered QuantityRead Only:trueQuantity of the item delivered on this distribution. -
DistributionAmount: number
Title:
AmountRead Only:trueValue of the total transfer order line according to the unit price distributed to the distribution line. -
DistributionId: integer
(int64)
Value that uniquely identifies the transfer order distribution.
-
DistributionNumber: number
Title:
DistributionRead Only:trueNumber that identifies the transfer order distribution. -
DistributionQuantity: number
Title:
Requested QuantityQuantity of the item ordered for the distribution. -
FundsStatus: string
Title:
Funds StatusRead Only:trueMaximum Length:30Status of the distribution for the budgetary control funds. -
FundsStatusMeaning: string
Title:
Funds StatusRead Only:trueLookup meaning of the status of the distribution for the budgetary control funds. -
LineId: integer
(int64)
Value that uniquely identifies the transfer order line.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NonrecoverableTax: number
Read Only:
trueAmount of tax that is not recoverable. -
Percent: number
Read Only:
truePercent that the ordered quantity constitutes of the line that the application applies to the distribution line during an order line split. -
PrimaryLedgerId: integer
(int64)
Read Only:
trueValue that uniquely identifies the primary ledger. -
QuantityUOMName: string
Read Only:
trueMaximum Length:255Unit of measure for the transfer order line distribution quantity. -
RecoverableTax: number
Read Only:
trueAmount of the recoverable tax. -
RequisitionDistributionId: integer
(int64)
Read Only:
trueValue that uniquely identifies the requisition distribution. -
transferOrderDistributionDFFs: array
Flexfields for Distributions
Title:
Flexfields for DistributionsThe Flexfields for Transfer Order Distributions resource stores details for distribution attributes in the transfer order. -
transferOrderDistributionProjectDFFs: array
Flexfields for Projects
Title:
Flexfields for ProjectsThe Flexfields for Transfer Order Projects resource stores details for project attributes in the transfer order.
arrayLinksarrayFlexfields for DistributionsarrayFlexfields for Projects-
Array of:
object 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" } }
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Descriptive flexfield context name for transfer order distributions. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value for transfer order distributions. -
DistributionId: integer
(int64)
Value that uniquely identifies the transfer order distribution.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
arrayLinksobjectDiscriminator Values
- AP_Distribution_Sets
- AP_Invoice_Distribution
- AP_Invoice_Line
- EXM_Expense_Report
- EXM_Expense_Report_Line
- INV_Misc_Transactions
- OM_Sales_Order
- PJC_All
- PJC_Expenditure_Batch
- POR_Requisition
- POR_User_Preferences
- PO_Purchase_Order
- PO_Purchase_Order_Line
- PO_Purchase_Order_Schedule
-
AP_Distribution_Sets -
object
oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response
-
AP_Invoice_Distribution -
object
oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response
-
AP_Invoice_Line -
object
oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFAP__5FInvoice__5FLineVO-item-response
-
EXM_Expense_Report -
object
oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFEXM__5FExpense__5FReportVO-item-response
-
EXM_Expense_Report_Line -
object
oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response
-
INV_Misc_Transactions -
object
oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response
-
OM_Sales_Order -
object
oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFOM__5FSales__5FOrderVO-item-response
-
PJC_All -
object
oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFPJC__5FAllVO-item-response
-
PJC_Expenditure_Batch -
object
oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response
-
POR_Requisition -
object
oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFPOR__5FRequisitionVO-item-response
-
POR_User_Preferences -
object
oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response
-
PO_Purchase_Order -
object
oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response
-
PO_Purchase_Order_Line -
object
oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response
-
PO_Purchase_Order_Schedule -
object
oracle_apps_scm_inventory_transferOrders_protectedModel_flex_pjcTODistrDFF_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:AP_Distribution_SetsDescriptive flexfield context name for distribution projects. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for distribution projects. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
DistributionId: integer
(int64)
Value that uniquely identifies the transfer order distribution.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:AP_Invoice_DistributionDescriptive flexfield context name for distribution projects. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for distribution projects. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
DistributionId: integer
(int64)
Value that uniquely identifies the transfer order distribution.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:AP_Invoice_LineDescriptive flexfield context name for distribution projects. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for distribution projects. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
DistributionId: integer
(int64)
Value that uniquely identifies the transfer order distribution.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:EXM_Expense_ReportDescriptive flexfield context name for distribution projects. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for distribution projects. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
DistributionId: integer
(int64)
Value that uniquely identifies the transfer order distribution.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:EXM_Expense_Report_LineDescriptive flexfield context name for distribution projects. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for distribution projects. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
DistributionId: integer
(int64)
Value that uniquely identifies the transfer order distribution.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:INV_Misc_TransactionsDescriptive flexfield context name for distribution projects. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for distribution projects. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
DistributionId: integer
(int64)
Value that uniquely identifies the transfer order distribution.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:OM_Sales_OrderDescriptive flexfield context name for distribution projects. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for distribution projects. -
billableFlag: string
Title:
BillableMaximum Length:1Billable -
billableFlag_Display: string
Title:
BillableBillable -
capitalizableFlag: string
Title:
CapitalizableMaximum Length:1Capitalizable -
capitalizableFlag_Display: string
Title:
CapitalizableCapitalizable -
contractId: integer
(int64)
Title:
Contract NumberContract Number -
contractId_Display: string
Title:
Contract NumberContract Number -
DistributionId: integer
(int64)
Value that uniquely identifies the transfer order distribution.
-
expenditureItemDate: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
expenditureTypeId: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
expenditureTypeId_Display: string
Title:
Expenditure TypeExpenditure Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
organizationId: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
organizationId_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
projectId: integer
(int64)
Title:
Project NumberProject Number -
projectId_Display: string
Title:
Project NumberProject Number -
reservedAttribute1: string
Title:
Funding SourceMaximum Length:150Funding Source -
reservedAttribute1_Display: string
Title:
Funding SourceFunding Source -
taskId: integer
(int64)
Title:
Task NumberTask Number -
taskId_Display: string
Title:
Task NumberTask Number -
workTypeId: integer
(int64)
Title:
Work TypeWork Type -
workTypeId_Display: string
Title:
Work TypeWork Type
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:PJC_AllDescriptive flexfield context name for distribution projects. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for distribution projects. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_DisplayValue: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_DisplayValue: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
DistributionId: integer
(int64)
Value that uniquely identifies the transfer order distribution.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:PJC_Expenditure_BatchDescriptive flexfield context name for distribution projects. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for distribution projects. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
DistributionId: integer
(int64)
Value that uniquely identifies the transfer order distribution.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:POR_RequisitionDescriptive flexfield context name for distribution projects. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for distribution projects. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
DistributionId: integer
(int64)
Value that uniquely identifies the transfer order distribution.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:POR_User_PreferencesDescriptive flexfield context name for distribution projects. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for distribution projects. -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
DistributionId: integer
(int64)
Value that uniquely identifies the transfer order distribution.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:PO_Purchase_OrderDescriptive flexfield context name for distribution projects. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for distribution projects. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
DistributionId: integer
(int64)
Value that uniquely identifies the transfer order distribution.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:PO_Purchase_Order_LineDescriptive flexfield context name for distribution projects. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for distribution projects. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
DistributionId: integer
(int64)
Value that uniquely identifies the transfer order distribution.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:PO_Purchase_Order_ScheduleDescriptive flexfield context name for distribution projects. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for distribution projects. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
DistributionId: integer
(int64)
Value that uniquely identifies the transfer order distribution.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
arrayLinksarrayLinksarrayLinksarrayLinksarrayLinksarrayLinksarrayLinksarrayLinksarrayLinksarrayLinksarrayLinksarrayLinksarrayLinksarrayLinksobject-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Descriptive flexfield context name for transfer order lines. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value for transfer order lines. -
LineId: integer
(int64)
Value that uniquely identifies the transfer order line.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
arrayLinksExamples
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
{
"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
{
"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
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
{
"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
{
"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"
}
]
}