Get all lines
get
/fscmRestApi/resources/11.13.18.05/pickSlipDetails/{PickSlip}/child/pickLines
Request
Path Parameters
-
PickSlip(required): integer(int64)
Value that uniquely identifies the pick slip.
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:- PrimaryKey: Find pick slip lines according to the primary key.
Finder Variables:- TransactionId; integer; Value that uniquely identifies the transaction.
- PrimaryKey: Find pick slip lines according to the primary key.
-
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:- AllowUseOfCommonSuppliesFlag; boolean; Contains one of the following values: true or false. If true, then the user can pick the material from common supplies. If false, then the user cannot pick the material from common supplies. The default value is true. This attribute is associated with a feature that requires opt in.
- Customer; string; Value that uniquely identifies the customer on the sales order for this pick.
- DestinationAccount; string; Financial account that includes depreciation expenses.
- DestinationLocator; string; Locator that identifies where to deposit the picked item.
- DestinationSubinventory; string; Subinventory that identifies where to deposit the picked item.
- ErrorCode; string; Abbreviation that identifies the error.
- ErrorExplanation; string; Explanation of why the error occurred.
- Item; string; Value that uniquely identifies the item.
- MaximumPickedQuantity; number; Maximum quantity that can be picked for the pick line. This attribute is associated with a feature that requires opt in.
- MovementRequest; string; Document that contains suggestions to put away, pick, or replenish each inventory item for the pick line.
- MovementRequestLine; integer; Value that uniquely identifies the movement request line.
- PickSlip; integer; Value that uniquely identifies the pick slip that the pick line references.
- PickSlipLine; integer; Value that uniquely identifies a line on the pick slip.
- RequestedQuantity; number; Quantity that the transaction requests for the pick line.
- RequiredDate; string; Date when the pick is due.
- Revision; string; Revision of the item.
- SecondaryRequestedQuantity; number; Quantity that the transaction requests using the secondary unit of measure.
- SecondaryUOM; string; Abbreviation that identifies the secondary unit of measure to use for the quantity.
- ShipToLocation; string; Location where the supplier ships the items that the pick line references.
- ShippingPriority; string; Importance of shipping an item when compared to other items.
- SourceLocator; string; Locator that identifies where to pick the item.
- SourceOrder; string; Value that uniquely identifies the fulfillment order.
- SourceOrderLine; string; Value that uniquely identifies the fulfillment order line.
- SourceSubinventory; string; Subinventory to use when picking the item.
- TransactionId; integer; Value that uniquely identifies the transaction.
- TransactionType; string; Name of the transaction type.
- UOM; string; Primary unit of measure to use when picking the item.
-
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 : pickSlipDetails-pickLines
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 : pickSlipDetails-pickLines-item-response
Type:
Show Source
object
-
AllowUseOfCommonSuppliesFlag: boolean
Maximum Length:
1
Contains one of the following values: true or false. If true, then the user can pick the material from common supplies. If false, then the user cannot pick the material from common supplies. The default value is true. This attribute is associated with a feature that requires opt in. -
Customer: string
Maximum Length:
360
Value that uniquely identifies the customer on the sales order for this pick. -
DestinationAccount: string
Maximum Length:
4000
Financial account that includes depreciation expenses. -
DestinationLocator: string
Maximum Length:
4000
Locator that identifies where to deposit the picked item. -
DestinationSubinventory: string
Maximum Length:
10
Subinventory that identifies where to deposit the picked item. -
dffs: array
Flexfields for Pick Slip Lines
Title:
Flexfields for Pick Slip Lines
The Flexfields for Pick Slip Lines resource manages descriptive flexfields for the pick slip line. -
ErrorCode: string
Maximum Length:
240
Abbreviation that identifies the error. -
ErrorExplanation: string
Maximum Length:
240
Explanation of why the error occurred. -
inventoryAttributesDFF: array
Flexfields for Inventory Attributes
Title:
Flexfields for Inventory Attributes
The Flexfields for Inventory Attributes resource manages descriptive flexfields for inventory attributes. This resource is associated with a feature that requires opt in. -
Item: string
Maximum Length:
300
Value that uniquely identifies the item. -
itemLots: array
Lot Details
Title:
Lot Details
The Lot Details resource manages lot details for the item picked. -
itemSerials: array
Serial Details
Title:
Serial Details
The Serial Details resource manages details about the serial that controls the picked item. Use this resource when the serial controls the item. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MaximumPickedQuantity: number
Maximum quantity that can be picked for the pick line. This attribute is associated with a feature that requires opt in.
-
MovementRequest: string
Maximum Length:
30
Document that contains suggestions to put away, pick, or replenish each inventory item for the pick line. -
MovementRequestLine: integer
(int64)
Value that uniquely identifies the movement request line.
-
PickSlip: integer
(int64)
Value that uniquely identifies the pick slip that the pick line references.
-
PickSlipLine: integer
Value that uniquely identifies a line on the pick slip.
-
pjcDFFs: array
Flexfields for Project Costs
Title:
Flexfields for Project Costs
The Flexfields for Project Costs resource manages descriptive flexfields for project cost. -
RequestedQuantity: number
Quantity that the transaction requests for the pick line.
-
RequiredDate: string
(date)
Date when the pick is due.
-
Revision: string
Maximum Length:
18
Revision of the item. -
SecondaryRequestedQuantity: number
Quantity that the transaction requests using the secondary unit of measure.
-
SecondaryUOM: string
Maximum Length:
25
Abbreviation that identifies the secondary unit of measure to use for the quantity. -
ShippingPriority: string
Maximum Length:
80
Importance of shipping an item when compared to other items. -
ShipToLocation: string
Read Only:
true
Location where the supplier ships the items that the pick line references. -
SourceLocator: string
Maximum Length:
4000
Locator that identifies where to pick the item. -
SourceOrder: string
Maximum Length:
150
Value that uniquely identifies the fulfillment order. -
SourceOrderLine: string
Maximum Length:
150
Value that uniquely identifies the fulfillment order line. -
SourceSubinventory: string
Maximum Length:
10
Subinventory to use when picking the item. -
TransactionId: integer
(int64)
Value that uniquely identifies the transaction.
-
TransactionType: string
Maximum Length:
80
Name of the transaction type. -
UOM: string
Maximum Length:
25
Primary unit of measure to use when picking the item.
Nested Schema : Flexfields for Pick Slip Lines
Type:
array
Title:
Flexfields for Pick Slip Lines
The Flexfields for Pick Slip Lines resource manages descriptive flexfields for the pick slip line.
Show Source
Nested Schema : Flexfields for Inventory Attributes
Type:
array
Title:
Flexfields for Inventory Attributes
The Flexfields for Inventory Attributes resource manages descriptive flexfields for inventory attributes. This resource is associated with a feature that requires opt in.
Show Source
Nested Schema : Lot Details
Type:
array
Title:
Lot Details
The Lot Details resource manages lot details for the item picked.
Show Source
Nested Schema : Serial Details
Type:
array
Title:
Serial Details
The Serial Details resource manages details about the serial that controls the picked item. Use this resource when the serial controls the item.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Project Costs
Type:
array
Title:
Flexfields for Project Costs
The Flexfields for Project Costs resource manages descriptive flexfields for project cost.
Show Source
-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "AP_Distribution_Sets":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFAP__5FDistribution__5FSetsVO-item-response", "AP_Invoice_Distribution":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFAP__5FInvoice__5FDistributionVO-item-response", "AP_Invoice_Line":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFAP__5FInvoice__5FLineVO-item-response", "EXM_Expense_Report":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFEXM__5FExpense__5FReportVO-item-response", "EXM_Expense_Report_Line":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response", "INV_Misc_Transactions":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFINV__5FMisc__5FTransactionsVO-item-response", "OM_Sales_Order":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFOM__5FSales__5FOrderVO-item-response", "PJC_All":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFPJC__5FAllVO-item-response", "PJC_Expenditure_Batch":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFPJC__5FExpenditure__5FBatchVO-item-response", "POR_Requisition":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFPOR__5FRequisitionVO-item-response", "POR_User_Preferences":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFPOR__5FUser__5FPreferencesVO-item-response", "PO_Purchase_Order":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFPO__5FPurchase__5FOrderVO-item-response", "PO_Purchase_Order_Line":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response", "PO_Purchase_Order_Schedule":"#/components/schemas/oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response" } }
Nested Schema : pickSlipDetails-pickLines-dffs-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context
Maximum Length:30
Descriptive flexfield context name for pick lines. -
__FLEX_Context_DisplayValue: string
Title:
Context
Descriptive flexfield context display value for pick lines. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransactionId: integer
(int64)
Value that uniquely identifies the transaction.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
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 : pickSlipDetails-pickLines-inventoryAttributesDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Segment
Maximum Length:40
Descriptive flexfield context name for inventory attributes. This attribute is associated with a feature that requires opt in. -
__FLEX_Context_DisplayValue: string
Title:
Context Segment
Descriptive flexfield context display value for inventory attributes. This attribute is associated with a feature that requires opt in. -
countryOfOriginCode: string
Title:
Country of Origin
Maximum Length:2
Abbreviation that identifies the country of origin. This attribute is associated with a feature that requires opt in. -
countryOfOriginCode_Display: string
Title:
Country of Origin
Name of the country of origin. This attribute is associated with a feature that requires opt in. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
projectId: integer
(int64)
Title:
Project
Value that uniquely identifies the project. This attribute is associated with a feature that requires opt in. -
projectId_Display: string
Title:
Project
Number that identifies the project. This attribute is associated with a feature that requires opt in. -
taskId: integer
(int64)
Title:
Task
Value that uniquely identifies the task. This attribute is associated with a feature that requires opt in. -
taskId_Display: string
Title:
Task
Number that identifies the task. This attribute is associated with a feature that requires opt in. -
TransactionId: integer
(int64)
Value that uniquely identifies the transaction. This attribute is associated with a feature that requires opt in.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : pickSlipDetails-pickLines-itemLots-item-response
Type:
Show Source
object
-
itemLotSerials: array
Serial Details in the Lot
Title:
Serial Details in the Lot
The Serial Details in the Lot resource manages details about the serial when the lot controls the picked item. Use this resource when the lot controls the item. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Lot: string
Read Only:
true
Maximum Length:80
Value that uniquely identifies the lot. The lot includes items that you produce together as a group and that share similar production costs and specifications. Applies when the warehouse places the item under lot control. -
lotAttributeDFFs: array
Flexfields for Lot Attributes
Title:
Flexfields for Lot Attributes
The Flexfields for Lot Attributes resource manages descriptive flexfields for the lot attribute. -
lotStandardDFFs: array
Flexfields for Lots
Title:
Flexfields for Lots
The Flexfields for Lots resource manages descriptive flexfields for the lot. -
Quantity: number
Read Only:
true
Quantity picked for the lot number. -
SecondaryQuantity: number
Read Only:
true
Quantity picked for the lot number using the secondary unit of measure.
Nested Schema : Serial Details in the Lot
Type:
array
Title:
Serial Details in the Lot
The Serial Details in the Lot resource manages details about the serial when the lot controls the picked item. Use this resource when the lot controls the item.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Lot Attributes
Type:
array
Title:
Flexfields for Lot Attributes
The Flexfields for Lot Attributes resource manages descriptive flexfields for the lot attribute.
Show Source
Nested Schema : Flexfields for Lots
Type:
array
Title:
Flexfields for Lots
The Flexfields for Lots resource manages descriptive flexfields for the lot.
Show Source
Nested Schema : pickSlipDetails-pickLines-itemLots-itemLotSerials-item-response
Type:
Show Source
object
-
FromSerialNumber: string
Maximum Length:
80
Starting serial number in a range of serial numbers. Applies when the warehouse places the item under lot and serial control. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
lotSerialAttributeDFFs: array
Flexfields for Serials That Control Items and Lots
Title:
Flexfields for Serials That Control Items and Lots
The Flexfields for Serials That Control Items and Lots resource manages descriptive flexfields for serial attributes. Use it when a serial controls the item or the lot. -
lotSerialStandardDFFs: array
Flexfields for Serials That Control Lots
Title:
Flexfields for Serials That Control Lots
The Flexfields for Serials That Control Lots resource manages descriptive flexfields for serials. Use it when a serial controls the lot. -
ToSerialNumber: string
Maximum Length:
80
Ending serial number in a range of serial numbers. Applies when the warehouse places the item under lot and serial control.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Serials That Control Items and Lots
Type:
array
Title:
Flexfields for Serials That Control Items and Lots
The Flexfields for Serials That Control Items and Lots resource manages descriptive flexfields for serial attributes. Use it when a serial controls the item or the lot.
Show Source
Nested Schema : Flexfields for Serials That Control Lots
Type:
array
Title:
Flexfields for Serials That Control Lots
The Flexfields for Serials That Control Lots resource manages descriptive flexfields for serials. Use it when a serial controls the lot.
Show Source
Nested Schema : pickSlipDetails-pickLines-itemLots-itemLotSerials-lotSerialAttributeDFFs-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Descriptive flexfield context name for serial attributes. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for serial attributes. -
FmSerialNumber: string
Maximum Length:
80
Starting serial number in a range of serial numbers. This attribute is used when the warehouse places the item under serial control. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Value that uniquely identifies the transaction the serial.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : pickSlipDetails-pickLines-itemLots-itemLotSerials-lotSerialStandardDFFs-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Descriptive flexfield context name for lot and serial attributes. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for lot and serial attributes. -
FmSerialNumber: string
Maximum Length:
80
Starting serial number in a range of serial numbers. This attribute is used when the warehouse places the item under lot and serial control. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Value that uniquely identifies the transaction for the lot and serial attribute.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : pickSlipDetails-pickLines-itemLots-lotAttributeDFFs-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Descriptive flexfield context name for lot attributes. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for lot attributes. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LotNumber: string
Maximum Length:
80
Value that uniquely identifies the lot. The lot includes items that you produce together as a group and that share similar production costs and specifications. -
TransactionTempId: integer
(int64)
Value that uniquely identifies the transaction for the pick line.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : pickSlipDetails-pickLines-itemLots-lotStandardDFFs-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Descriptive flexfield context name for lots. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for lots. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LotNumber: string
Maximum Length:
80
Value that uniquely identifies the lot. The lot includes items that you produce together as a group and that share similar production costs and specifications. Applies when the warehouse places the item under lot control. -
TransactionTempId: integer
(int64)
Value that uniquely identifies the lot for the transaction.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : pickSlipDetails-pickLines-itemSerials-item-response
Type:
Show Source
object
-
FromSerialNumber: string
Read Only:
true
Maximum Length:80
Starting serial number in a range of serial numbers. Applies when the warehouse places the item under serial control. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
serialAttributeDFFs: array
Flexfields for Serial Attributes
Title:
Flexfields for Serial Attributes
The Flexfields for Serial Attributes resource manages descriptive flexfields for the serial attribute. Use it when a serial controls the item. -
serialStandardDFFs: array
Flexfields for Serials
Title:
Flexfields for Serials
The Flexfields for Serials resource manages descriptive flexfields for the serial. Use it when a serial controls the item. -
ToSerialNumber: string
Read Only:
true
Maximum Length:80
Ending serial number in a range of serial numbers. Applies when the warehouse places the item under serial control.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Serial Attributes
Type:
array
Title:
Flexfields for Serial Attributes
The Flexfields for Serial Attributes resource manages descriptive flexfields for the serial attribute. Use it when a serial controls the item.
Show Source
Nested Schema : Flexfields for Serials
Type:
array
Title:
Flexfields for Serials
The Flexfields for Serials resource manages descriptive flexfields for the serial. Use it when a serial controls the item.
Show Source
Nested Schema : pickSlipDetails-pickLines-itemSerials-serialAttributeDFFs-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Descriptive flexfield context name for serial attributes. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for serial attributes. -
FmSerialNumber: string
Maximum Length:
80
Starting serial number in a range of serial numbers. This attribute is used when the warehouse places the item under serial control. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Value that uniquely identifies the transaction the serial.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : pickSlipDetails-pickLines-itemSerials-serialStandardDFFs-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Descriptive flexfield context name for lot and serial attributes. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for lot and serial attributes. -
FmSerialNumber: string
Maximum Length:
80
Starting serial number in a range of serial numbers. This attribute is used when the warehouse places the item under lot and serial control. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Value that uniquely identifies the transaction for the lot and serial attribute.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
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_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFAP__5FDistribution__5FSetsVO-item-response
-
AP_Invoice_Distribution -
object
oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFAP__5FInvoice__5FDistributionVO-item-response
-
AP_Invoice_Line -
object
oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFAP__5FInvoice__5FLineVO-item-response
-
EXM_Expense_Report -
object
oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFEXM__5FExpense__5FReportVO-item-response
-
EXM_Expense_Report_Line -
object
oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response
-
INV_Misc_Transactions -
object
oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFINV__5FMisc__5FTransactionsVO-item-response
-
OM_Sales_Order -
object
oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFOM__5FSales__5FOrderVO-item-response
-
PJC_All -
object
oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFPJC__5FAllVO-item-response
-
PJC_Expenditure_Batch -
object
oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFPJC__5FExpenditure__5FBatchVO-item-response
-
POR_Requisition -
object
oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFPOR__5FRequisitionVO-item-response
-
POR_User_Preferences -
object
oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFPOR__5FUser__5FPreferencesVO-item-response
-
PO_Purchase_Order -
object
oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFPO__5FPurchase__5FOrderVO-item-response
-
PO_Purchase_Order_Line -
object
oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response
-
PO_Purchase_Order_Schedule -
object
oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFAP__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 for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project costs. -
_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
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransactionId: integer
(int64)
Value that uniquely identifies the transaction for project costs.
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFAP__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 for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project costs. -
_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
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransactionId: integer
(int64)
Value that uniquely identifies the transaction for project costs.
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFAP__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 for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project costs. -
_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
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransactionId: integer
(int64)
Value that uniquely identifies the transaction for project costs.
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFEXM__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 for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project costs. -
_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
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransactionId: integer
(int64)
Value that uniquely identifies the transaction for project costs.
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFEXM__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 for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project costs. -
_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
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransactionId: integer
(int64)
Value that uniquely identifies the transaction for project costs.
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFINV__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 for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project costs. -
_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
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransactionId: integer
(int64)
Value that uniquely identifies the transaction for project costs.
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFOM__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 for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project costs. -
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
-
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
-
TransactionId: integer
(int64)
Value that uniquely identifies the transaction for project costs.
-
workTypeId: integer
(int64)
Title:
Work Type
-
workTypeId_Display: string
Title:
Work Type
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFPJC__5FAllVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:40
Default Value:PJC_All
Descriptive flexfield context name for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project costs. -
_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
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransactionId: integer
(int64)
Value that uniquely identifies the transaction for project costs.
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFPJC__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 for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project costs. -
_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
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransactionId: integer
(int64)
Value that uniquely identifies the transaction for project costs.
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFPOR__5FRequisitionVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:40
Default Value:POR_Requisition
Descriptive flexfield context name for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project costs. -
_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
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransactionId: integer
(int64)
Value that uniquely identifies the transaction for project costs.
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFPOR__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 for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project costs. -
_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
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransactionId: integer
(int64)
Value that uniquely identifies the transaction for project costs.
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFPO__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 for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project costs. -
_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
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransactionId: integer
(int64)
Value that uniquely identifies the transaction for project costs.
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFPO__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 for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project costs. -
_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
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransactionId: integer
(int64)
Value that uniquely identifies the transaction for project costs.
Nested Schema : oracle_apps_flex_scm_inventory_picking_pickConfirm_restModel_pickLinePJCDFF_view_PickLinePJCDFFPO__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 for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Descriptive flexfield context display value for project costs. -
_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
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransactionId: integer
(int64)
Value that uniquely identifies the transaction for project costs.
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
Examples
This example describes how to get all pick 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/pickSlipDetails/value/child/pickLines"
For example, the following command gets get all pick lines for pick slip 1183346:
curl -u username:password "https://servername/fscmRestApi/resources/version/pickSlipDetails/1183346/child/pickLines"
Example Response Body
The following example includes the contents of the response body in JSON format:
{ "items" : [ { "ShipToLocation" : null, "Customer" : null, "DestinationAccount" : null, "DestinationLocator" : null, "DestinationSubinventory" : "Staging1", "Item" : "AS54888", "TransactionId" : 22282713, "PickSlip" : 1183346, "PickSlipLine" : 2, "RequestedQuantity" : 60, "RequiredDate" : "2017-04-24", "Revision" : null, "SecondaryRequestedQuantity" : null, "SecondaryUOM" : null, "ShippingPriority" : null, "SourceLocator" : null, "SourceOrder" : null, "SourceOrderLine" : null, "SourceSubinventory" : "FGI", "TransactionType" : "Movement Request Transfer", "UOM" : "Each", "MovementRequest" : "5319504", "MovementRequestLine" : 1, "links" : [ { "rel" : "self", "href" : "https://servername/logisticsApi/resources/version/pickSlipDetails/1183346/child/pickLines/22282713", "name" : "pickLines", "kind" : "item" }, { "rel" : "canonical", "href" : "https://servername/logisticsApi/resources/version/pickSlipDetails/1183346/child/pickLines/22282713", "name" : "pickLines", "kind" : "item" }, { "rel" : "parent", "href" : "https://servername/logisticsApi/resources/version/pickSlipDetails/1183346", "name" : "pickSlipDetails", "kind" : "item" }, { "rel" : "child", "href" : "https://servername/logisticsApi/resources/version/pickSlipDetails/1183346/child/pickLines/22282713/child/itemSerials", "name" : "itemSerials", "kind" : "collection" }, { "rel" : "child", "href" : "https://servername/logisticsApi/resources/version/pickSlipDetails/1183346/child/pickLines/22282713/child/itemLots", "name" : "itemLots", "kind" : "collection" } ] }, { "ShipToLocation" : null, "Customer" : null, "DestinationAccount" : null, "DestinationLocator" : null, "DestinationSubinventory" : "Staging1", "Item" : "AS54888", "TransactionId" : 22282712, "PickSlip" : 1183346, "PickSlipLine" : 1, "RequestedQuantity" : 100, "RequiredDate" : "2017-04-24", "Revision" : null, "SecondaryRequestedQuantity" : null, "SecondaryUOM" : null, "ShippingPriority" : null, "SourceLocator" : null, "SourceOrder" : null, "SourceOrderLine" : null, "SourceSubinventory" : "FGI", "TransactionType" : "Movement Request Transfer", "UOM" : "Each", "MovementRequest" : "5319504", "MovementRequestLine" : 1, "links" : [ { "rel" : "self", "href" : "https://servername/logisticsApi/resources/version/pickSlipDetails/1183346/child/pickLines/22282712", "name" : "pickLines", "kind" : "item" }, { "rel" : "canonical", "href" : "https://servername/logisticsApi/resources/version/pickSlipDetails/1183346/child/pickLines/22282712", "name" : "pickLines", "kind" : "item" }, { "rel" : "parent", "href" : "https://servername/logisticsApi/resources/version/pickSlipDetails/1183346", "name" : "pickSlipDetails", "kind" : "item" }, { "rel" : "child", "href" : "https://servername/logisticsApi/resources/version/pickSlipDetails/1183346/child/pickLines/22282712/child/itemSerials", "name" : "itemSerials", "kind" : "collection" }, { "rel" : "child", "href" : "https://servername/logisticsApi/resources/version/pickSlipDetails/1183346/child/pickLines/22282712/child/itemLots", "name" : "itemLots", "kind" : "collection" } ] } ], "count" : 2, "hasMore" : false, "limit" : 25, "offset" : 0, "links" : [ { "rel" : "self", "href" : "https://servername/logisticsApi/resources/version/pickSlipDetails/1183346/child/pickLines", "name" : "pickLines", "kind" : "collection" } ]