Get all details
get
/fscmRestApi/resources/11.13.18.05/pickSlipDetails
Request
Query Parameters
-
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 details according to the primary key.
Finder Variables:- PickSlip; integer; Value that uniquely identifies the pick slip that the pick line references.
- PrimaryKey: Find pick slip details 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:- CreationDate; string; Date when the warehouse created the pick slip.
- Customer; string; Value that uniquely identifies the customer on the sales order for this pick slip.
- DueDate; string; Date when the pick slip is due.
- MovementRequest; string; Document that contains suggestions to put away, pick, or replenish each inventory item for the pick slip.
- NumberOfPicks; integer; Number of picks on the pick slip.
- Order; string; Value that uniquely identifies the sales order or transfer order.
- Organization; string; Warehouse or organization where someone picks and stages the item.
- PickSlip; integer; Value that uniquely identifies the pick slip.
- PickWave; string; Group of sales orders released into picking at the same time.
- ShipToLocation; string; Location where the supplier ships the items that the pick slip references.
- Shipment; string; Collection of goods or materials that ship under the terms of a single bill of lading.
- ShippingMethod; string; Method that the shipper uses to transport 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: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
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.
Root Schema : pickSlipDetails
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:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : pickSlipDetails-item-response
Type:
Show Source
object-
CreationDate: string
(date-time)
Read Only:
trueDate when the warehouse created the pick slip. -
Customer: string
Read Only:
trueMaximum Length:360Value that uniquely identifies the customer on the sales order for this pick slip. -
DueDate: string
(date)
Read Only:
trueDate when the pick slip is due. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MovementRequest: string
Read Only:
trueMaximum Length:30Document that contains suggestions to put away, pick, or replenish each inventory item for the pick slip. -
NumberOfPicks: integer
Read Only:
trueNumber of picks on the pick slip. -
Order: string
Read Only:
trueMaximum Length:150Value that uniquely identifies the sales order or transfer order. -
Organization: string
Read Only:
trueMaximum Length:18Warehouse or organization where someone picks and stages the item. -
pickLines: array
Pick Lines
Title:
Pick LinesThe Pick Lines resource manages picking details that describe the line to confirm. -
PickSlip: integer
Read Only:
trueValue that uniquely identifies the pick slip. -
PickWave: string
Read Only:
trueGroup of sales orders released into picking at the same time. -
Shipment: string
Read Only:
trueMaximum Length:30Collection of goods or materials that ship under the terms of a single bill of lading. -
ShippingMethod: string
Read Only:
trueMaximum Length:2082Method that the shipper uses to transport the item. -
ShipToLocation: string
Read Only:
trueLocation where the supplier ships the items that the pick slip references.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Pick Lines
Type:
arrayTitle:
Pick LinesThe Pick Lines resource manages picking details that describe the line to confirm.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : pickSlipDetails-pickLines-item-response
Type:
Show Source
object-
AllowUseOfCommonSuppliesFlag: boolean
Maximum Length:
1Contains 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:
360Value that uniquely identifies the customer on the sales order for this pick. -
DestinationAccount: string
Maximum Length:
4000Financial account that includes depreciation expenses. -
DestinationLocator: string
Maximum Length:
4000Locator that identifies where to deposit the picked item. -
DestinationSubinventory: string
Maximum Length:
10Subinventory that identifies where to deposit the picked item. -
dffs: array
Flexfields for Pick Slip Lines
Title:
Flexfields for Pick Slip LinesThe Flexfields for Pick Slip Lines resource manages descriptive flexfields for the pick slip line. -
ErrorCode: string
Maximum Length:
240Abbreviation that identifies the error. -
ErrorExplanation: string
Maximum Length:
240Explanation of why the error occurred. -
inventoryAttributesDFF: array
Flexfields for Inventory Attributes
Title:
Flexfields for Inventory AttributesThe 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:
300Value that uniquely identifies the item. -
itemLots: array
Lot Details
Title:
Lot DetailsThe Lot Details resource manages lot details for the item picked. -
itemSerials: array
Serial Details
Title:
Serial DetailsThe 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:
LinksThe 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:
30Document 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 CostsThe 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:
18Revision of the item. -
SecondaryRequestedQuantity: number
Quantity that the transaction requests using the secondary unit of measure.
-
SecondaryUOM: string
Maximum Length:
25Abbreviation that identifies the secondary unit of measure to use for the quantity. -
ShippingPriority: string
Maximum Length:
80Importance of shipping an item when compared to other items. -
ShipToLocation: string
Read Only:
trueLocation where the supplier ships the items that the pick line references. -
SourceLocator: string
Maximum Length:
4000Locator that identifies where to pick the item. -
SourceOrder: string
Maximum Length:
150Value that uniquely identifies the fulfillment order. -
SourceOrderLine: string
Maximum Length:
150Value that uniquely identifies the fulfillment order line. -
SourceSubinventory: string
Maximum Length:
10Subinventory to use when picking the item. -
TransactionId: integer
(int64)
Value that uniquely identifies the transaction.
-
TransactionType: string
Maximum Length:
80Name of the transaction type. -
UOM: string
Maximum Length:
25Primary unit of measure to use when picking the item.
Nested Schema : Flexfields for Pick Slip Lines
Type:
arrayTitle:
Flexfields for Pick Slip LinesThe Flexfields for Pick Slip Lines resource manages descriptive flexfields for the pick slip line.
Show Source
Nested Schema : Flexfields for Inventory Attributes
Type:
arrayTitle:
Flexfields for Inventory AttributesThe 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:
arrayTitle:
Lot DetailsThe Lot Details resource manages lot details for the item picked.
Show Source
Nested Schema : Serial Details
Type:
arrayTitle:
Serial DetailsThe 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:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Project Costs
Type:
arrayTitle:
Flexfields for Project CostsThe 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:
ContextMaximum Length:30Descriptive flexfield context name for pick lines. -
__FLEX_Context_DisplayValue: string
Title:
ContextDescriptive flexfield context display value for pick lines. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionId: integer
(int64)
Value that uniquely identifies the transaction.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : pickSlipDetails-pickLines-inventoryAttributesDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:40Descriptive flexfield context name for inventory attributes. This attribute is associated with a feature that requires opt in. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value for inventory attributes. This attribute is associated with a feature that requires opt in. -
countryOfOriginCode: string
Title:
Country of OriginMaximum Length:2Abbreviation that identifies the country of origin. This attribute is associated with a feature that requires opt in. -
countryOfOriginCode_Display: string
Title:
Country of OriginName of the country of origin. This attribute is associated with a feature that requires opt in. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
projectId: integer
(int64)
Title:
ProjectValue that uniquely identifies the project. This attribute is associated with a feature that requires opt in. -
projectId_Display: string
Title:
ProjectNumber that identifies the project. This attribute is associated with a feature that requires opt in. -
taskId: integer
(int64)
Title:
TaskValue that uniquely identifies the task. This attribute is associated with a feature that requires opt in. -
taskId_Display: string
Title:
TaskNumber 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:
arrayTitle:
LinksThe 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 LotThe 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:
LinksThe link relations associated with the resource instance. -
Lot: string
Read Only:
trueMaximum Length:80Value 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 AttributesThe Flexfields for Lot Attributes resource manages descriptive flexfields for the lot attribute. -
LotExpirationDate: string
(date)
Read Only:
trueDate controlling the availability of the lot for transaction and planning purposes. -
LotMaturityDate: string
(date-time)
Read Only:
trueDate when the lot reaches full maturity. -
LotOriginationDate: string
(date-time)
Read Only:
trueLot creation date. -
lotStandardDFFs: array
Flexfields for Lots
Title:
Flexfields for LotsThe Flexfields for Lots resource manages descriptive flexfields for the lot. -
Quantity: number
Read Only:
trueQuantity picked for the lot number. -
SecondaryQuantity: number
Read Only:
trueQuantity picked for the lot number using the secondary unit of measure.
Nested Schema : Serial Details in the Lot
Type:
arrayTitle:
Serial Details in the LotThe 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:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Lot Attributes
Type:
arrayTitle:
Flexfields for Lot AttributesThe Flexfields for Lot Attributes resource manages descriptive flexfields for the lot attribute.
Show Source
Nested Schema : Flexfields for Lots
Type:
arrayTitle:
Flexfields for LotsThe 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:
80Starting serial number in a range of serial numbers. Applies when the warehouse places the item under lot and serial control. -
links: array
Links
Title:
LinksThe 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 LotsThe 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 LotsThe Flexfields for Serials That Control Lots resource manages descriptive flexfields for serials. Use it when a serial controls the lot. -
SerialQuantity: number
Read Only:
trueQuantity entered for serials of a lot-controlled and serial-controlled item. -
ToSerialNumber: string
Maximum Length:
80Ending serial number in a range of serial numbers. Applies when the warehouse places the item under lot and serial control.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Serials That Control Items and Lots
Type:
arrayTitle:
Flexfields for Serials That Control Items and LotsThe 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:
arrayTitle:
Flexfields for Serials That Control LotsThe 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 ValueMaximum Length:30Descriptive flexfield context name for serial attributes. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for serial attributes. -
FmSerialNumber: string
Maximum Length:
80Starting 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:
LinksThe link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Value that uniquely identifies the transaction the serial.
Nested Schema : Links
Type:
arrayTitle:
LinksThe 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 ValueMaximum Length:30Descriptive flexfield context name for lot and serial attributes. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for lot and serial attributes. -
FmSerialNumber: string
Maximum Length:
80Starting 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:
LinksThe 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:
arrayTitle:
LinksThe 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 ValueMaximum Length:30Descriptive flexfield context name for lot attributes. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for lot attributes. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LotNumber: string
Maximum Length:
80Value 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:
arrayTitle:
LinksThe 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 ValueMaximum Length:30Descriptive flexfield context name for lots. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for lots. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LotNumber: string
Maximum Length:
80Value 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:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : pickSlipDetails-pickLines-itemSerials-item-response
Type:
Show Source
object-
FromSerialNumber: string
Read Only:
trueMaximum Length:80Starting serial number in a range of serial numbers. Applies when the warehouse places the item under serial control. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
serialAttributeDFFs: array
Flexfields for Serial Attributes
Title:
Flexfields for Serial AttributesThe Flexfields for Serial Attributes resource manages descriptive flexfields for the serial attribute. Use it when a serial controls the item. -
SerialQuantity: number
Read Only:
trueQuantity entered for serials of a serial-controlled item. -
serialStandardDFFs: array
Flexfields for Serials
Title:
Flexfields for SerialsThe Flexfields for Serials resource manages descriptive flexfields for the serial. Use it when a serial controls the item. -
ToSerialNumber: string
Read Only:
trueMaximum Length:80Ending serial number in a range of serial numbers. Applies when the warehouse places the item under serial control.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Serial Attributes
Type:
arrayTitle:
Flexfields for Serial AttributesThe 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:
arrayTitle:
Flexfields for SerialsThe 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 ValueMaximum Length:30Descriptive flexfield context name for serial attributes. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for serial attributes. -
FmSerialNumber: string
Maximum Length:
80Starting 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:
LinksThe link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Value that uniquely identifies the transaction the serial.
Nested Schema : Links
Type:
arrayTitle:
LinksThe 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 ValueMaximum Length:30Descriptive flexfield context name for lot and serial attributes. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for lot and serial attributes. -
FmSerialNumber: string
Maximum Length:
80Starting 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:
LinksThe 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:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type:
objectDiscriminator: __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 ValueMaximum Length:40Default Value:AP_Distribution_SetsDescriptive flexfield context name for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project costs. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe 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 ValueMaximum Length:40Default Value:AP_Invoice_DistributionDescriptive flexfield context name for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project costs. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe 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 ValueMaximum Length:40Default Value:AP_Invoice_LineDescriptive flexfield context name for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project costs. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe 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 ValueMaximum Length:40Default Value:EXM_Expense_ReportDescriptive flexfield context name for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project costs. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe 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 ValueMaximum Length:40Default Value:EXM_Expense_Report_LineDescriptive flexfield context name for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project costs. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe 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 ValueMaximum Length:40Default Value:INV_Misc_TransactionsDescriptive flexfield context name for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project costs. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe 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 ValueMaximum Length:40Default Value:OM_Sales_OrderDescriptive flexfield context name for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project costs. -
billableFlag: string
Title:
BillableMaximum Length:1Billable -
billableFlag_Display: string
Title:
BillableBillable -
capitalizableFlag: string
Title:
CapitalizableMaximum Length:1Capitalizable -
capitalizableFlag_Display: string
Title:
CapitalizableCapitalizable -
contractId: integer
(int64)
Title:
Contract NumberContract Number -
contractId_Display: string
Title:
Contract NumberContract Number -
expenditureItemDate: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
expenditureTypeId: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
expenditureTypeId_Display: string
Title:
Expenditure TypeExpenditure Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
organizationId: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
organizationId_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
projectId: integer
(int64)
Title:
Project NumberProject Number -
projectId_Display: string
Title:
Project NumberProject Number -
reservedAttribute1: string
Title:
Funding SourceMaximum Length:150Funding Source -
reservedAttribute1_Display: string
Title:
Funding SourceFunding Source -
taskId: integer
(int64)
Title:
Task NumberTask Number -
taskId_Display: string
Title:
Task NumberTask Number -
TransactionId: integer
(int64)
Value that uniquely identifies the transaction for project costs.
-
workTypeId: integer
(int64)
Title:
Work TypeWork Type -
workTypeId_Display: string
Title:
Work TypeWork 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 ValueMaximum Length:40Default Value:PJC_AllDescriptive flexfield context name for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project costs. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_DisplayValue: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_DisplayValue: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe 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 ValueMaximum Length:40Default Value:PJC_Expenditure_BatchDescriptive flexfield context name for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project costs. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe 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 ValueMaximum Length:40Default Value:POR_RequisitionDescriptive flexfield context name for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project costs. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe 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 ValueMaximum Length:40Default Value:POR_User_PreferencesDescriptive flexfield context name for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project costs. -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
links: array
Links
Title:
LinksThe 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 ValueMaximum Length:40Default Value:PO_Purchase_OrderDescriptive flexfield context name for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project costs. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe 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 ValueMaximum Length:40Default Value:PO_Purchase_Order_LineDescriptive flexfield context name for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project costs. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe 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 ValueMaximum Length:40Default Value:PO_Purchase_Order_ScheduleDescriptive flexfield context name for project costs. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for project costs. -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: integer
(int64)
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: integer
(int64)
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: integer
(int64)
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: integer
(int64)
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: integer
(int64)
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: integer
(int64)
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionId: integer
(int64)
Value that uniquely identifies the transaction for project costs.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Examples
This example describes how to get all pick slip details.
Example cURL Command
Use the following cURL command to submit a request on the REST resource. This example gets all pick slip details for pick slip 1129157:
curl -u username:password "https://servername/fscmRestApi/resources/version/pickSlipDetails?q=PickSlip=1129157&expand=pickLines,pickLines.itemLots,pickLines.itemSerials,pickLines.itemLots.itemLotSerials"
Example Response Body
The following example includes the contents of the response body in JSON format:
{
"items" : [ {
"PickSlip" : 1129157,
"PickWave" : null,
"Organization" : "M1",
"NumberOfPicks" : 4,
"DueDate" : "2015-06-18",
"Order" : null,
"Customer" : null,
"ShippingMethod" : null,
"CreationDate" : "2015-06-18 12:22:41.442829",
"Shipment" : null,
"MovementRequest" : "300100051680881",
"ShipToLocation" : null,
"pickLines" : [ {
"ShipToLocation" : null,
"Customer" : null,
"DestinationAccount" : null,
"DestinationLocator" : null,
"DestinationSubinventory" : "Staging1",
"Item" : "INV-100",
"TransactionId" : 22253367,
"PickSlip" : 1129157,
"PickSlipLine" : 1,
"RequestedQuantity" : 1,
"RequiredDate" : "2015-06-18",
"Revision" : null,
"SecondaryRequestedQuantity" : null,
"SecondaryUOM" : null,
"ShippingPriority" : null,
"SourceLocator" : null,
"SourceOrder" : null,
"SourceOrderLine" : null,
"SourceSubinventory" : "DSR-NLOC-1",
"TransactionType" : "Movement Request Transfer",
"UOM" : "Each",
"MovementRequest" : "300100051680881",
"MovementRequestLine" : "1",
"links" : [ {
"rel" : "self",
"href" : "https://servername/fscmRestApi/resources/version/pickSlipDetails/1129157/child/pickLines/22253367",
"name" : "pickLines",
"kind" : "item"
}, {
"rel" : "canonical",
"href" : "https://servername/fscmRestApi/resources/version/pickSlipDetails/1129157/child/pickLines/22253367",
"name" : "pickLines",
"kind" : "item"
}, {
"rel" : "parent",
"href" : "https://servername/fscmRestApi/resources/version/pickSlipDetails/1129157",
"name" : "pickSlipDetails",
"kind" : "item"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/pickSlipDetails/1129157/child/pickLines/22253367/child/itemSerials",
"name" : "itemSerials",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/pickSlipDetails/1129157/child/pickLines/22253367/child/itemLots",
"name" : "itemLots",
"kind" : "collection"
} ]
}, {
"ShipToLocation" : null,
"Customer" : null,
"DestinationAccount" : null,
"DestinationLocator" : null,
"DestinationSubinventory" : "Staging1",
"Item" : "INV-101",
"TransactionId" : 22253369,
"PickSlip" : 1129157,
"PickSlipLine" : 2,
"RequestedQuantity" : 1,
"RequiredDate" : "2015-06-18",
"Revision" : null,
"SecondaryRequestedQuantity" : null,
"SecondaryUOM" : null,
"ShippingPriority" : null,
"SourceLocator" : null,
"SourceOrder" : null,
"SourceOrderLine" : null,
"SourceSubinventory" : "DSR-NLOC-1",
"TransactionType" : "Movement Request Transfer",
"UOM" : "Each",
"MovementRequest" : "300100051680881",
"MovementRequestLine" : "2",
"links" : [ {
"rel" : "self",
"href" : "https://servername/fscmRestApi/resources/version/pickSlipDetails/1129157/child/pickLines/22253369",
"name" : "pickLines",
"kind" : "item"
}, {
"rel" : "canonical",
"href" : "https://servername/fscmRestApi/resources/version/pickSlipDetails/1129157/child/pickLines/22253369",
"name" : "pickLines",
"kind" : "item"
}, {
"rel" : "parent",
"href" : "https://servername/fscmRestApi/resources/version/pickSlipDetails/1129157",
"name" : "pickSlipDetails",
"kind" : "item"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/pickSlipDetails/1129157/child/pickLines/22253369/child/itemSerials",
"name" : "itemSerials",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/pickSlipDetails/1129157/child/pickLines/22253369/child/itemLots",
"name" : "itemLots",
"kind" : "collection"
} ]
}, {
"ShipToLocation" : null,
"Customer" : null,
"DestinationAccount" : null,
"DestinationLocator" : null,
"DestinationSubinventory" : "Staging1",
"Item" : "INV-102",
"TransactionId" : 22253372,
"PickSlip" : 1129157,
"PickSlipLine" : 3,
"RequestedQuantity" : 1,
"RequiredDate" : "2015-06-18",
"Revision" : null,
"SecondaryRequestedQuantity" : null,
"SecondaryUOM" : null,
"ShippingPriority" : null,
"SourceLocator" : null,
"SourceOrder" : null,
"SourceOrderLine" : null,
"SourceSubinventory" : "DSR-NLOC-1",
"TransactionType" : "Movement Request Transfer",
"UOM" : "Each",
"MovementRequest" : "300100051680881",
"MovementRequestLine" : "3",
"links" : [ {
"rel" : "self",
"href" : "https://servername/fscmRestApi/resources/version/pickSlipDetails/1129157/child/pickLines/22253372",
"name" : "pickLines",
"kind" : "item"
}, {
"rel" : "canonical",
"href" : "https://servername/fscmRestApi/resources/version/pickSlipDetails/1129157/child/pickLines/22253372",
"name" : "pickLines",
"kind" : "item"
}, {
"rel" : "parent",
"href" : "https://servername/fscmRestApi/resources/version/pickSlipDetails/1129157",
"name" : "pickSlipDetails",
"kind" : "item"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/pickSlipDetails/1129157/child/pickLines/22253372/child/itemSerials",
"name" : "itemSerials",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/pickSlipDetails/1129157/child/pickLines/22253372/child/itemLots",
"name" : "itemLots",
"kind" : "collection"
} ]
}, {
"ShipToLocation" : null,
"Customer" : null,
"DestinationAccount" : null,
"DestinationLocator" : null,
"DestinationSubinventory" : "Staging1",
"Item" : "VC110",
"TransactionId" : 22253374,
"PickSlip" : 1129157,
"PickSlipLine" : 4,
"RequestedQuantity" : 1,
"RequiredDate" : "2015-06-18",
"Revision" : "A",
"SecondaryRequestedQuantity" : null,
"SecondaryUOM" : null,
"ShippingPriority" : null,
"SourceLocator" : null,
"SourceOrder" : null,
"SourceOrderLine" : null,
"SourceSubinventory" : "DSR-NLOC-1",
"TransactionType" : "Movement Request Transfer",
"UOM" : "Each",
"MovementRequest" : "300100051680881",
"MovementRequestLine" : "4",
"links" : [ {
"rel" : "self",
"href" : "https://servername/fscmRestApi/resources/version/pickSlipDetails/1129157/child/pickLines/22253374",
"name" : "pickLines",
"kind" : "item"
}, {
"rel" : "canonical",
"href" : "https://servername/fscmRestApi/resources/version/pickSlipDetails/1129157/child/pickLines/22253374",
"name" : "pickLines",
"kind" : "item"
}, {
"rel" : "parent",
"href" : "https://servername/fscmRestApi/resources/version/pickSlipDetails/1129157",
"name" : "pickSlipDetails",
"kind" : "item"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/pickSlipDetails/1129157/child/pickLines/22253374/child/itemSerials",
"name" : "itemSerials",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/pickSlipDetails/1129157/child/pickLines/22253374/child/itemLots",
"name" : "itemLots",
"kind" : "collection"
} ]
} ],
"links" : [ {
"rel" : "self",
"href" : "https://servername/fscmRestApi/resources/version/pickSlipDetails/1129157",
"name" : "pickSlipDetails",
"kind" : "item"
}, {
"rel" : "canonical",
"href" : "https://servername/fscmRestApi/resources/version/pickSlipDetails/1129157",
"name" : "pickSlipDetails",
"kind" : "item"
} ]
} ],
"count" : 1,
"hasMore" : false,
"limit" : 25,
"offset" : 0,
"links" : [ {
"rel" : "self",
"href" : "https://servername/fscmRestApi/resources/version/pickSlipDetails",
"name" : "pickSlipDetails",
"kind" : "collection"
} ]
}