GET action not supported
get
/fscmRestApi/resources/11.13.18.05/receivingTransactions
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: Finds receiving transactions.
Finder Variables:- GroupId; integer; Value that uniquely identifies the group of transactions.
- PrimaryKey: Finds receiving transactions.
-
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 -
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:
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 : receivingTransactions
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 : receivingTransactions-item-response
Type:
Show Source
object
-
ErrorCode: string
Abbreviation that identifies the error that occurred when calling the service. If the call is successful, then this attribute is empty.
-
ErrorExplanation: string
Message text of the error that occurred when calling the service. If the call is successful, then this attribute is empty.
-
ErrorUniqueTransactionId: string
Value that uniquely identifies the receipt line that caused the error. If the call is successful, then this attribute is empty.
-
GroupId: integer
Value that uniquely identifies the group of transactions from each service call. The application provides this value. It is recommended that you leave this attribute empty.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ReturnStatus: string
Status of the current service call. Values include SUCCESS or FAILURE.
-
transactionLines: array
Transaction Lines
Title:
Transaction Lines
The Transaction Lines resource manages details about the transaction and the inbound shipment line.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Transaction Lines
Type:
array
Title:
Transaction Lines
The Transaction Lines resource manages details about the transaction and the inbound shipment line.
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 : receivingTransactions-transactionLines-item-response
Type:
Show Source
object
-
Amount: number
Transaction amount in the purchase order currency. This attribute applies to fixed price lines.
-
ASNLineNumber: integer
(int64)
Number that identifies the line on the advanced shipment notice.
-
AutoTransactCode: string
Maximum Length:
25
Abbreviation that determines whether to complete subsequent transactions. Values include SHIP, RECEIVE, or DELIVER. For example, if the transaction type is RECEIVE, and if the auto transact code is DELIVER, then the warehouse will complete the putaway when it processes the receipt. -
BUId: integer
(int64)
Value that uniquely identifies the business unit. For a purchase order receipt, this column references the procurement business unit of the supplier site. For an RMA (return material authorization) receipt, this column references the RMA business unit.
-
BusinessUnit: string
Maximum Length:
240
Name of the business unit. For a purchase order receipt, this column references the procurement business unit of the supplier site. For an RMA (return material authorization) receipt, this column references the RMA business unit. -
Comments: string
Maximum Length:
240
Description of the receiving that occurred when receiving the item. -
ConsignmentLine: string
Maximum Length:
1
Determines whether the receiving transaction is for a consigned item. -
ContainerNumber: string
Maximum Length:
35
Container number for the receipt line of the receiving shipment. -
CountryOfOriginCode: string
Maximum Length:
2
Abbreviation that identifies the country of manufacture for this item. -
CreateDebitMemo: string
Maximum Length:
1
Determines whether to create a debit memo. -
CurrencyCode: string
Maximum Length:
15
Abbreviation that identifies the currency of the receiving transaction. -
CurrencyConversionDate: string
(date)
Date when the currency conversion occurred for the receipt. Use this attribute only for a purchase order receipt.
-
CurrencyConversionRate: number
Currency conversion rate for the receipt. Use this attribute only for a purchase order receipt.
-
CurrencyConversionType: string
Maximum Length:
30
Type of currency conversion rate for the purchase order. Use this attribute only for a purchase order receipt. -
CustomerId: integer
(int64)
Value that uniquely identifies the customer.
-
CustomerItemId: integer
(int64)
Value that uniquely identifies the customer for the item.
-
CustomerItemNumber: string
Maximum Length:
50
Customer item number that references the item. -
CustomerPartyName: string
Maximum Length:
360
Name of the customer. -
CustomerPartyNumber: string
Maximum Length:
30
Value that uniquely identifies the customer party. -
DeliverToLocationCode: string
Maximum Length:
60
Abbreviation that identifies the deliver-to location. -
DeliverToLocationId: integer
(int64)
Value that uniquely identifies the deliver-to location.
-
DeliverToPersonId: integer
(int64)
Value that uniquely identifies the deliver-to person or the requester.
-
DeliverToPersonName: string
Maximum Length:
240
Name of the deliver-to person or the requester. -
DestinationTypeCode: string
Maximum Length:
25
Abbreviation that identifies the destination type for the receiving transaction. -
DocumentDistributionNumber: integer
(int64)
Number that identifies the document distribution for the receiving transaction.
-
DocumentLineNumber: integer
(int64)
Number that identifies the document line number for the receiving transaction.
-
DocumentNumber: string
Maximum Length:
30
Number that identifies the document for the receiving transaction. -
DocumentScheduleNumber: integer
(int64)
Number that identifies the document schedule for the receiving transaction.
-
EmployeeId: integer
(int64)
Value that uniquely identifies the employee who performed the receiving transaction.
-
EmployeeName: string
Maximum Length:
240
Name of the employee who performed the receiving transaction. -
Exception: string
Maximum Length:
1
Contains Y or N. Y: record an exception on the receiving transaction. N: do not record an exception on the receiving transaction. -
ExternalSystemPackingUnit: string
Maximum Length:
150
Packing unit from a warehouse management system that resides outside of Oracle Fusion Applications. -
FromLocator: string
Maximum Length:
81
Source locator name for the receiving transaction. -
FromLocatorId: integer
(int64)
Value that uniquely identifies the source locator for the receiving transaction.
-
FromOrganizationCode: string
Maximum Length:
18
Abbreviation that identifies the source organization for an interorganization transfer. -
FromOrganizationId: integer
(int64)
Value that uniquely identifies the source organization for the in-transit shipment.
-
FromSubinventory: string
Maximum Length:
10
Source subinventory name for the receiving transaction. -
InspectionQualityCode: string
Maximum Length:
25
Abbreviation that identifies the inspection quality. The RCV_QUALITY_CODE lookup defines the values that you can use with this attribute. -
InterfaceSourceCode: string
Maximum Length:
30
Default Value:REST
Abbreviation that identifies the source of the receiving transaction. -
InterfaceSourceLineId: integer
(int64)
Value that uniquely identifies the source line.
-
ItemDescription: string
Maximum Length:
240
Description of the item. -
ItemId: integer
(int64)
Value that uniquely identifies the inventory item.
-
ItemNumber: string
Maximum Length:
300
Name of the item. -
ItemRevision: string
Maximum Length:
18
Revision number of the item. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Locator: string
Maximum Length:
81
Name of the destination locator for the receiving transaction. -
LocatorId: integer
(int64)
Value that uniquely identifies the destination locator for the receiving transaction.
-
lotItemLots: array
Lots That Control Items
Title:
Lots That Control Items
The Lots That Control Items resource manages details about the lot. You can use this resource if the lot controls the item that the receipt references. -
lotSerialItemLots: array
Serials and Lots That Control Items
Title:
Serials and Lots That Control Items
The Serials and Lots That Control Items resource manages details about the serial. You can use this resource if the lot and serial control the item. -
OrganizationCode: string
Maximum Length:
18
Abbreviation that identifies the receiving organization. -
OrganizationId: integer
(int64)
Value that uniquely identifies the receiving organization.
-
PackingSlip: string
Maximum Length:
25
Packing slip number of the container to use when packing this item. -
ParentSourceTransactionNumber: string
Maximum Length:
25
Number that identifies the source transaction number of the parent receiving transaction. -
ParentTransactionId: integer
(int64)
Value that uniquely identifies the parent receiving transaction.
-
PhysicalMaterialReturnRequired: string
Maximum Length:
1
Determines whether the return for a transfer order requires a physical return of the item. -
PODistributionId: integer
(int64)
Value that uniquely identifies the purchase order distribution.
-
POHeaderId: integer
(int64)
Value that uniquely identifies the purchase order header.
-
POLineId: integer
(int64)
Value that uniquely identifies the purchase order line.
-
POLineLocationId: integer
(int64)
Value that uniquely identifies the purchase order schedule.
-
PrimaryQuantity: number
Transaction quantity in the primary unit of measure that the item uses.
-
PrimaryUnitOfMeasure: string
Maximum Length:
25
Primary unit of measure that the item in the receiving organization uses. -
PrimaryUOMCode: string
Maximum Length:
3
Abbreviation that identifies the primary unit of measure that the item in the receiving organization uses. -
Quantity: number
Transaction quantity in the unit of measure that the receiving transaction uses.
-
ReasonId: integer
(int64)
Value that uniquely identifies the inventory transaction reason for this receiving transaction.
-
ReasonName: string
Maximum Length:
30
Name of the inventory transaction reason for this receiving transaction. -
ReceiptAdviceDocumentLineNumber: string
Maximum Length:
80
Number that identifies the source document line for the receipt advice. -
ReceiptAdviceDocumentNumber: string
Maximum Length:
80
Number that identifies the source document for the receipt advice. -
ReceiptAdviceDocumentScheduleNumber: string
Maximum Length:
80
Number that identifies the source document schedule for the receipt advice line. -
ReceiptAdviceHeaderId: integer
(int64)
Value that uniquely identifies the receipt advice header.
-
ReceiptAdviceLineId: integer
(int64)
Value that uniquely identifies the receipt advice line.
-
ReceiptSourceCode: string
Maximum Length:
25
Source type of the shipment or receipt. Values include VENDOR, INVENTORY, TRANSFER ORDER, or CUSTOMER. -
receiptTransactionDFF: array
Flexfields for Receipt Transactions
Title:
Flexfields for Receipt Transactions
The Flexfields for Receipt Transactions resource manages details about the receipt transaction that the descriptive flexfield references. -
RMAReference: string
Maximum Length:
30
Number that identifies the return material authorization to use when returning goods to the supplier. -
RoutingHeaderId: integer
(int64)
Value that uniquely identifies the receiving routing. Values include 1 for standard receipt, 2 for inspection required, and 3 for direct delivery.
-
SecondaryQuantity: number
Transaction quantity in the secondary unit of measure that the item uses.
-
SecondaryUnitOfMeasure: string
Maximum Length:
25
Secondary unit of measure that the item in the receiving organization uses. -
SecondaryUOMCode: string
Maximum Length:
3
Abbreviation that identifies the secondary unit of measure that the item in the receiving organization uses. -
serialItemSerials: array
Serials That Control Items
Title:
Serials That Control Items
The Serials That Control Items resource manages details about the serial. You can use this resource if the serial controls the item. -
ShipmentHeaderId: integer
(int64)
Value that uniquely identifies the receiving shipment or the receiving receipt header.
-
ShipmentLineId: integer
(int64)
Value that uniquely identifies the shipment line.
-
ShipmentNumber: string
Maximum Length:
30
Number that the shipment source assigns. This number corresponds to the number for one of the following documents: advanced shipment notice, in-transit shipment, or transfer order shipment. -
ShipToLocationCode: string
Maximum Length:
60
Abbreviation that identifies the receiving location. -
ShipToLocationId: integer
(int64)
Value that uniquely identifies the receiving location.
-
SoldtoLegalEntity: string
Maximum Length:
240
Name of the sold-to legal entity. -
SoldtoLegalEntityId: integer
(int64)
Value that uniquely identifies the sold-to legal entity.
-
SourceDocumentCode: string
Maximum Length:
25
Abbreviation that identifies the type of source document. The RCV_SOURCE_DOCUMENT_TYPE lookup defines the values that you can use with this attribute. -
SourceTransactionNumber: string
Maximum Length:
25
Value that uniquely identifies the transaction identifier in the source system. -
Subinventory: string
Maximum Length:
10
Name of the destination subinventory for the receiving transaction. -
SubstituteItemId: integer
(int64)
Value that uniquely identifies the substitute item.
-
SubstituteItemNumber: string
Maximum Length:
300
Substitute item number for the item on this receipt line. -
SubstituteUnorderedCode: string
Maximum Length:
25
Determines whether the transaction will substitute an item. Value is SUBSTITUTE. -
TransactionDate: string
(date-time)
Date when the receiving transactions occurred.
-
TransactionType: string
Maximum Length:
25
Type of receiving transaction. The RCV_TRANSACTION_TYPE lookup defines the values that you can use with this attribute. -
TransferOrderHeaderId: integer
(int64)
Value that uniquely identifies the transfer order header.
-
TransferOrderLineId: integer
(int64)
Value that uniquely identifies the transfer order line.
-
UniqueTransactionId: integer
(int64)
Value that uniquely identifies the receiving transaction.
-
UnitOfMeasure: string
Maximum Length:
25
Unit of measure that the receiving transaction uses. -
UOMCode: string
Maximum Length:
3
Abbreviation that identifies the unit of measure that the receiving transaction uses. -
VendorId: integer
(int64)
Value that uniquely identifies the supplier.
-
VendorItemNumber: string
Maximum Length:
300
Number that the supplier uses to identify the item. -
VendorName: string
Maximum Length:
240
Name of the supplier. -
VendorNumber: string
Maximum Length:
30
Number that identifies the supplier. -
VendorSiteCode: string
Maximum Length:
240
Abbreviation that identifies the supplier site for the business unit. -
VendorSiteId: integer
(int64)
Value that uniquely identifies the supplier site.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Lots That Control Items
Type:
array
Title:
Lots That Control Items
The Lots That Control Items resource manages details about the lot. You can use this resource if the lot controls the item that the receipt references.
Show Source
Nested Schema : Serials and Lots That Control Items
Type:
array
Title:
Serials and Lots That Control Items
The Serials and Lots That Control Items resource manages details about the serial. You can use this resource if the lot and serial control the item.
Show Source
Nested Schema : Flexfields for Receipt Transactions
Type:
array
Title:
Flexfields for Receipt Transactions
The Flexfields for Receipt Transactions resource manages details about the receipt transaction that the descriptive flexfield references.
Show Source
Nested Schema : Serials That Control Items
Type:
array
Title:
Serials That Control Items
The Serials That Control Items resource manages details about the serial. You can use this resource if the serial controls the item.
Show Source
Nested Schema : receivingTransactions-transactionLines-lotItemLots-item-response
Type:
Show Source
object
-
ExpirationActionCode: string
Maximum Length:
32
Abbreviation that identifies the expiration action. -
ExpirationActionDate: string
(date)
Date when the warehouse performed the expiration action.
-
GradeCode: string
Maximum Length:
150
Abbreviation that identifies the grade. -
HoldDate: string
(date)
Date when the warehouse applied a hold on the lot.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LotExpirationDate: string
(date)
Date when the item of this lot expires.
-
lotItemLotAttributesDFF: array
Flexfields for Lot Attributes
Title:
Flexfields for Lot Attributes
The Flexfields for Lot Attributes resource manages details about lot attributes that the descriptive flexfield references. Use it when only the lot controls the item. -
lotItemLotsDFF: array
Flexfields for Lots
Title:
Flexfields for Lots
The Flexfields for Lots resource manages details about the lot that the descriptive flexfield references. Use it when only the lot controls the item. -
LotNumber: string
Maximum Length:
80
Lot number for the item. Applies when the warehouse places the item under lot control. -
MaturityDate: string
(date)
Date when the lot matures.
-
OriginationDate: string
(date)
Date when this lot originated.
-
OriginationType: string
Maximum Length:
30
Type of origination for the lot. -
ParentLotNumber: string
Maximum Length:
80
Parent lot number of the lot. -
PrimaryQuantity: number
Transaction quantity for this lot in the primary unit of measure that the item uses.
-
ReasonId: integer
(int64)
Value that uniquely identifies the inventory transaction reason for the receiving transaction for this lot. Applies when the warehouse places the item under lot control.
-
ReasonName: string
Maximum Length:
30
Name of the inventory transaction reason for the receiving transaction for this lot. Applies when the warehouse places the item under lot control. -
RetestDate: string
(date)
Date when the lot is retested. This attribute is based on the lot origination date and the retest interval.
-
SecondaryTransactionQuantity: number
Transaction quantity for this lot in the secondary unit of measure that the item uses.
-
StatusId: integer
(int64)
Value that uniquely identifies the material status.
-
TransactionQuantity: number
Transaction quantity of the item for this lot. Applies when the warehouse places the item under lot control.
-
VendorLotNumber: string
Maximum Length:
150
Supplier lot number.
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 details about lot attributes that the descriptive flexfield references. Use it when only the lot controls the item.
Show Source
Nested Schema : Flexfields for Lots
Type:
array
Title:
Flexfields for Lots
The Flexfields for Lots resource manages details about the lot that the descriptive flexfield references. Use it when only the lot controls the item.
Show Source
Nested Schema : receivingTransactions-transactionLines-lotItemLots-lotItemLotAttributesDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Name of the context for the descriptive flexfield that contains details about each lot attribute. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Display value of the context for the descriptive flexfield that contains details about each lot attribute. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LotNumber: string
Maximum Length:
80
-
TransactionInterfaceId: integer
(int64)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : receivingTransactions-transactionLines-lotItemLots-lotItemLotsDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Name of the context for the descriptive flexfield that contains details about each lot. Applies when the warehouse places the item under lot control. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Display value of the context for the descriptive flexfield that contains details about each lot. Applies when the warehouse places the item under lot control. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LotNumber: string
Maximum Length:
80
-
TransactionInterfaceId: integer
(int64)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : receivingTransactions-transactionLines-lotSerialItemLots-item-response
Type:
Show Source
object
-
ExpirationActionCode: string
Maximum Length:
32
Abbreviation that identifies the expiration action. -
ExpirationActionDate: string
(date)
Date when the warehouse performed the expiration action.
-
GradeCode: string
Maximum Length:
150
Abbreviation that identifies the grade. -
HoldDate: string
(date)
Date when the warehouse applied a hold on the lot.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LotExpirationDate: string
(date)
Date when the item of this lot expires.
-
LotNumber: string
Maximum Length:
80
Lot number for the item. Applies when the warehouse places the item under lot and serial control. -
lotSerialItemLotAttributesDFF: array
Flexfields for Lot Attributes That Share Control
Title:
Flexfields for Lot Attributes That Share Control
The Flexfields for Lot Attributes That Share Control resource manages details about the lot attributes that the descriptive flexfield references. Use it when lots and serials control the item. -
lotSerialItemLotsDFF: array
Flexfields for Lots That Share Control
Title:
Flexfields for Lots That Share Control
The Flexfields for Lots That Share Control resource manages details about the lot that the descriptive flexfield references. Use it when lots and serials control the item. -
lotSerialItemSerials: array
Lots and Serials That Control Items
Title:
Lots and Serials That Control Items
The Lots and Serials That Control Items resource manages details about the lot. You can use this resource if the lot and serial controls the item. -
MaturityDate: string
(date)
Date when the lot matures.
-
OriginationDate: string
(date)
Date when this lot originated.
-
OriginationType: string
Maximum Length:
30
Type of origination. -
ParentLotNumber: string
Maximum Length:
80
Parent lot number of the lot. -
PrimaryQuantity: number
Transaction quantity for this lot in the primary unit of measure that the item uses.
-
ReasonId: integer
(int64)
Value that uniquely identifies the inventory transaction reason for this receiving transaction for this lot. Applies when the warehouse places the item under lot and serial control.
-
ReasonName: string
Maximum Length:
30
Name of the inventory transaction reason for this receiving transaction for this lot. Applies when the warehouse places the item under lot and serial control. -
RetestDate: string
(date)
Date when the lot is retested. This attribute is based on the lot origination date and the retest interval.
-
SecondaryTransactionQuantity: number
Transaction quantity for this lot in the secondary unit of measure that the item uses.
-
StatusId: integer
(int64)
Value that uniquely identifies the material status.
-
TransactionQuantity: number
Transaction quantity of the item for this lot. Applies when the warehouse places the item under lot and serial control.
-
VendorLotNumber: string
Maximum Length:
150
Supplier lot number.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Lot Attributes That Share Control
Type:
array
Title:
Flexfields for Lot Attributes That Share Control
The Flexfields for Lot Attributes That Share Control resource manages details about the lot attributes that the descriptive flexfield references. Use it when lots and serials control the item.
Show Source
Nested Schema : Flexfields for Lots That Share Control
Type:
array
Title:
Flexfields for Lots That Share Control
The Flexfields for Lots That Share Control resource manages details about the lot that the descriptive flexfield references. Use it when lots and serials control the item.
Show Source
Nested Schema : Lots and Serials That Control Items
Type:
array
Title:
Lots and Serials That Control Items
The Lots and Serials That Control Items resource manages details about the lot. You can use this resource if the lot and serial controls the item.
Show Source
Nested Schema : receivingTransactions-transactionLines-lotSerialItemLots-lotSerialItemLotAttributesDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Name of the context for the descriptive flexfield that contains details about each lot attribute. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Display value of the context for the descriptive flexfield that contains details about each lot attribute. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LotNumber: string
Maximum Length:
80
-
TransactionInterfaceId: integer
(int64)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : receivingTransactions-transactionLines-lotSerialItemLots-lotSerialItemLotsDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Name of the context for the descriptive flexfield that contains details about each lot. Applies when the warehouse places the item under lot control. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Display value of the context for the descriptive flexfield that contains details about each lot. Applies when the warehouse places the item under lot control. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LotNumber: string
Maximum Length:
80
-
TransactionInterfaceId: integer
(int64)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : receivingTransactions-transactionLines-lotSerialItemLots-lotSerialItemSerials-item-response
Type:
Show Source
object
-
FromSerialNumber: string
Maximum Length:
80
Starting serial number in the 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. -
lotSerialItemSerialAttributesDFF: array
Flexfields for Serial Attributes That Share Control
Title:
Flexfields for Serial Attributes That Share Control
The Flexfields for Serial Attributes That Share Control resource manages details about the serial attributes that the descriptive flexfield references. Use it when lots and serials control the item. -
lotSerialItemSerialsDFF: array
Flexfields for Serials That Share Control
Title:
Flexfields for Serials That Share Control
The Flexfields for Serials That Share Control resource manages details about the serial that the descriptive flexfield references Use it when lots and serials control the item. -
ToSerialNumber: string
Maximum Length:
80
Ending serial number in the range of serial numbers. Applies when the warehouse places the item under lot and serial control. -
VendorSerialNumber: string
Maximum Length:
80
Supplier serial number.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Serial Attributes That Share Control
Type:
array
Title:
Flexfields for Serial Attributes That Share Control
The Flexfields for Serial Attributes That Share Control resource manages details about the serial attributes that the descriptive flexfield references. Use it when lots and serials control the item.
Show Source
Nested Schema : Flexfields for Serials That Share Control
Type:
array
Title:
Flexfields for Serials That Share Control
The Flexfields for Serials That Share Control resource manages details about the serial that the descriptive flexfield references Use it when lots and serials control the item.
Show Source
Nested Schema : receivingTransactions-transactionLines-lotSerialItemLots-lotSerialItemSerials-lotSerialItemSerialAttributesDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Name of the context for the descriptive flexfield that contains details about each serial attribute. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Display value of the context for the descriptive flexfield that contains details about each serial attribute. -
FromSerialNumber: string
Maximum Length:
80
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransactionInterfaceId: integer
(int64)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : receivingTransactions-transactionLines-lotSerialItemLots-lotSerialItemSerials-lotSerialItemSerialsDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Name of the context for the descriptive flexfield that contains details about each serial. Applies when the warehouse places the item under serial control. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Display value of the context for the descriptive flexfield that contains details about each serial. Applies when the warehouse places the item under serial control. -
FromSerialNumber: string
Maximum Length:
80
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransactionInterfaceId: integer
(int64)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : receivingTransactions-transactionLines-receiptTransactionDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Name of the context for the descriptive flexfield that contains details about each receipt transaction. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Display value of the context for the descriptive flexfield that contains details about each receipt transaction. -
InterfaceTransactionId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : receivingTransactions-transactionLines-serialItemSerials-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 serial control. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
serialItemSerialAttributesDFF: array
Flexfields for Serial Attributes
Title:
Flexfields for Serial Attributes
The Flexfields for Serial Attributes resource manages details about the serial attributes that the descriptive flexfield references. Use it when only the serial controls the item. -
serialItemSerialsDFF: array
Flexfields for Serials
Title:
Flexfields for Serials
The Flexfields for Serials resource manages details about the serials that the descriptive flexfield references. Use it when only the serial controls the item. -
ToSerialNumber: string
Maximum Length:
80
Ending serial number in a range of serial numbers. Applies when the warehouse places the item under serial control. -
VendorSerialNumber: string
Maximum Length:
80
Supplier serial number.
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 details about the serial attributes that the descriptive flexfield references. Use it when only the serial controls the item.
Show Source
Nested Schema : Flexfields for Serials
Type:
array
Title:
Flexfields for Serials
The Flexfields for Serials resource manages details about the serials that the descriptive flexfield references. Use it when only the serial controls the item.
Show Source
Nested Schema : receivingTransactions-transactionLines-serialItemSerials-serialItemSerialAttributesDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Name of the context for the descriptive flexfield that contains details about each serial attribute. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Display value of the context for the descriptive flexfield that contains details about each serial attribute. -
FromSerialNumber: string
Maximum Length:
80
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransactionInterfaceId: integer
(int64)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : receivingTransactions-transactionLines-serialItemSerials-serialItemSerialsDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Name of the context for the descriptive flexfield that contains details about each serial. Applies when the warehouse places the item under serial control. -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Display value of the context for the descriptive flexfield that contains details about each serial. Applies when the warehouse places the item under serial control. -
FromSerialNumber: string
Maximum Length:
80
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TransactionInterfaceId: integer
(int64)
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source