Get all supply request lines
get
/fscmRestApi/resources/11.13.18.05/supplyRequests/{SupplyOrderReferenceNumber}/child/supplyRequestLines
Request
Path Parameters
-
SupplyOrderReferenceNumber(required): string
Number that identifies the supply request sent to Oracle Supply Chain Orchestration Cloud.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
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:- findBySupplyOrderRefLineNumber: Finds supply requests according to the supply request reference line number.
Finder Variables:- SupplyOrderReferenceLineNumber; string; Number which uniquely identifies the supply request line.
- findBySupplyOrderRefLineNumber: Finds supply requests according to the supply request reference line number.
-
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:- BackToBackFlag; boolean; Contains one of the following values: Y or N. If Y, then the supply request or order is a back-to-back supply request or order. If N, then the supply request or order is not a back-to-back supply request or order. The default value is N.
- CarrierCode; string; Code that identifies the carrier in the shipping method. This code has be associated with a carrier name defined in Oracle Cloud applications.
- CarrierId; integer; Value that uniquely identifies the carrier in shipping method. This identifier has to be a value associated to the name of the carrier defined in Oracle Cloud applications.
- Comments; string; Comments that the supply requester entered in the transfer supply request.
- DeliverToRequesterEmail; string; Email address of the person who requested the supply. This identifier has to be the email of the employee or person defined in the employee records in Oracle Cloud applications.
- DeliverToRequesterId; integer; Value that uniquely identifies the person who requested the supply. This identifier has to be a value associated to the name of the employee or person defined in the employee records in Oracle Cloud applications.
- DeliverToRequesterName; string; Name of the employee/person who requested the supply. Values must be the full name in LASTNAME, FIRSTNAME format as defined in employee records in Oracle Cloud applications.
- DestinationLocation; string; Code that identifies the destination location to which the item is requested to be sent or transferred. This code has to be a location defined in Oracle Cloud applications. This attribute is required only for the expense-destination type transfers. For inventory-destination type internal material transfers, during supply request processing, the location code defaults to the location associated with the destination organization.
- DestinationLocationId; integer; Value that uniquely identifies the location to which the item is requested to be sent or transferred. This identifier has to be defined in Oracle Cloud applications. This attribute is required only for the expense-destination type transfers. For inventory-destination type internal material transfers, during supply request processing, the location identifier defaults to the location associated with the destination organization.
- DestinationOrganizationCode; string; Code that identifies the inventory organization in which the supply for the requested item needs to be created. This code has to be an organization code defined in Oracle Cloud applications.
- DestinationOrganizationId; integer; Value that uniquely identifies the inventory organization in which the supply for requested item needs to be created. This identifier has to be associated with the organization code defined in Oracle Cloud applications.
- DestinationOrganizationName; string; Name that identifies the inventory organization in which the supply for the requested item needs to be created. This name has to be associated with the organization code defined in Oracle Cloud applications.
- DestinationSubinventoryCode; string; Code that identifies the subinventory in which the supply for the requested item needs to be created. This code has to be a subinventory code defined in Oracle Cloud applications.
- DestinationSubinventoryName; string; Name that identifies the subinventory in which the supply for the requested item needs to be created. This identifier has to be associated to the subinventory code defined in Oracle Cloud applications.
- DestinationTypeCode; string; Code that identifies the destination type to which the transfer order is to be received. Values include INVENTORY and EXPENSE.
- DooShipmentFlag; boolean; Contains one of the following values: Y or N. If Y, then the transfer order shipment is routed through Oracle Order Management Cloud. If N, then the transfer order is not routed through Order Management. The default value is N.
- FirmDemandFlag; boolean; Contains one of the following values: Y or N. If Y, then the demand is firm. If N, then the demand is not firm. The default value is N.
- FirmPlannedFlag; boolean; Contains one of the following values:Y or N. If Y, then the supply (transfer order or purchase order) will be firmed. If N, then the supply (transfer order or purchase order) will not be firmed. The default value is N.
- GroupCode; string; Code that identifies the import group for this line in a group.
- InterfaceBatchNumber; string; Number that identifies the batch of supply requests that are sent to Oracle Supply Chain Orchestration Cloud to create supplies. The batch consists of one or more supply requests.
- ItemDescription; string; Description of the item requested in the supply request.
- ItemId; integer; Value that uniquely identifies the item requested in the supply request.
- ItemNumber; string; Number that identifies the item requested in the supply request.
- ItemRevision; string; Number that identifies the revision of the item requested in the supply request.
- NeedByDate; string; Date on which the requester needs the supply to be delivered at the destination.
- NoteToReceiver; string; Note to the receiver entered by the supply requester in the transfer supply request; for example, receiving instructions.
- NoteToSupplier; string; Note to the supplier entered by the supply requester in the transfer supply request; for example, shipping instructions.
- PreparerId; integer; Value that uniquely identifies the person who prepared the supply request. This identifier has to be associated with the preparer name defined in Oracle Cloud applications.
- ProcessStatus; string; Status of the supply request that indicates whether the supply request has been processed successfully or has resulted in an error. Valid values include SUCCESS, ERROR.
- PurchaseOrderHeaderId; string; Value that uniquely identifies the purchase order header.
- PurchaseOrderLineId; string; Value that uniquely identifies the purchase order line.
- PurchaseOrderLineNumber; string; Number that identifies the purchase order line.
- PurchaseOrderNumber; string; Number that identifies the purchase order.
- PurchaseOrderScheduleId; integer; Value that uniquely identifies the purchase order schedule.
- PurchaseOrderScheduleNumber; string; Number that identifies the purchase order schedule.
- Quantity; number; Quantity of the item requested in the supply request.
- RequestedShipDate; string; Date when the requester of the supply needs the item to be shipped from the supply source location.
- ScheduledShipDate; string; Date when the requested item is scheduled to ship.
- ShipClassOfService; string; Class of service in the shipping method. This indicates the priority of transportation. A list of accepted values is defined in the lookup type WSH_SERVICE_LEVELS.
- ShipModeOfTransport; string; Mode of transport in the shipping method. This indicates the mode of transportation used for movement of goods. A list of accepted values is defined in the lookup type WSH_MODE_TRANSPORT.
- ShipmentPriorityCode; string; Priority to place when shipping a transfer order line from the source organization. A list of accepted values are defined in the lookup type WSH_SHIPPING_PRIORITY. For example, LOW, MEDIUM, HIGH etc.
- SourceOrganizationCode; string; Code that identifies the organization from where the requested item needs to be transferred to the destination organization or subinventory for a supply request. This code has to be an organization code defined in Oracle Cloud applications.
- SourceOrganizationId; integer; Value that uniquely identifies the organization from where the requested item needs to be transferred to the destination organization or subinventory for a supply request. This identifier has to be an organization identifier generated in Oracle Cloud applications.
- SourceOrganizationName; string; Name that identifies the organization from where the requested item needs to be transferred to the destination organization or subinventory for a supply request. This identifier has to be associated to the organization code defined in Oracle Cloud applications.
- SourceSubinventoryCode; string; Code that identifies the subinventory from where the requested item needs to be transferred to the destination organization or subinventory for a supply request. This code has to be a subinventory code defined in the Oracle Cloud applications.
- SourceSubinventoryName; string; Name that identifies the subinventory from where the requested item needs to be transferred to the destination organization or subinventory for a supply request. This identifier has to be associated to the subinventory code defined in Oracle Cloud applications.
- SupplierId; integer; Value that uniquely identifies the supplier.
- SupplierSiteId; integer; Value that uniquely identifies the supplier site.
- SupplyOrderReferenceLineId; integer; Value that uniquely identifies the supply request line in the supply request sent to Oracle Supply Chain Orchestration Cloud.
- SupplyOrderReferenceLineNumber; string; Number that identifies the supply request line in the supply request sent to Oracle Supply Chain Orchestration Cloud.
- SupplyOrderSource; string; Source application that requested the supply to Oracle Supply Chain Orchestration Cloud. Valid values include DOO, INV, YPS. A list of accepted values is defined in the lookup type ORA_DOS_SUPPLY_ORDER_SOURCE.
- SupplySourceSystem; string; Supply application where the supply is being created. Valid values include INV, WIE, POR.
- SupplyType; string; Type of supply that is being requested by the application requesting supply. Valid values include TRANSFER, BUY, MAKE. A list of accepted values is defined in the lookup type ORA_DOS_SUPPLY_ORDER_TYPE.
- TransferOrderHeaderNumber; string; Number that identifies the transfer order header.
- TransferOrderLineNumber; string; Number that identifies the transfer order line.
- UOMCode; string; Code that identifies the unit of measure for the item in the supply request sent to Oracle Supply Chain Orchestration Cloud.
-
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".
Header Parameters
-
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.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context(required):
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(required):
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.
Root Schema : supplyRequests-supplyRequestLines
Type:
Show Source
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:
Items
The items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
Links
The 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.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : supplyRequests-supplyRequestLines-item-response
Type:
Show Source
object
-
BackToBackFlag: boolean
Maximum Length:
1
Contains one of the following values: Y or N. If Y, then the supply request or order is a back-to-back supply request or order. If N, then the supply request or order is not a back-to-back supply request or order. The default value is N. -
CarrierCode: string
Code that identifies the carrier in the shipping method. This code has be associated with a carrier name defined in Oracle Cloud applications.
-
CarrierId: integer
(int64)
Value that uniquely identifies the carrier in shipping method. This identifier has to be a value associated to the name of the carrier defined in Oracle Cloud applications.
-
Comments: string
Maximum Length:
240
Comments that the supply requester entered in the transfer supply request. -
DeliverToRequesterEmail: string
Email address of the person who requested the supply. This identifier has to be the email of the employee or person defined in the employee records in Oracle Cloud applications.
-
DeliverToRequesterId: integer
(int64)
Value that uniquely identifies the person who requested the supply. This identifier has to be a value associated to the name of the employee or person defined in the employee records in Oracle Cloud applications.
-
DeliverToRequesterName: string
Name of the employee/person who requested the supply. Values must be the full name in LASTNAME, FIRSTNAME format as defined in employee records in Oracle Cloud applications.
-
DestinationLocation: string
Code that identifies the destination location to which the item is requested to be sent or transferred. This code has to be a location defined in Oracle Cloud applications. This attribute is required only for the expense-destination type transfers. For inventory-destination type internal material transfers, during supply request processing, the location code defaults to the location associated with the destination organization.
-
DestinationLocationId: integer
(int64)
Value that uniquely identifies the location to which the item is requested to be sent or transferred. This identifier has to be defined in Oracle Cloud applications. This attribute is required only for the expense-destination type transfers. For inventory-destination type internal material transfers, during supply request processing, the location identifier defaults to the location associated with the destination organization.
-
DestinationOrganizationCode: string
Maximum Length:
18
Code that identifies the inventory organization in which the supply for the requested item needs to be created. This code has to be an organization code defined in Oracle Cloud applications. -
DestinationOrganizationId: integer
(int64)
Value that uniquely identifies the inventory organization in which the supply for requested item needs to be created. This identifier has to be associated with the organization code defined in Oracle Cloud applications.
-
DestinationOrganizationName: string
Read Only:
true
Name that identifies the inventory organization in which the supply for the requested item needs to be created. This name has to be associated with the organization code defined in Oracle Cloud applications. -
DestinationSubinventoryCode: string
Maximum Length:
40
Code that identifies the subinventory in which the supply for the requested item needs to be created. This code has to be a subinventory code defined in Oracle Cloud applications. -
DestinationSubinventoryName: string
Name that identifies the subinventory in which the supply for the requested item needs to be created. This identifier has to be associated to the subinventory code defined in Oracle Cloud applications.
-
DestinationTypeCode: string
Maximum Length:
30
Code that identifies the destination type to which the transfer order is to be received. Values include INVENTORY and EXPENSE. -
distributionDetails: array
Distribution Details
Title:
Distribution Details
The Distribution Details resource manages the distribution details, which include project costing attributes for transfer supplies and buy supplies. -
DooShipmentFlag: boolean
Maximum Length:
1
Contains one of the following values: Y or N. If Y, then the transfer order shipment is routed through Oracle Order Management Cloud. If N, then the transfer order is not routed through Order Management. The default value is N. -
errorMessages: array
Error Messages
Title:
Error Messages
The Error Messages resource manage the messages that indicate errors or exceptions encountered during supply creation and fulfillment. -
FirmDemandFlag: boolean
Maximum Length:
1
Contains one of the following values: Y or N. If Y, then the demand is firm. If N, then the demand is not firm. The default value is N. -
FirmPlannedFlag: boolean
Maximum Length:
1
Contains one of the following values:Y or N. If Y, then the supply (transfer order or purchase order) will be firmed. If N, then the supply (transfer order or purchase order) will not be firmed. The default value is N. -
GroupCode: string
Maximum Length:
120
Code that identifies the import group for this line in a group. -
InterfaceBatchNumber: string
Maximum Length:
50
Number that identifies the batch of supply requests that are sent to Oracle Supply Chain Orchestration Cloud to create supplies. The batch consists of one or more supply requests. -
InterfaceSourceCode: string
Maximum Length:
120
Code that uniquely identifies the supply requesting applications. Values include DOO, YPS, INV, or EXT. The default value is set to EXT if no value is sent in the request. -
ItemDescription: string
Read Only:
true
Description of the item requested in the supply request. -
ItemId: integer
(int64)
Value that uniquely identifies the item requested in the supply request.
-
ItemNumber: string
Maximum Length:
300
Number that identifies the item requested in the supply request. -
ItemRevision: string
Maximum Length:
72
Number that identifies the revision of the item requested in the supply request. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
NeedByDate: string
(date-time)
Date on which the requester needs the supply to be delivered at the destination.
-
NoteToReceiver: string
Maximum Length:
1000
Note to the receiver entered by the supply requester in the transfer supply request; for example, receiving instructions. -
NoteToSupplier: string
Maximum Length:
1000
Note to the supplier entered by the supply requester in the transfer supply request; for example, shipping instructions. -
PreparerEmail: string
Email address of the person who prepared the supply request. This identifier has to be the email of the employee or email of the person defined in the employee records in Oracle Cloud applications.
-
PreparerId: integer
(int64)
Value that uniquely identifies the person who prepared the supply request. This identifier has to be associated with the preparer name defined in Oracle Cloud applications.
-
PreparerName: string
Name of the person who prepared the supply request. Values must be the full name in LASTNAME, FIRSTNAME format as defined in the employee records in Oracle Cloud applications.
-
ProcessStatus: string
Maximum Length:
30
Status of the supply request that indicates whether the supply request has been processed successfully or has resulted in an error. Valid values include SUCCESS, ERROR. -
PurchaseOrderHeaderId: string
Maximum Length:
120
Value that uniquely identifies the purchase order header. -
PurchaseOrderLineId: string
Maximum Length:
20
Value that uniquely identifies the purchase order line. -
PurchaseOrderLineNumber: string
Maximum Length:
20
Number that identifies the purchase order line. -
PurchaseOrderNumber: string
Maximum Length:
120
Number that identifies the purchase order. -
PurchaseOrderScheduleId: integer
(int64)
Value that uniquely identifies the purchase order schedule.
-
PurchaseOrderScheduleNumber: string
Maximum Length:
20
Number that identifies the purchase order schedule. -
Quantity: number
Quantity of the item requested in the supply request.
-
RequestedShipDate: string
(date-time)
Date when the requester of the supply needs the item to be shipped from the supply source location.
-
ScheduledShipDate: string
(date-time)
Date when the requested item is scheduled to ship.
-
ShipClassOfService: string
Maximum Length:
30
Class of service in the shipping method. This indicates the priority of transportation. A list of accepted values is defined in the lookup type WSH_SERVICE_LEVELS. -
ShipmentPriorityCode: string
Maximum Length:
30
Priority to place when shipping a transfer order line from the source organization. A list of accepted values are defined in the lookup type WSH_SHIPPING_PRIORITY. For example, LOW, MEDIUM, HIGH etc. -
ShipModeOfTransport: string
Maximum Length:
30
Mode of transport in the shipping method. This indicates the mode of transportation used for movement of goods. A list of accepted values is defined in the lookup type WSH_MODE_TRANSPORT. -
SourceLocation: string
Code that identifies the location of the source from where the requested item is being shipped. This code has to be a location code defined in Oracle Cloud applications.
-
SourceLocationId: integer
(int64)
Value that uniquely identifies the location from where the requested item is being shipped. This identifier has to be defined in Oracle Cloud applications.
-
SourceOrganizationCode: string
Maximum Length:
18
Code that identifies the organization from where the requested item needs to be transferred to the destination organization or subinventory for a supply request. This code has to be an organization code defined in Oracle Cloud applications. -
SourceOrganizationId: integer
(int64)
Value that uniquely identifies the organization from where the requested item needs to be transferred to the destination organization or subinventory for a supply request. This identifier has to be an organization identifier generated in Oracle Cloud applications.
-
SourceOrganizationName: string
Read Only:
true
Name that identifies the organization from where the requested item needs to be transferred to the destination organization or subinventory for a supply request. This identifier has to be associated to the organization code defined in Oracle Cloud applications. -
SourceSubinventoryCode: string
Maximum Length:
40
Code that identifies the subinventory from where the requested item needs to be transferred to the destination organization or subinventory for a supply request. This code has to be a subinventory code defined in the Oracle Cloud applications. -
SourceSubinventoryName: string
Name that identifies the subinventory from where the requested item needs to be transferred to the destination organization or subinventory for a supply request. This identifier has to be associated to the subinventory code defined in Oracle Cloud applications.
-
SupplierId: integer
(int64)
Value that uniquely identifies the supplier.
-
SupplierName: string
Name of the supplier.
-
SupplierNumber: string
Number that identifies the supplier.
-
SupplierSiteId: integer
(int64)
Value that uniquely identifies the supplier site.
-
SupplierSiteName: string
Maximum Length:
80
Name of the supplier site. -
SupplyOperation: string
Maximum Length:
30
Operation that needs to be performed on the supply request. Valid values include CREATE, UPDATE, or CANCEL. -
SupplyOrderReferenceLineId: integer
(int64)
Value that uniquely identifies the supply request line in the supply request sent to Oracle Supply Chain Orchestration Cloud.
-
SupplyOrderReferenceLineNumber: string
Maximum Length:
20
Number that identifies the supply request line in the supply request sent to Oracle Supply Chain Orchestration Cloud. -
SupplyOrderSource: string
Maximum Length:
30
Source application that requested the supply to Oracle Supply Chain Orchestration Cloud. Valid values include DOO, INV, YPS. A list of accepted values is defined in the lookup type ORA_DOS_SUPPLY_ORDER_SOURCE. -
supplyRequestLinesXferDFF: array
Transfer Order Line Flexfields on Supply Request Lines
Title:
Transfer Order Line Flexfields on Supply Request Lines
The Transfer Order Line Flexfields on Supply Request Lines resource manages the descriptive flexfield segments and its values specific to a transfer order line on supply request lines. -
SupplySourceSystem: string
Maximum Length:
120
Supply application where the supply is being created. Valid values include INV, WIE, POR. -
SupplySplitsAllowedFlag: boolean
Contains one of the following values: Y or N. If Y, then Oracle Global Order Promising Cloud splits the supply recommendations based on the availability. If N, then Global Order Promising sends the best available single supply recommendation without splitting the supply recommendations based on partial availabilities. The default value is N.
-
SupplyType: string
Maximum Length:
30
Type of supply that is being requested by the application requesting supply. Valid values include TRANSFER, BUY, MAKE. A list of accepted values is defined in the lookup type ORA_DOS_SUPPLY_ORDER_TYPE. -
transferCostRequestDetails: array
Transfer Cost Request Details
Title:
Transfer Cost Request Details
The Transfer Cost Request Details resource manages the transfer cost information to create a transfer supply, which leads to a transfer order creation. -
TransferOrderHeaderNumber: string
Maximum Length:
120
Number that identifies the transfer order header. -
TransferOrderLineNumber: string
Maximum Length:
20
Number that identifies the transfer order line. -
TransferPrice: number
Value that indicates the transfer price.
-
TransferPriceCurrencyCode: string
Maximum Length:
15
Code that uniquely identifies the transfer price currency. -
UOMCode: string
Maximum Length:
3
Code that identifies the unit of measure for the item in the supply request sent to Oracle Supply Chain Orchestration Cloud. -
UOMName: string
Name of the unit of measure for the item in the supply request sent to Oracle Supply Chain Orchestration Cloud.
Nested Schema : Distribution Details
Type:
array
Title:
Distribution Details
The Distribution Details resource manages the distribution details, which include project costing attributes for transfer supplies and buy supplies.
Show Source
Nested Schema : Error Messages
Type:
array
Title:
Error Messages
The Error Messages resource manage the messages that indicate errors or exceptions encountered during supply creation and fulfillment.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Transfer Order Line Flexfields on Supply Request Lines
Type:
array
Title:
Transfer Order Line Flexfields on Supply Request Lines
The Transfer Order Line Flexfields on Supply Request Lines resource manages the descriptive flexfield segments and its values specific to a transfer order line on supply request lines.
Show Source
Nested Schema : Transfer Cost Request Details
Type:
array
Title:
Transfer Cost Request Details
The Transfer Cost Request Details resource manages the transfer cost information to create a transfer supply, which leads to a transfer order creation.
Show Source
Nested Schema : supplyRequests-supplyRequestLines-distributionDetails-item-response
Type:
Show Source
object
-
DistributionNumber: string
Maximum Length:
60
Number that identifies the distribution details in Oracle Supply Chain Orchestration Cloud. The application generates this value when processing a supply request. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
projectDFF: array
Project Flexfields on Distribution Details
Title:
Project Flexfields on Distribution Details
The Project Flexfields on Distribution Details resource manages the descriptive flexfield segments and their values specific to project costing for transfer supplies and buy supplies.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Project Flexfields on Distribution Details
Type:
array
Title:
Project Flexfields on Distribution Details
The Project Flexfields on Distribution Details resource manages the descriptive flexfield segments and their values specific to project costing for transfer supplies and buy supplies.
Show Source
-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "AP_Distribution_Sets":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFAP__5FDistribution__5FSetsVO-item-response", "AP_Invoice_Distribution":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFAP__5FInvoice__5FDistributionVO-item-response", "AP_Invoice_Line":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFAP__5FInvoice__5FLineVO-item-response", "EXM_Expense_Report":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFEXM__5FExpense__5FReportVO-item-response", "EXM_Expense_Report_Line":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFEXM__5FExpense__5FReport__5FLineVO-item-response", "INV_Misc_Transactions":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFINV__5FMisc__5FTransactionsVO-item-response", "OM_Sales_Order":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFOM__5FSales__5FOrderVO-item-response", "PJC_All":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPJC__5FAllVO-item-response", "PJC_Expenditure_Batch":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPJC__5FExpenditure__5FBatchVO-item-response", "POR_Requisition":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPOR__5FRequisitionVO-item-response", "POR_User_Preferences":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPOR__5FUser__5FPreferencesVO-item-response", "PO_Purchase_Order":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPO__5FPurchase__5FOrderVO-item-response", "PO_Purchase_Order_Line":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPO__5FPurchase__5FOrder__5FLineVO-item-response", "PO_Purchase_Order_Schedule":"#/components/schemas/oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response" } }
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]
The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object
-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : Discriminator: __FLEX_Context
Type:
object
Discriminator: __FLEX_Context
Discriminator 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
Match One Schema
Show Source
-
AP_Distribution_Sets -
object
oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFAP__5FDistribution__5FSetsVO-item-response
-
AP_Invoice_Distribution -
object
oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFAP__5FInvoice__5FDistributionVO-item-response
-
AP_Invoice_Line -
object
oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFAP__5FInvoice__5FLineVO-item-response
-
EXM_Expense_Report -
object
oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFEXM__5FExpense__5FReportVO-item-response
-
EXM_Expense_Report_Line -
object
oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFEXM__5FExpense__5FReport__5FLineVO-item-response
-
INV_Misc_Transactions -
object
oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFINV__5FMisc__5FTransactionsVO-item-response
-
OM_Sales_Order -
object
oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFOM__5FSales__5FOrderVO-item-response
-
PJC_All -
object
oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPJC__5FAllVO-item-response
-
PJC_Expenditure_Batch -
object
oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPJC__5FExpenditure__5FBatchVO-item-response
-
POR_Requisition -
object
oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPOR__5FRequisitionVO-item-response
-
POR_User_Preferences -
object
oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPOR__5FUser__5FPreferencesVO-item-response
-
PO_Purchase_Order -
object
oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPO__5FPurchase__5FOrderVO-item-response
-
PO_Purchase_Order_Line -
object
oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPO__5FPurchase__5FOrder__5FLineVO-item-response
-
PO_Purchase_Order_Schedule -
object
oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFAP__5FDistribution__5FSetsVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:40
Default Value:AP_Distribution_Sets
Descriptive flexfield context name of the project costing attributes on the distribution details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context name display value for the project costing attributes on the distribution details. -
_BILLABLE_FLAG: string
Title:
Billable
Maximum Length:1
-
_BILLABLE_FLAG_Display: string
Title:
Billable
-
_CAPITALIZABLE_FLAG: string
Title:
Capitalizable
Maximum Length:1
-
_CAPITALIZABLE_FLAG_Display: string
Title:
Capitalizable
-
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
_WORK_TYPE_ID: integer
(int64)
Title:
Work Type
-
_WORK_TYPE_ID_Display: string
Title:
Work Type
-
DistributionDetailsIntfId: integer
(int64)
Value that uniquely identifies the project costing attributes with reference to the distribution details of the supply request sent to Oracle Supply Chain Orchestration Cloud.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFAP__5FInvoice__5FDistributionVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:40
Default Value:AP_Invoice_Distribution
Descriptive flexfield context name of the project costing attributes on the distribution details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context name display value for the project costing attributes on the distribution details. -
_BILLABLE_FLAG: string
Title:
Billable
Maximum Length:1
-
_BILLABLE_FLAG_Display: string
Title:
Billable
-
_CAPITALIZABLE_FLAG: string
Title:
Capitalizable
Maximum Length:1
-
_CAPITALIZABLE_FLAG_Display: string
Title:
Capitalizable
-
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item Date
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
_WORK_TYPE_ID: integer
(int64)
Title:
Work Type
-
_WORK_TYPE_ID_Display: string
Title:
Work Type
-
DistributionDetailsIntfId: integer
(int64)
Value that uniquely identifies the project costing attributes with reference to the distribution details of the supply request sent to Oracle Supply Chain Orchestration Cloud.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFAP__5FInvoice__5FLineVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:40
Default Value:AP_Invoice_Line
Descriptive flexfield context name of the project costing attributes on the distribution details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context name display value for the project costing attributes on the distribution details. -
_BILLABLE_FLAG: string
Title:
Billable
Maximum Length:1
-
_BILLABLE_FLAG_Display: string
Title:
Billable
-
_CAPITALIZABLE_FLAG: string
Title:
Capitalizable
Maximum Length:1
-
_CAPITALIZABLE_FLAG_Display: string
Title:
Capitalizable
-
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item Date
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
_WORK_TYPE_ID: integer
(int64)
Title:
Work Type
-
_WORK_TYPE_ID_Display: string
Title:
Work Type
-
DistributionDetailsIntfId: integer
(int64)
Value that uniquely identifies the project costing attributes with reference to the distribution details of the supply request sent to Oracle Supply Chain Orchestration Cloud.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFEXM__5FExpense__5FReportVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:40
Default Value:EXM_Expense_Report
Descriptive flexfield context name of the project costing attributes on the distribution details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context name display value for the project costing attributes on the distribution details. -
_BILLABLE_FLAG: string
Title:
Billable
Maximum Length:1
-
_BILLABLE_FLAG_Display: string
Title:
Billable
-
_CAPITALIZABLE_FLAG: string
Title:
Capitalizable
Maximum Length:1
-
_CAPITALIZABLE_FLAG_Display: string
Title:
Capitalizable
-
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item Date
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
_WORK_TYPE_ID: integer
(int64)
Title:
Work Type
-
_WORK_TYPE_ID_Display: string
Title:
Work Type
-
DistributionDetailsIntfId: integer
(int64)
Value that uniquely identifies the project costing attributes with reference to the distribution details of the supply request sent to Oracle Supply Chain Orchestration Cloud.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFEXM__5FExpense__5FReport__5FLineVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:40
Default Value:EXM_Expense_Report_Line
Descriptive flexfield context name of the project costing attributes on the distribution details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context name display value for the project costing attributes on the distribution details. -
_BILLABLE_FLAG: string
Title:
Billable
Maximum Length:1
-
_BILLABLE_FLAG_Display: string
Title:
Billable
-
_CAPITALIZABLE_FLAG: string
Title:
Capitalizable
Maximum Length:1
-
_CAPITALIZABLE_FLAG_Display: string
Title:
Capitalizable
-
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item Date
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
_WORK_TYPE_ID: integer
(int64)
Title:
Work Type
-
_WORK_TYPE_ID_Display: string
Title:
Work Type
-
DistributionDetailsIntfId: integer
(int64)
Value that uniquely identifies the project costing attributes with reference to the distribution details of the supply request sent to Oracle Supply Chain Orchestration Cloud.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFINV__5FMisc__5FTransactionsVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:40
Default Value:INV_Misc_Transactions
Descriptive flexfield context name of the project costing attributes on the distribution details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context name display value for the project costing attributes on the distribution details. -
_BILLABLE_FLAG: string
Title:
Billable
Maximum Length:1
-
_BILLABLE_FLAG_Display: string
Title:
Billable
-
_CAPITALIZABLE_FLAG: string
Title:
Capitalizable
Maximum Length:1
-
_CAPITALIZABLE_FLAG_Display: string
Title:
Capitalizable
-
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item Date
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
_WORK_TYPE_ID: integer
(int64)
Title:
Work Type
-
_WORK_TYPE_ID_Display: string
Title:
Work Type
-
DistributionDetailsIntfId: integer
(int64)
Value that uniquely identifies the project costing attributes with reference to the distribution details of the supply request sent to Oracle Supply Chain Orchestration Cloud.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFOM__5FSales__5FOrderVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:40
Default Value:OM_Sales_Order
Descriptive flexfield context name of the project costing attributes on the distribution details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context name display value for the project costing attributes on the distribution details. -
billableFlag: string
Title:
Billable
Maximum Length:1
-
billableFlag_Display: string
Title:
Billable
-
capitalizableFlag: string
Title:
Capitalizable
Maximum Length:1
-
capitalizableFlag_Display: string
Title:
Capitalizable
-
contractId: integer
(int64)
Title:
Contract Number
-
contractId_Display: string
Title:
Contract Number
-
DistributionDetailsIntfId: integer
(int64)
Value that uniquely identifies the project costing attributes with reference to the distribution details of the supply request sent to Oracle Supply Chain Orchestration Cloud.
-
expenditureItemDate: string
(date)
Title:
Expenditure Item Date
-
expenditureTypeId: integer
(int64)
Title:
Expenditure Type
-
expenditureTypeId_Display: string
Title:
Expenditure Type
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
organizationId: integer
(int64)
Title:
Expenditure Organization
-
organizationId_Display: string
Title:
Expenditure Organization
-
projectId: integer
(int64)
Title:
Project Number
-
projectId_Display: string
Title:
Project Number
-
reservedAttribute1: string
Title:
Funding Source
Maximum Length:150
-
reservedAttribute1_Display: string
Title:
Funding Source
-
taskId: integer
(int64)
Title:
Task Number
-
taskId_Display: string
Title:
Task Number
-
workTypeId: integer
(int64)
Title:
Work Type
-
workTypeId_Display: string
Title:
Work Type
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPJC__5FAllVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:40
Default Value:PJC_All
Descriptive flexfield context name of the project costing attributes on the distribution details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context name display value for the project costing attributes on the distribution details. -
_BILLABLE_FLAG: string
Title:
Billable
Maximum Length:1
-
_BILLABLE_FLAG_DisplayValue: string
Title:
Billable
-
_CAPITALIZABLE_FLAG: string
Title:
Capitalizable
Maximum Length:1
-
_CAPITALIZABLE_FLAG_DisplayValue: string
Title:
Capitalizable
-
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item Date
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
_WORK_TYPE_ID: integer
(int64)
Title:
Work Type
-
_WORK_TYPE_ID_Display: string
Title:
Work Type
-
DistributionDetailsIntfId: integer
(int64)
Value that uniquely identifies the project costing attributes with reference to the distribution details of the supply request sent to Oracle Supply Chain Orchestration Cloud.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPJC__5FExpenditure__5FBatchVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:40
Default Value:PJC_Expenditure_Batch
Descriptive flexfield context name of the project costing attributes on the distribution details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context name display value for the project costing attributes on the distribution details. -
_BILLABLE_FLAG: string
Title:
Billable
Maximum Length:1
-
_BILLABLE_FLAG_Display: string
Title:
Billable
-
_CAPITALIZABLE_FLAG: string
Title:
Capitalizable
Maximum Length:1
-
_CAPITALIZABLE_FLAG_Display: string
Title:
Capitalizable
-
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item Date
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
_WORK_TYPE_ID: integer
(int64)
Title:
Work Type
-
_WORK_TYPE_ID_Display: string
Title:
Work Type
-
DistributionDetailsIntfId: integer
(int64)
Value that uniquely identifies the project costing attributes with reference to the distribution details of the supply request sent to Oracle Supply Chain Orchestration Cloud.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPOR__5FRequisitionVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:40
Default Value:POR_Requisition
Descriptive flexfield context name of the project costing attributes on the distribution details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context name display value for the project costing attributes on the distribution details. -
_BILLABLE_FLAG: string
Title:
Billable
Maximum Length:1
-
_BILLABLE_FLAG_Display: string
Title:
Billable
-
_CAPITALIZABLE_FLAG: string
Title:
Capitalizable
Maximum Length:1
-
_CAPITALIZABLE_FLAG_Display: string
Title:
Capitalizable
-
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item Date
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
_WORK_TYPE_ID: integer
(int64)
Title:
Work Type
-
_WORK_TYPE_ID_Display: string
Title:
Work Type
-
DistributionDetailsIntfId: integer
(int64)
Value that uniquely identifies the project costing attributes with reference to the distribution details of the supply request sent to Oracle Supply Chain Orchestration Cloud.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPOR__5FUser__5FPreferencesVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:40
Default Value:POR_User_Preferences
Descriptive flexfield context name of the project costing attributes on the distribution details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context name display value for the project costing attributes on the distribution details. -
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
DistributionDetailsIntfId: integer
(int64)
Value that uniquely identifies the project costing attributes with reference to the distribution details of the supply request sent to Oracle Supply Chain Orchestration Cloud.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPO__5FPurchase__5FOrderVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:40
Default Value:PO_Purchase_Order
Descriptive flexfield context name of the project costing attributes on the distribution details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context name display value for the project costing attributes on the distribution details. -
_BILLABLE_FLAG: string
Title:
Billable
Maximum Length:1
-
_BILLABLE_FLAG_Display: string
Title:
Billable
-
_CAPITALIZABLE_FLAG: string
Title:
Capitalizable
Maximum Length:1
-
_CAPITALIZABLE_FLAG_Display: string
Title:
Capitalizable
-
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item Date
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
_WORK_TYPE_ID: integer
(int64)
Title:
Work Type
-
_WORK_TYPE_ID_Display: string
Title:
Work Type
-
DistributionDetailsIntfId: integer
(int64)
Value that uniquely identifies the project costing attributes with reference to the distribution details of the supply request sent to Oracle Supply Chain Orchestration Cloud.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPO__5FPurchase__5FOrder__5FLineVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:40
Default Value:PO_Purchase_Order_Line
Descriptive flexfield context name of the project costing attributes on the distribution details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context name display value for the project costing attributes on the distribution details. -
_BILLABLE_FLAG: string
Title:
Billable
Maximum Length:1
-
_BILLABLE_FLAG_Display: string
Title:
Billable
-
_CAPITALIZABLE_FLAG: string
Title:
Capitalizable
Maximum Length:1
-
_CAPITALIZABLE_FLAG_Display: string
Title:
Capitalizable
-
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item Date
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
_WORK_TYPE_ID: integer
(int64)
Title:
Work Type
-
_WORK_TYPE_ID_Display: string
Title:
Work Type
-
DistributionDetailsIntfId: integer
(int64)
Value that uniquely identifies the project costing attributes with reference to the distribution details of the supply request sent to Oracle Supply Chain Orchestration Cloud.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : oracle_apps_flex_scm_dos_supplyRequestDecomposition_receiveSupplyRequests_supplyRequest_restModel_distrb_view_DosDistributionDetailsIntDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:40
Default Value:PO_Purchase_Order_Schedule
Descriptive flexfield context name of the project costing attributes on the distribution details. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context name display value for the project costing attributes on the distribution details. -
_BILLABLE_FLAG: string
Title:
Billable
Maximum Length:1
-
_BILLABLE_FLAG_Display: string
Title:
Billable
-
_CAPITALIZABLE_FLAG: string
Title:
Capitalizable
Maximum Length:1
-
_CAPITALIZABLE_FLAG_Display: string
Title:
Capitalizable
-
_CONTRACT_ID: integer
(int64)
Title:
Contract Number
-
_CONTRACT_ID_Display: string
Title:
Contract Number
-
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item Date
-
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure Type
-
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure Type
-
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure Organization
-
_ORGANIZATION_ID_Display: string
Title:
Expenditure Organization
-
_PROJECT_ID: integer
(int64)
Title:
Project Number
-
_PROJECT_ID_Display: string
Title:
Project Number
-
_RESERVED_ATTRIBUTE1: string
Title:
Funding Source
Maximum Length:150
-
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding Source
-
_TASK_ID: integer
(int64)
Title:
Task Number
-
_TASK_ID_Display: string
Title:
Task Number
-
_WORK_TYPE_ID: integer
(int64)
Title:
Work Type
-
_WORK_TYPE_ID_Display: string
Title:
Work Type
-
DistributionDetailsIntfId: integer
(int64)
Value that uniquely identifies the project costing attributes with reference to the distribution details of the supply request sent to Oracle Supply Chain Orchestration Cloud.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : supplyRequests-supplyRequestLines-errorMessages-item-response
Type:
Show Source
object
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MessageName: string
Read Only:
true
Maximum Length:30
Name that uniquely identifies the error message registered during supply request processing. -
MessageText: string
Read Only:
true
Maximum Length:1200
Text of the error message for an error that occurred at various entities like supplyRequestLines and transferSupply while processing the supply requests. -
ProcessingEntityId: string
Read Only:
true
Maximum Length:30
Value that uniquely identifies the entities like supplyRequestLines and transferSupply at which the error occurred.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : supplyRequests-supplyRequestLines-supplyRequestLinesXferDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Segment
Maximum Length:30
Descriptive flexfield context name of the transfer order line on supply request lines. -
__FLEX_Context_DisplayValue: string
Title:
Context Segment
Descriptive flexfield context name display value of the transfer order line on supply request lines. -
Discriminator: string
This is a transient attribute. The value of this attribute is always null. Ignore this attribute.
-
LineInterfaceId: integer
(int64)
Value that uniquely identifies the flexfields that are tied to the transfer order line on supply request lines.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : supplyRequests-supplyRequestLines-transferCostRequestDetails-item-response
Type:
Show Source
object
-
InterfaceBatchNumber: string
Maximum Length:
50
Number that identifies the batch of supply requests that are sent to Oracle Supply Chain Orchestration Cloud to create supplies. The batch consists of one or more supply requests. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransferCostAmount: number
Amount for the transfer cost on a transfer order line.
-
TransferCostCurrencyCode: string
Maximum Length:
15
Code that identifies the currency for the transfer cost amount. -
TransferCostOperation: string
Maximum Length:
30
Default Value:CREATE
Indicates whether the transfer cost line is to be created, updated, or canceled. Values include CREATE, UPDATE, and CANCEL. -
TransferCostTypeName: string
Maximum Length:
60
Name of the shipping cost type. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Shipping Cost Types task.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Examples
This example describes how to get all supply request lines.
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/supplyRequests/SupplyOrderReferenceNumber/child/supplyRequestLines"
Example Response Body
The following shows an example of the response body in JSON format.
{ "items" : [ { "UOMCode" : "Ea", "SupplyOrderReferenceLineId" : 1, "SupplyOrderReferenceLineNumber" : "06280101", "SourceSubinventoryCode" : "Stores", "SourceOrganizationId" : 209, "SourceOrganizationCode" : "M2", "RequestedShipDate" : "2015-12-07T09:01:12.123+00:00", "Quantity" : 10, "PreparerId" : 11047, "ItemId" : 100100035462368, "InterfaceBatchNumber" : "AA062801", "InterfaceSourceCode" : "EXT", "CarrierId" : null, "DeliverToRequesterId" : 11047, "DestinationOrganizationCode" : "M1", "DestinationOrganizationId" : 207, "DestinationSubinventoryCode" : "Stores", "SupplyOrderSource" : "EXT", "BackToBackFlag" : false, "NeedByDate" : "2015-12-07T09:01:12.123+00:00", "SupplySourceSystem" : null, "SupplyType" : "TRANSFER", "ProcessStatus" : "SUCCESS", "PreparerName" : "John Johnson", "PreparerEmail" : "sendmail-test-discard@example.com", "CarrierCode" : null, "DeliverToRequesterName" : "John Johnson", "DestinationLocation" : "Seven Corporation", "SourceLocation" : "Tall Manufacturing", "DestinationTypeCode" : "INVENTORY", "DooShipmentFlag" : false, "FirmDemandFlag" : false, "GroupCode" : "ALL", "ScheduledShipDate" : null, "ShipClassOfService" : null, "ShipModeOfTransport" : null, "SupplyOperation" : "CREATE", "DestinationLocationId" : 207, "DeliverToRequesterEmail" : "sendmail-test-discard@example.com", "UOMName" : "Each", "ItemDescription" : "SCO Item for Enrichment Rules BATS", "ItemRevision" : "A", "SourceOrganizationName" : "Tall Manufacturing", "SourceSubinventoryName" : "Stores", "SourceLocationId" : 209, "DestinationOrganizationName" : "Seven Corporation", "DestinationSubinventoryName" : "Stores", "TransferPrice" : null, "TransferPriceCurrencyCode" : null, "ItemNumber" : "DOS-BAT-Enrichment", "TransferOrderHeaderNumber" : null, "TransferOrderLineNumber" : null, "links" : [ { "rel" : "self", "href" : "https://servername/fscmRestApi/resources/version/supplyRequests/AA062801/child/supplyRequestLines/06280101", "name" : "supplyRequestLines", "kind" : "item", "properties" : { "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278" } }, { "rel" : "canonical", "href" : "https://servername/fscmRestApi/resources/version/supplyRequests/AA062801/child/supplyRequestLines/06280101", "name" : "supplyRequestLines", "kind" : "item" }, { "rel" : "parent", "href" : "https://servername/fscmRestApi/resources/version/supplyRequests/AA062801", "name" : "supplyRequests", "kind" : "item" }, { "rel" : "child", "href" : "https://servername/fscmRestApi/resources/version/supplyRequests/AA062801/child/supplyRequestLines/06280101/child/errorMessages", "name" : "errorMessages", "kind" : "collection" }, { "rel" : "child", "href" : "https://servername/fscmRestApi/resources/version/supplyRequests/AA062801/child/supplyRequestLines/06280101/child/transferCostRequestDetails", "name" : "transferCostRequestDetails", "kind" : "collection" } ] }, { "UOMCode" : "Ea", "SupplyOrderReferenceLineId" : 2, "SupplyOrderReferenceLineNumber" : "06280102", "SourceSubinventoryCode" : "Stores", "SourceOrganizationId" : 209, "SourceOrganizationCode" : "M2", "RequestedShipDate" : "2015-12-07T09:01:12.123+00:00", "Quantity" : 10, "PreparerId" : 11047, "ItemId" : 100100035462368, "InterfaceBatchNumber" : "AA062801", "InterfaceSourceCode" : "EXT", "CarrierId" : null, "DeliverToRequesterId" : 11047, "DestinationOrganizationCode" : "M1", "DestinationOrganizationId" : 207, "DestinationSubinventoryCode" : "Stores", "SupplyOrderSource" : "EXT", "BackToBackFlag" : false, "NeedByDate" : "2015-12-07T09:01:12.123+00:00", "SupplySourceSystem" : null, "SupplyType" : "TRANSFER", "ProcessStatus" : "SUCCESS", "PreparerName" : "John Johnson", "PreparerEmail" : "sendmail-test-discard@example.com", "CarrierCode" : null, "DeliverToRequesterName" : "John Johnson", "DestinationLocation" : "Seven Corporation", "SourceLocation" : "Tall Manufacturing", "DestinationTypeCode" : "INVENTORY", "DooShipmentFlag" : false, "FirmDemandFlag" : false, "GroupCode" : "ALL", "ScheduledShipDate" : null, "ShipClassOfService" : null, "ShipModeOfTransport" : null, "SupplyOperation" : "CREATE", "DestinationLocationId" : 207, "DeliverToRequesterEmail" : "sendmail-test-discard@example.com", "UOMName" : "Each", "ItemDescription" : "SCO Item for Enrichment Rules BATS", "ItemRevision" : "A", "SourceOrganizationName" : "Tall Manufacturing", "SourceSubinventoryName" : "Stores", "SourceLocationId" : 209, "DestinationOrganizationName" : "Seven Corporation", "DestinationSubinventoryName" : "Stores", "TransferPrice" : null, "TransferPriceCurrencyCode" : null, "ItemNumber" : "DOS-BAT-Enrichment", "TransferOrderHeaderNumber" : null, "TransferOrderLineNumber" : null, "links" : [ { "rel" : "self", "href" : "https://servername/fscmRestApi/resources/version/supplyRequests/AA062801/child/supplyRequestLines/06280102", "name" : "supplyRequestLines", "kind" : "item", "properties" : { "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278" } }, { "rel" : "canonical", "href" : "https://servername/fscmRestApi/resources/version/supplyRequests/AA062801/child/supplyRequestLines/06280102", "name" : "supplyRequestLines", "kind" : "item" }, { "rel" : "parent", "href" : "https://servername/fscmRestApi/resources/version/supplyRequests/AA062801", "name" : "supplyRequests", "kind" : "item" }, { "rel" : "child", "href" : "https://servername/fscmRestApi/resources/version/supplyRequests/AA062801/child/supplyRequestLines/06280102/child/errorMessages", "name" : "errorMessages", "kind" : "collection" }, { "rel" : "child", "href" : "https://servername/fscmRestApi/resources/version/supplyRequests/AA062801/child/supplyRequestLines/06280102/child/transferCostRequestDetails", "name" : "transferCostRequestDetails", "kind" : "collection" } ] } ], "count" : 2, "hasMore" : false, "limit" : 25, "offset" : 0, "links" : [ { "rel" : "self", "href" : "https://servername/fscmRestApi/resources/version/supplyRequests/AA062801/child/supplyRequestLines", "name" : "supplyRequestLines", "kind" : "collection" } ] }