Get all lines
get
/fscmRestApi/resources/11.13.18.05/receivingReturns/{ReturnHeaderId}/child/lines
Request
Path Parameters
-
ReturnHeaderId(required): integer(int64)
Value that uniquely identifies the return header.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables:- PrimaryKey: Finds the return line with the specified primary key.
Finder Variables:- ReturnLineId; integer; Value that uniquely identifies the return line.
- PrimaryKey: Finds the return line with the specified 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:- AccountId; integer; Value that uniquely identifies the account associated with the return.
- ItemDescription; string; Description of the item.
- ItemId; integer; Value that uniquely identifies the inventory item.
- ItemNumber; string; Number that identifies the inventory item.
- LPNId; integer; Value that uniquely identifies the license plate number.
- LicensePlateNumber; string; Name of the license plate number.
- LineStatus; string; Status of the return line. A list of accepted values is defined in the lookup ORA_RCV_SUPP_RET_LINE_STATUS.
- LineStatusCode; string; Abbreviation that identifies the status of the return line. A list of accepted values is defined in the lookup ORA_RCV_SUPP_RET_LINE_STATUS.
- LocatorId; integer; Value that uniquely identifies the locator where the item is located.
- LotNumber; string; Number that identifies the lot.
- PODistributionId; integer; Value that uniquely identifies the purchase order distribution.
- POHeaderId; integer; Value that uniquely identifies the purchase order header.
- POLineId; integer; Value that uniquely identifies the purchase order line.
- POLineLocationId; integer; Value that uniquely identifies the purchase order schedule.
- PONumber; string; Number that identifies the purchase order header.
- ParentTransactionId; integer; Value that uniquely identifies the parent receiving transaction. This attribute is mandatory when creating a referenced return line.
- ParentTransactionTypeCode; string; Abbreviation that identifies the parent transaction type.
- PhysicalMaterialReturnRequiredFlag; boolean; Contains one of the following values: true or false. If true, then physical return of the material is required. If false, then physical return of the material isn't required. The default value is true.
- RMANumber; string; Number that identifies the return material authorization header.
- Reason; string; Reason for the inventory transaction.
- ReasonId; integer; Value that uniquely identifies the inventory transaction reason.
- RecallHeaderId; integer; Value that uniquely identifies the recall notice. This attribute is associated with a feature that requires opt in.
- RecallLineId; integer; Value that uniquely identifies the recall notice line. This attribute is associated with a feature that requires opt in.
- RecallNoticeLineNumber; integer; Number that identifies the recall notice line. This attribute is associated with a feature that requires opt in.
- RecallNoticeNumber; string; Number that identifies the recall notice. This attribute is associated with a feature that requires opt in.
- ReceiptAdviceHeaderId; integer; Value that uniquely identifies the receipt advice header.
- ReceiptAdviceLineId; integer; Value that uniquely identifies the receipt advice line.
- ReceiptNumber; string; Number that identifies the receipt of the shipment in the warehouse.
- RequestedDate; string; Date when the user requested the return line to be shipped.
- ReturnLineId; integer; Value that uniquely identifies the return line.
- ReturnLineNumber; integer; Number that identifies the return line.
- ReturnedById; integer; Value that uniquely identifies the person who created the return line.
- ReturnedByName; string; Name of the person who created the return line.
- ShipmentHeaderId; integer; Value that uniquely identifies the shipment header.
- ShipmentLineId; integer; Value that uniquely identifies the shipment line.
- ShipmentNumber; string; Number that identifies the shipment header.
- Subinventory; string; Code of the subinventory where the item is located.
- SupplierItemNumber; string; Number that identifies the supplier item.
- SupplierLotNumber; string; Number that identifies the supplier lot.
- SupplierRMANumber; string; Number that identifies the supplier return material authorization (RMA) reference.
- TransactionId; integer; Value that uniquely identifies the receiving transaction.
- TransferLPNId; integer; Value that uniquely identifies the transfer license plate number.
- TransferLicensePlateNumber; string; Name of the transfer license plate number.
- TransferOrderDistributionId; integer; Value that uniquely identifies the transfer order distribution.
- TransferOrderHeaderId; integer; Value that uniquely identifies the transfer order header.
- TransferOrderLineId; integer; Value that uniquely identifies the transfer order line.
- TransferOrderNumber; string; Number that identifies the transfer order header.
-
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 : receivingReturns-lines
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 : receivingReturns-lines-item-response
Type:
Show Source
object-
Account: string
Title:
AccountMaximum Length:4000Account associated with the return. -
AccountId: integer
(int64)
Value that uniquely identifies the account associated with the return.
-
AssessableValue: number
Assessable value of the transaction for taxation purposes. If blank, then the default value from the parent transaction is used.
-
CanceledQuantity: number
Read Only:
trueQuantity that is canceled. -
Comments: string
Title:
CommentsMaximum Length:240Comments entered by the user. -
ConsignedItemFlag: boolean
Maximum Length:
1Contains one of the following values: true or false. If true, then the item is consigned. If false, then the item isn't consigned. The default value is false. -
ConsumedQuantity: number
Read Only:
trueQuantity of the parent transaction consumed by the supplier consigned inventory. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the return line. -
CreateDebitMemoFlag: boolean
Maximum Length:
1Contains one of the following values: true or false. If true, then a debit memo will automatically be created. If false, then debit memo won't be automatically created. The default value is false. -
CreationDate: string
(date-time)
Read Only:
trueDate when the return line was created. -
DefaultTaxationCountryCode: string
Maximum Length:
2Abbreviation that identifies the default taxation country. If blank, the default value from the parent transaction is used. -
DestinationType: string
Title:
MeaningRead Only:trueMaximum Length:80Destination type for the material on the parent transaction line. It determines the accounting behavior of the transaction line. The RCV_DESTINATION_TYPE lookup defines the values that you can use with this attribute. -
DestinationTypeCode: string
Read Only:
trueMaximum Length:25Abbreviation that identifies the destination type for the material on the parent transaction line. It determines the accounting behavior of the transaction line. The RCV_DESTINATION_TYPE lookup defines the values that you can use with this attribute. -
DirectTransferOrderFlag: boolean
Read Only:
trueMaximum Length:1Contains one of the following values: true or false. If true, then the line belongs to a transfer order that has been shipped directly from source to destination locations. If false, then the line does not belong to a transfer order that has been shipped directly from source to destination locations. The default value is false. -
DocumentFiscalClassificationCode: string
Maximum Length:
240Abbreviation that identifies the fiscal classification for the document. If blank, then the default value from the parent transaction is used. -
ErrorMessage: string
Title:
Error MessageRead Only:trueMaximum Length:1000Text of the error message, in case of any errors during processing. -
ErrorMessageName: string
Read Only:
trueMaximum Length:240Name of the error message, in case of any errors during processing. -
FinalDischargeLocationId: integer
(int64)
Value that uniquely identifies the final discharge location. If blank, then the default value from the parent transaction is used.
-
FirstPartyTaxRegistrationId: integer
(int64)
Value that uniquely identifies the first party registration. If blank, then the default value from the parent transaction is used.
-
FulfilledQuantity: number
Read Only:
trueQuantity that is fulfilled. -
IntendedUseClassificationId: integer
(int64)
Value that uniquely identifies the intended use classification. If blank, then the default value from the parent transaction is used.
-
InterfaceSourceCode: string
Maximum Length:
30Default Value:RESTAbbreviation that identifies the source of the return line. -
inventoryAttributesDFF: array
Inventory Attributes Descriptive Flexfields
Title:
Inventory Attributes Descriptive FlexfieldsThe descriptive flexfields for inventory attributes. This resource is associated with a feature that requires opt in. -
ItemDescription: string
Read Only:
trueMaximum Length:240Description of the item. -
ItemDualUOMDeviationHigh: number
Title:
Positive Deviation FactorRead Only:trueDeviation allowed on the higher side for a transaction on the secondary quantity derived from the default conversion factor. -
ItemDualUOMDeviationLow: number
Title:
Negative Deviation FactorRead Only:trueDeviation allowed on the lower side for a transaction on the secondary quantity derived from the default conversion factor. -
ItemId: integer
(int64)
Title:
Item IDValue that uniquely identifies the inventory item. -
ItemLocatorControlCode: number
Read Only:
trueValue that indicates the physical area within a subinventory where you store material, such as a row, aisle, bin, or shelf. A list of accepted values is defined in the lookup type EGP_LOCATOR_CONTROL_CODE_TYPE. -
ItemLotControlCode: number
Read Only:
trueValue that indicates the ability to use lot numbers during material transactions for tracking batches of the item in the receiving organization. A list of accepted values is defined in the lookup EGP_LOT_CONTROL_CODE_TYPE. -
ItemLotStatusEnabledFlag: boolean
Read Only:
trueMaximum Length:255Value that indicates if this item is controlled by the material status at the lot level. Valid values are Y (the material status is specified for all lots for this item) and N (lots for this item are not status-controlled). -
ItemNumber: string
Maximum Length:
300Number that identifies the inventory item. -
ItemRevision: string
Maximum Length:
18Revision of the item. -
ItemRevisionControlCode: number
Read Only:
trueValue that indicates if the item is under revision control. Valid values are 1 (not under revision control) and 2 (revision is mandatory when transacting this item). -
ItemSecondaryDefaultIndicator: string
Title:
Defaulting ControlRead Only:trueMaximum Length:30Value that indicates how the conversion between primary and secondary units of measure is handled. Valid values are Default (D), Fixed (F), and No Default (N). -
ItemSerialNumberControlCode: number
Read Only:
trueValue that identifies the number assigned to each unit of an item and is used to track the item in the receiving organization. A list of accepted values is defined in the lookup EGP_SERIAL_NUMBER_CONTROL_TYPE. -
ItemSerialStatusEnabledFlag: boolean
Read Only:
trueMaximum Length:255Value that indicates if this item is controlled by the material status at the serial-number level. Valid values are Y (the material status is specified for all the serial numbers for this item) and N (serial numbers for this item are not status-controlled). -
ItemTrackingQuantityIndicator: string
Read Only:
trueMaximum Length:255Value that uniquely identifies the unit of measure (UOM) that tracks the on-hand stock for the item. Valid values are P (tracks on-hand stock only in the primary UOM) and PS (tracks on-hand stock in both primary and secondary UOMs). -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the return line was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the return line. -
LicensePlateNumber: string
Maximum Length:
30Name of the license plate number. -
lineAttachments: array
Attachments
Title:
AttachmentsThe attachments resource is used to view, create, and update attachments. -
LineStatus: string
Title:
Line StatusRead Only:trueMaximum Length:80Status of the return line. A list of accepted values is defined in the lookup ORA_RCV_SUPP_RET_LINE_STATUS. -
LineStatusCode: string
Read Only:
trueMaximum Length:30Default Value:INCOMPLETEAbbreviation that identifies the status of the return line. A list of accepted values is defined in the lookup ORA_RCV_SUPP_RET_LINE_STATUS. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Locator: string
Title:
LocatorMaximum Length:4000Name of the locator where the item is located. -
LocatorId: integer
(int64)
Title:
Locator IDValue that uniquely identifies the locator where the item is located. -
LotNumber: string
Title:
LotMaximum Length:80Number that identifies the lot. -
LPNId: integer
(int64)
Value that uniquely identifies the license plate number.
-
manufacturerParts: array
Manufacturer Parts
Title:
Manufacturer PartsManufacturer parts associated with a return line. -
OrganizationCode: string
Read Only:
trueMaximum Length:18Abbreviation that identifies the inventory organization. -
OrganizationId: integer
(int64)
Title:
Organization IDRead Only:trueValue that uniquely identifies the inventory organization. -
ParentLineStatus: string
Read Only:
trueMaximum Length:80Status of the parent line. The RCV_LINE_STATUS lookup defines the values that you can use with this attribute. -
ParentTransactionId: integer
(int64)
Value that uniquely identifies the parent receiving transaction. This attribute is mandatory when creating a referenced return line.
-
ParentTransactionTypeCode: string
Read Only:
trueMaximum Length:25Abbreviation that identifies the parent transaction type. -
PhysicalMaterialReturnRequiredFlag: boolean
Title:
Physical Material Return RequiredMaximum Length:1Default Value:trueContains one of the following values: true or false. If true, then physical return of the material is required. If false, then physical return of the material isn't required. The default value is true. -
PODistributionId: integer
(int64)
Read Only:
trueValue that uniquely identifies the purchase order distribution. -
POHeaderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the purchase order header. -
POLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the purchase order line. -
POLineLocationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the purchase order schedule. -
POLineNumber: number
Title:
LineRead Only:trueNumber that identifies the purchase order line. -
PONumber: string
Title:
OrderRead Only:trueMaximum Length:30Number that identifies the purchase order header. -
POReturnTypeCode: string
Read Only:
trueMaximum Length:25Abbreviation that identifies the return type of the purchase order schedule. Valid values are RETURN FOR REPLACEMENT and RETURN FOR CREDIT. -
POScheduleNumber: number
Title:
ScheduleRead Only:trueNumber that identifies the purchase order schedule. -
PrimaryRequestedQuantity: number
Read Only:
trueQuantity to be returned in the primary unit of measure of the item. -
PrimaryUnitOfMeasure: string
Title:
Primary UOMRead Only:trueMaximum Length:25Primary unit of measure of the item. -
PrimaryUOMCode: string
Read Only:
trueMaximum Length:3Abbreviation that identifies the primary unit of measure of the item. -
ProductCategoryCode: string
Maximum Length:
240Abbreviation that identifies the product category. If blank, then the default value from the parent transaction is used. -
ProductFiscalClassificationId: integer
(int64)
Value that uniquely identifies the product fiscal classification. If blank, then the default value from the parent transaction is used.
-
ProductTypeCode: string
Maximum Length:
240Abbreviation that identifies the product type for taxation purposes. If blank, then the default value from the parent transaction is used. -
Reason: string
Title:
ReasonMaximum Length:30Reason for the inventory transaction. -
ReasonId: integer
(int64)
Title:
Reason IDValue that uniquely identifies the inventory transaction reason. -
RecallHeaderId: integer
(int64)
Value that uniquely identifies the recall notice. This attribute is associated with a feature that requires opt in.
-
RecallLineId: integer
(int64)
Value that uniquely identifies the recall notice line. This attribute is associated with a feature that requires opt in.
-
RecallNoticeLineNumber: integer
(int64)
Title:
Recall Notice Line NumberNumber that identifies the recall notice line. This attribute is associated with a feature that requires opt in. -
RecallNoticeNumber: string
Title:
Recall NoticeMaximum Length:60Number that identifies the recall notice. This attribute is associated with a feature that requires opt in. -
ReceiptAdviceHeaderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the receipt advice header. -
ReceiptAdviceLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the receipt advice line. -
ReceiptNumber: string
Read Only:
trueMaximum Length:30Number that identifies the receipt of the shipment in the warehouse. -
ReceivedLotsCount: integer
Read Only:
trueNumber of lots received for this transaction. -
ReceivedSerialsCount: integer
Read Only:
trueNumber of serial numbers received for this transaction. -
referencedDFF: array
Referenced Line Descriptive Flexfields
Title:
Referenced Line Descriptive FlexfieldsThe additional details about referenced return lines. -
RequestedDate: string
(date-time)
Title:
Requested DateDate when the user requested the return line to be shipped. -
RequestedQuantity: number
Title:
Requested QuantityQuantity to be returned. -
ReturnedById: integer
(int64)
Title:
Returned ByValue that uniquely identifies the person who created the return line. -
ReturnedByName: string
Title:
Returned ByMaximum Length:240Name of the person who created the return line. -
ReturnForCreditFlag: boolean
Maximum Length:
1Contains one of the following values: true or false. If true, then the return transaction doesn't reopen the purchase order and the returned quantity is credited in the next receipt. If false, then the return transaction reopens the purchase order because a replacement is expected from the supplier. The default value is false. This attribute is applicable only when the return type is SUPPLIER. -
ReturnLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the return line. -
ReturnLineNumber: integer
(int64)
Title:
LineRead Only:trueNumber that identifies the return line. -
RMALineNumber: string
Read Only:
trueMaximum Length:80Number that identifies the return material authorization line. -
RMANumber: string
Read Only:
trueMaximum Length:80Number that identifies the return material authorization header. -
SecondaryCanceledQuantity: number
Read Only:
trueQuantity that is canceled in the secondary unit of measure of the item. -
SecondaryFulfilledQuantity: number
Read Only:
trueQuantity that is fulfilled in the secondary unit of measure of the item. -
SecondaryRequestedQuantity: number
Title:
Secondary Requested QuantityQuantity to be returned in the secondary unit of measure of the item. -
SecondaryUnitOfMeasure: string
Title:
Secondary UOMMaximum Length:25Secondary unit of measure of the item. -
SecondaryUOMCode: string
Maximum Length:
3Abbreviation that identifies the secondary unit of measure of the item. -
serials: array
Serial Numbers
Title:
Serial NumbersThe serial numbers associated with a return line. -
ShipFromLocationId: integer
(int64)
Value that uniquely identifies the ship-from location for the return line. If blank, then the default value from the parent transaction is used.
-
ShipmentHeaderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the shipment header. -
ShipmentLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the shipment line. -
ShipmentNumber: string
Read Only:
trueMaximum Length:30Number that identifies the shipment header. -
Subinventory: string
Maximum Length:
10Code of the subinventory where the item is located. -
SubinventoryQuantityTrackedCode: integer
(int32)
Title:
Quantity trackedRead Only:trueAbbreviation that determines whether or not the warehouse tracks the on-hand quantity for the item in the subinventory. Contains one of the following values: 1 or 2. If 1, then the warehouse tracks the on-hand quantity for the item in the subinventory. If 2, then the warehouse does not track the on-hand quantity for the item in the subinventory. The default value is 1. -
SupplierItemNumber: string
Title:
Supplier ItemMaximum Length:300Number that identifies the supplier item. -
SupplierLotNumber: string
Title:
Supplier LotMaximum Length:30Number that identifies the supplier lot. -
SupplierRMANumber: string
Title:
RMAMaximum Length:30Number that identifies the supplier return material authorization (RMA) reference. -
TaxClassificationCode: string
Maximum Length:
50Abbreviation that identifies the tax classification. If blank, then the default value from the parent transaction is used. -
TaxInvoiceDate: string
(date)
Date when the tax invoice was created. If blank, then the default value from the parent transaction is used.
-
TaxInvoiceNumber: string
Maximum Length:
150Number of the tax invoice. If blank, then the default value from the parent transaction is used. -
ThirdPartyTaxRegistrationId: integer
(int64)
Value that uniquely identifies the third party registration. If blank, then the default value from the parent transaction is used.
-
TransactionBusinessCategoryCode: string
Maximum Length:
240Abbreviation that identifies the business category of the transaction. If blank, the default value from the parent transaction is used. -
TransactionId: integer
(int64)
Read Only:
trueValue that uniquely identifies the receiving transaction. -
TransferLicensePlateNumber: string
Maximum Length:
30Name of the transfer license plate number. -
TransferLPNId: integer
(int64)
Value that uniquely identifies the transfer license plate number.
-
TransferOrderDistributionId: integer
(int64)
Read Only:
trueValue that uniquely identifies the transfer order distribution. -
TransferOrderHeaderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the transfer order header. -
TransferOrderLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the transfer order line. -
TransferOrderLineNumber: integer
(int32)
Title:
Transfer Order LineRead Only:trueNumber that identifies the transfer order line. -
TransferOrderNumber: string
Title:
Transfer OrderRead Only:trueMaximum Length:50Number that identifies the transfer order header. -
UnitOfMeasure: string
Title:
UOM NameMaximum Length:25Unit of measure used for the return line. -
unreferencedDFF: array
Unreferenced Line Descriptive Flexfields
Title:
Unreferenced Line Descriptive FlexfieldsThe additional details about unreferenced return lines. -
UOMClass: string
Title:
UOM ClassRead Only:trueMaximum Length:10Class that categorizes the unit of measure. -
UOMCode: string
Title:
UOM CodeMaximum Length:3Abbreviation that identifies the unit of measure used for the return line. -
UserDefinedFiscalClassificationCode: string
Maximum Length:
30Abbreviation that identifies the fiscal classification defined by the user. If blank, then the default value from the parent transaction is used.
Nested Schema : Inventory Attributes Descriptive Flexfields
Type:
arrayTitle:
Inventory Attributes Descriptive FlexfieldsThe descriptive flexfields for inventory attributes. This resource is associated with a feature that requires opt in.
Show Source
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Manufacturer Parts
Type:
arrayTitle:
Manufacturer PartsManufacturer parts associated with a return line.
Show Source
Nested Schema : Referenced Line Descriptive Flexfields
Type:
arrayTitle:
Referenced Line Descriptive FlexfieldsThe additional details about referenced return lines.
Show Source
Nested Schema : Serial Numbers
Type:
arrayTitle:
Serial NumbersThe serial numbers associated with a return line.
Show Source
Nested Schema : Unreferenced Line Descriptive Flexfields
Type:
arrayTitle:
Unreferenced Line Descriptive FlexfieldsThe additional details about unreferenced return lines.
Show Source
Nested Schema : receivingReturns-lines-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. -
SupplierReturnLineId: integer
(int64)
Value that uniquely identifies the return line. 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.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
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 : receivingReturns-lines-lineAttachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdThe unique identifier of the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30The category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255The user who created the record. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueThe user name who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEA value that indicates the data type. -
Description: string
Title:
DescriptionMaximum Length:255The description of the attachment. -
DmDocumentId: string
Maximum Length:
255The document ID from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000The folder path from which the attachment is created. -
DmVersionNumber: string
Maximum Length:
255The document version number from which the attachment is created. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeThe error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageThe error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateThe expiration date of the contents in the attachment. -
FileContents: string
(byte)
Title:
File ContentsThe contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048The file name of the attachment. -
FileUrl: string
Title:
File UrlThe URI of the file. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255The user who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueThe user name who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleThe title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeThe content type of the attachment. -
UploadedFileLength: integer
Title:
File SizeThe size of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameThe name to assign to a new attachment file. -
UploadedText: string
Title:
Uploaded TextThe text content for a new text attachment. -
Uri: string
Title:
UriMaximum Length:4000The URI of a Topology Manager type attachment. -
Url: string
Title:
UrlMaximum Length:4000The URL of a web page type attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255The login credentials of the user who created the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : receivingReturns-lines-manufacturerParts-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ManufacturerName: string
Read Only:
trueMaximum Length:360Name of the manufacturer. -
ManufacturerPartNumber: string
Read Only:
trueMaximum Length:150Number issued by the manufacturer that uniquely identifies the individual product.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : receivingReturns-lines-referencedDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Descriptive flexfield context name for referenced return lines. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for referenced return lines. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SupplierReturnLineId: integer
(int64)
Value that uniquely identifies the return line.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : receivingReturns-lines-serials-item-response
Type:
Show Source
object-
FromSerialNumber: string
Maximum Length:
80Number that indicates the starting serial in a range of serial numbers. This number is used to identify an item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ToSerialNumber: string
Maximum Length:
80Number that indicates the last serial in a range of serial numbers. This number is used to identify an item.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : receivingReturns-lines-unreferencedDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:30Descriptive flexfield context name for unreferenced return lines. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value for unreferenced return lines. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SupplierReturnLineId: integer
(int64)
Value that uniquely identifies the return line.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source