Get all packing units
get
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/innerPackingUnits
Request
Path Parameters
-
DeliveryInterfaceId(required): integer(int64)
Value that uniquely identifies the candidate shipment.
-
LPNInterfaceId(required): integer(int64)
Value that uniquely identifies the candidate packing unit.
-
TransactionId(required): integer(int64)
Value that uniquely identifies the shipment transaction request.
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 inner packing units according to the primary key criteria.
Finder Variables:- LPNInterfaceId; integer; Value that uniquely identifies the candidate packing unit.
- PrimaryKey: Finds inner packing units according to the primary key criteria.
-
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:- GrossWeightUOMCode; string; Code that identifies the unit of measure of the gross weight of the packing unit.
- PackingUnit; string; Name of the packing unit.
- TareWeightUOMCode; string; Code that identifies the unit of measure that the tare weight uses for the packing unit.
- VolumeUOMCode; string; Code that identifies the unit of measure that the container volume uses for the packing unit.
-
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 : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits
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 : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-item-response
Type:
Show Source
object-
attachments: array
Attachments for Inner Packing Units
Title:
Attachments for Inner Packing UnitsThe Attachments for Inner Packing Units resource manages details about inner packing unit attachments. -
costs: array
Costs for Inner Packing Units
Title:
Costs for Inner Packing UnitsThe Costs for Inner Packing Units resource manages details about the shipping costs for inner packing units. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the candidate packing unit. -
CreationDate: string
(date-time)
Read Only:
trueDate when the user created the candidate packing unit. -
DFF: array
Flexfields for Costs
Title:
Flexfields for CostsThe Flexfields for Costs resource manages details about shipping costs. -
errors: array
Errors
Title:
ErrorsThe Errors resource manages errors that occur when processing a transaction request. -
FOBCode: string
Maximum Length:
30Abbreviation that identifies ownership of the items that are in-transit. A list of accepted values is defined in the lookup type FOB. -
GrossWeight: number
Weight of the packing unit including contents.
-
GrossWeightUOM: string
Maximum Length:
25Unit of measure of the gross weight of the packing unit. -
GrossWeightUOMCode: string
Maximum Length:
3Code that identifies the unit of measure of the gross weight of the packing unit. -
innerPackingUnits: array
Inner Packing Units
Title:
Inner Packing UnitsThe Inner Packing Units resource manages details about packing units that are packed within a packing unit. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the user most recently updated the candidate packing unit. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the candidate packing unit. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LPNInterfaceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the candidate packing unit. -
MasterSerialNumber: string
Maximum Length:
80Master serial number that identifies the packing unit. -
notes: array
Notes for Inner Packing Units
Title:
Notes for Inner Packing UnitsThe Notes for Inner Packing Units resource manages details about inner packing unit notes, such as packing instructions and shipping instructions. -
packedLines: array
Packed Shipment Lines
Title:
Packed Shipment LinesThe Packed Shipment Lines resource manages details about the shipment lines that are packed within a packing unit. -
PackingUnit: string
Maximum Length:
30Name of the packing unit. -
PackingUnitType: string
Maximum Length:
300Item defining characteristics of a packing unit. -
SealNumber: string
Maximum Length:
30Number that identifies the seal on a packing unit, locker, or truck to prove that the container remained closed during transport. -
TareWeight: number
Weight of the container that contains the packing unit.
-
TareWeightUOM: string
Maximum Length:
25Unit of measure that the tare weight uses for the packing unit. -
TareWeightUOMCode: string
Maximum Length:
3Code that identifies the unit of measure that the tare weight uses for the packing unit. -
TrackingNumber: string
Maximum Length:
30Tracking number of the packing unit. -
Volume: number
Volume of material that the packing unit can hold.
-
VolumeUOM: string
Maximum Length:
25Unit of measure that the container volume uses for the packing unit. -
VolumeUOMCode: string
Maximum Length:
3Code that identifies the unit of measure that the container volume uses for the packing unit.
Nested Schema : Attachments for Inner Packing Units
Type:
arrayTitle:
Attachments for Inner Packing UnitsThe Attachments for Inner Packing Units resource manages details about inner packing unit attachments.
Show Source
Nested Schema : Costs for Inner Packing Units
Type:
arrayTitle:
Costs for Inner Packing UnitsThe Costs for Inner Packing Units resource manages details about the shipping costs for inner packing units.
Show Source
Nested Schema : Flexfields for Costs
Type:
arrayTitle:
Flexfields for CostsThe Flexfields for Costs resource manages details about shipping costs.
Show Source
Nested Schema : Errors
Type:
arrayTitle:
ErrorsThe Errors resource manages errors that occur when processing a transaction request.
Show Source
Nested Schema : Inner Packing Units
Type:
arrayTitle:
Inner Packing UnitsThe Inner Packing Units resource manages details about packing units that are packed within a packing unit.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Notes for Inner Packing Units
Type:
arrayTitle:
Notes for Inner Packing UnitsThe Notes for Inner Packing Units resource manages details about inner packing unit notes, such as packing instructions and shipping instructions.
Show Source
Nested Schema : Packed Shipment Lines
Type:
arrayTitle:
Packed Shipment LinesThe Packed Shipment Lines resource manages details about the shipment lines that are packed within a packing unit.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-attachments-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 IdValue that uniquely identifies the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueLogin that the user used when creating the document. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the attachment. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEAbbreviation that identifies the data type. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Value that uniquely identifies the attached document. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255Number that identifies the version of the attached document. -
DownloadInfo: string
Title:
DownloadInfoJSON formatted string containing information required to programmatically retrieve a large file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeAbbreviation that identifies the error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageText of the error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateDate when the contents in the attachment expires. -
FileContents: string
(byte)
Title:
File ContentsContents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048File name of the attachment. -
FileUrl: string
Title:
File UrlURL (Uniform Resource Locator) that locates the attachment. This attribute contains a value only if the attachment type is a URL. This is the reference to the file uploaded in the Oracle WebCenter Content server. -
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:trueDate when the user most recently updated the attachment. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255User who most recently updated the attachment. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueLogin that the user used when updating the document. -
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:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the attachment. -
UploadedFileLength: integer
Title:
File SizeLength of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameName of the attachment file. -
UploadedText: string
Title:
Uploaded TextText of the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI (Uniform Resource Identifier) appended to the base URI derived from the endpoint associated with application that is identified by the MODULE_ID. -
Url: string
Title:
UrlMaximum Length:4000URL (Uniform Resource Locator) that locates the attachment. This attribute contains a value only if the attachment type is a URL. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255Login that the user used when adding or modifying the attachment.
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 : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-costs-item-response
Type:
Show Source
object-
Amount: number
Amount for the shipping cost for each unit.
-
ConversionDate: string
(date)
Date when the currency conversion occurred.
-
ConversionRate: number
Rate of the currency conversion.
-
ConversionRateTypeCode: string
Maximum Length:
30Abbreviation that identifies the type of currency conversion. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the candidate shipping cost. -
CreationDate: string
(date-time)
Read Only:
trueDate when the user created the candidate shipping cost. -
Currency: string
Maximum Length:
15Abbreviation that identifies the currency of the shipping cost. -
DFF: array
Flexfields for Costs
Title:
Flexfields for CostsThe Flexfields for Costs resource manages details about shipping costs. -
errors: array
Errors for Costs
Title:
Errors for CostsThe Errors for Costs resource manages errors that occur when processing a shipping cost. -
FreightCostInterfaceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the candidate shipping cost. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the user most recently updated the candidate shipping cost. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the candidate shipping cost. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Locator: string
Maximum Length:
2000Concatenated name of the inventory locator that provides the source for material that ships. -
ShippingCostType: string
Maximum Length:
60Type of cost that is predefined in the application. -
Subinventory: string
Maximum Length:
10Subinventory to use when fulfilling the item to be shipped. -
wshFreightCostsInvDFF: array
Flexfields for Inventory Striping Attributes
Title:
Flexfields for Inventory Striping AttributesThe Flexfields for Inventory Striping Attributes resource manages details about inventory striping attributes for shipping costs. This resource is associated with a feature that requires opt in.
Nested Schema : Flexfields for Costs
Type:
arrayTitle:
Flexfields for CostsThe Flexfields for Costs resource manages details about shipping costs.
Show Source
Nested Schema : Errors for Costs
Type:
arrayTitle:
Errors for CostsThe Errors for Costs resource manages errors that occur when processing a shipping cost.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Inventory Striping Attributes
Type:
arrayTitle:
Flexfields for Inventory Striping AttributesThe Flexfields for Inventory Striping Attributes resource manages details about inventory striping attributes for shipping costs. This resource is associated with a feature that requires opt in.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-costs-DFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Descriptive flexfield context name. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value. -
FreightCostInterfaceId: integer
(int64)
Value that uniquely identifies the candidate shipping cost.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-costs-errors-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64User who received the error. -
CreationDate: string
(date-time)
Read Only:
trueDate when the error was generated. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the error was most recently updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the error. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MessageName: string
Maximum Length:
30Name of the error message. -
MessageText: string
Maximum Length:
4000Text of the error message.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-costs-wshFreightCostsInvDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:40Descriptive flexfield context name of the inventory striping attributes for shipment lines. This attribute is associated with a feature that requires opt in. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value of the inventory striping attributes for shipment lines. 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. -
FreightCostInterfaceId: integer
(int64)
Value that uniquely identifies the candidate shipping cost. 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 inventory attribute project. This attribute is associated with a feature that requires opt in. -
projectId_Display: string
Title:
ProjectNumber that identifies the inventory attribute project. This attribute is associated with a feature that requires opt in. -
taskId: integer
(int64)
Title:
TaskValue that uniquely identifies the inventory attribute task. This attribute is associated with a feature that requires opt in. -
taskId_Display: string
Title:
TaskNumber that identifies the inventory attribute 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 : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-DFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Descriptive flexfield context name. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LPNInterfaceId: integer
(int64)
Value that uniquely identifies the candidate packing unit.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-errors-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64User who received the error. -
CreationDate: string
(date-time)
Read Only:
trueDate when the error was generated. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the error was most recently updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the error. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MessageName: string
Maximum Length:
30Name of the error message. -
MessageText: string
Maximum Length:
4000Text of the error message.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-innerPackingUnits-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the candidate packing unit. -
CreationDate: string
(date-time)
Read Only:
trueDate when the user created the candidate packing unit. -
FOBCode: string
Maximum Length:
30Abbreviation that identifies ownership of the items that are in-transit. A list of accepted values is defined in the lookup type FOB. -
GrossWeight: number
Weight of the packing unit including contents.
-
GrossWeightUOM: string
Maximum Length:
25Unit of measure of the gross weight of the packing unit. -
GrossWeightUOMCode: string
Maximum Length:
3Code that identifies the unit of measure of the gross weight of the packing unit. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the user most recently updated the candidate packing unit. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the candidate packing unit. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LPNInterfaceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the candidate packing unit. -
MasterSerialNumber: string
Maximum Length:
80Master serial number that identifies the packing unit. -
PackingUnit: string
Maximum Length:
30Name of the packing unit. -
PackingUnitType: string
Maximum Length:
300Item defining characteristics of a packing unit. -
SealNumber: string
Maximum Length:
30Number that identifies the seal on a packing unit, locker, or truck to prove that the container remained closed during transport. -
TareWeight: number
Weight of the container that contains the packing unit.
-
TareWeightUOM: string
Maximum Length:
25Unit of measure that the tare weight uses for the packing unit. -
TareWeightUOMCode: string
Maximum Length:
3Code that identifies the unit of measure that the tare weight uses for the packing unit. -
TrackingNumber: string
Maximum Length:
30Tracking number of the packing unit. -
Volume: number
Volume of material that the packing unit can hold.
-
VolumeUOM: string
Maximum Length:
25Unit of measure that the container volume uses for the packing unit. -
VolumeUOMCode: string
Maximum Length:
3Code that identifies the unit of measure that the container volume uses for the packing unit.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-notes-item-response
Type:
Show Source
object-
ContactRelationshipId: integer
(int64)
Title:
Contact Relationship IDValue that uniquely identifies the relationship. -
CorpCurrencyCode: string
Title:
Corporate Currency CodeMaximum Length:15Abbreviation that identifies the corporate currency. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the note. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the note. -
CreatorPartyId: integer
(int64)
Title:
Creator Party IDValue that uniquely identifies the person who created the note. -
CurcyConvRateType: string
Title:
Currency Conversion Rate TypeMaximum Length:30Type of currency conversion rate. -
CurrencyCode: string
Title:
CurrencyMaximum Length:15Abbreviation that identifies the currency. -
DeleteFlag: boolean
Title:
Delete IndicatorRead Only:trueContains one of the following values: true or false. If true, then the user can delete the note. If false, then the user cannot delete the note. The default value is false. -
EmailAddress: string
Read Only:
trueMaximum Length:320The email address of the user who created the note. -
FormattedAddress: string
Read Only:
trueThe address of the user who created the note. -
FormattedPhoneNumber: string
Read Only:
trueThe phone number of the user who created the note. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate when the user most recently updated the note. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who most recently updated the note. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32Login that the user used when updating the note. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NoteId: integer
(int64)
Title:
Note IDRead Only:trueValue that uniquely identifies the note. -
NoteNumber: string
Maximum Length:
30The alternate unique identifier of the note. A user key that's system generated or from an external system. -
NoteTitle: string
Title:
TitleMaximum Length:500The title of the note entered by the user. -
NoteTxt: string
(byte)
Title:
NoteText of the actual note. -
NoteTypeCode: string
Title:
TypeMaximum Length:30Abbreviation that identifies the category of the note. -
ParentNoteId: integer
(int64)
Title:
Parent Note IDValue that uniquely identifies the parent note. -
PartyId: integer
(int64)
Read Only:
trueValue that uniquely identifies the party for the note. -
PartyName: string
Title:
AuthorRead Only:trueMaximum Length:360Name of the user who created the record. -
SourceObjectCode: string
Title:
Related Object TypeMaximum Length:30Abbreviation that identifies the object that the OBJECTS metadata defines for the note. -
SourceObjectId: string
Title:
Related ObjectMaximum Length:64Value that uniquely identifies the object that the OBJECTS metadata defines for the note. -
SourceSystem: string
Title:
Source SystemMaximum Length:30This is the source object code for the source object as defined in OBJECTS Metadata. -
UpdateFlag: boolean
Title:
Update IndicatorRead Only:trueContains one of the following values: true or false. If true, then the user can update the note. If false, then the user cannot update the note. The default value is false. -
VisibilityCode: string
Title:
PrivateMaximum Length:30Default Value:INTERNALAbbreviation that identifies the visibility level of the note.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-packedLines-item-response
Type:
Show Source
object-
AssessableValue: number
Value of the item. Each tax authority can use a different assessable value for each item. The tax authority uses this attribute for taxation purposes.
-
attachments: array
Attachments for Packed Shipment Lines
Title:
Attachments for Packed Shipment LinesThe Attachments for Packed Shipment Lines resource manages details about packed shipment line attachments. -
costs: array
Costs for Packed Shipment Lines
Title:
Costs for Packed Shipment LinesThe Costs for Packed Shipment Lines resource manages details about the shipping costs for packed shipment lines. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the candidate shipment line. -
CreationDate: string
(date-time)
Read Only:
trueDate when the user created the candidate shipment line. -
DeliveryDetailInterfaceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the candidate shipment line. -
DFF: array
Flexfields for Packed Shipment Lines
Title:
Flexfields for Packed Shipment LinesThe Flexfields for Packed Shipment Lines resource manages details about packed shipment lines. -
DocumentFiscalClassification: string
Maximum Length:
240Document fiscal classification. -
errors: array
Errors for Packed Shipment Lines
Title:
Errors for Packed Shipment LinesThe Errors for Packed Shipment Lines resource manages errors that occur when processing a packed line. -
FirstPartyTaxRegistrationNumber: string
Maximum Length:
30Number that identifies tax registration for the first party of the transaction. The tax authority uses this attribute for taxation purposes. -
GrossWeight: number
Gross weight of the shipment line.
-
IntendedUse: string
Maximum Length:
30Name of the intended use classification. -
Item: string
Maximum Length:
240Name of the item. -
ItemRevision: string
Maximum Length:
18Revision of the item. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the user most recently updated the candidate shipment line. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the candidate shipment line. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LoadingSequence: number
Sequence to use when loading the shipment line.
-
LocationOfFinalDischargeCode: string
Maximum Length:
60Abbreviation that identifies the final discharge location. -
Locator: string
Maximum Length:
2000Concatenated name of the inventory locator that provides the source for material that ships. -
lots: array
Lots for Packed Shipment Lines
Title:
Lots for Packed Shipment LinesThe Lots for Packed Shipment Lines resource manages details about lot numbers for items under lot control in packed shipment lines. -
NetWeight: number
Net weight of the shipment line.
-
notes: array
Notes for Packed Shipment Lines
Title:
Notes for Packed Shipment LinesThe Notes for Packed Shipment Lines resource manages details about packed shipment line notes, such as packing instructions and shipping instructions. -
Order: string
Title:
Sales OrderRead Only:trueMaximum Length:150Number that identifies the sales order from the order capture application. -
ProductCategory: string
Maximum Length:
240Product category of the transaction line. -
ProductFiscalClassification: string
Maximum Length:
250Product fiscal classification of the transaction line. -
ProductTypeCode: string
Maximum Length:
240Abbreviation that identifies the product type of the inventory item. -
QuantityToBackorder: number
Quantity requested to be back ordered for the shipment line. This attribute is associated with a feature that requires opt in.
-
RequestedQuantityToConsume: number
Requested quantity to consume for this shipment for the shipment line. This attribute is associated with a feature that requires opt in.
-
SecondaryShippedQuantity: number
Shipped quantity, in the secondary unit of measure.
-
SecondaryShippedQuantityUOM: string
Maximum Length:
25Secondary unit of measure for the shipped quantity. -
SecondaryShippedQuantityUOMCode: string
Maximum Length:
3Code that identifies the secondary unit of measure for the shipped quantity. -
serials: array
Serials for Packed Shipment Lines
Title:
Serials for Packed Shipment LinesThe Serials for Packed Shipment Lines resource manages details about serial numbers for items under serial control in packed shipment lines. -
ShipmentLine: integer
(int64)
Value that uniquely identifies the shipment line.
-
ShippedQuantity: number
Shipped quantity.
-
ShippedQuantityUOM: string
Maximum Length:
25Unit of measure for the shipped quantity. -
ShippedQuantityUOMCode: string
Maximum Length:
3Code that identifies the unit of measure for the shipped quantity. -
SoldToCustomer: string
Title:
NameRead Only:trueMaximum Length:360Name of the party who purchased the sales order line. -
Subinventory: string
Maximum Length:
10Subinventory to use when fulfilling the item to be shipped. -
TaxationCountry: string
Maximum Length:
80Country where the transaction occurs. The tax authority uses this attribute for taxation purposes. -
TaxClassificationCode: string
Maximum Length:
50Abbreviation that identifies a group of taxes for reporting and processing. The tax authority uses this attribute for taxation purposes. -
TaxExemptionCertificateNumber: string
Maximum Length:
80Number that identifies the certificate for tax exemption. The tax authority uses this attribute for taxation purposes. -
TaxExemptionReasonCode: string
Maximum Length:
30Abbreviation that identifies the reason for tax exemption. The tax authority uses this attribute for taxation purposes. -
TaxInvoiceDate: string
(date)
Date and time of the tax invoice that you use to meet tax reporting that different countries require.
-
TaxInvoiceNumber: string
Maximum Length:
150Number of the tax invoice that you use to meet tax reporting that different countries require. -
ThirdPartyTaxRegistrationNumber: string
Maximum Length:
30Number that identifies tax registration for the third party of the transaction. The tax authority uses this attribute for taxation purposes. -
TrackingNumber: string
Maximum Length:
30Tracking number of the shipment line. -
TransactionBusinessCategory: string
Maximum Length:
240Name of the business classification. Oracle Fusion Tax uses this value to identify and categorize each transaction that resides outside of Oracle Fusion Tax into a transaction that resides inside Oracle Fusion Tax. -
UserDefinedFiscalClassificationCode: string
Maximum Length:
30Abbreviation that identifies the classification for each tax requirement that you cannot define using the fiscal classification types that already exist. -
Volume: number
Volume of the shipment line.
-
VolumeUOM: string
Maximum Length:
25Unit of measure for the volume of the shipment line. -
VolumeUOMCode: string
Maximum Length:
3Code that identifies the unit of measure for the volume of the shipment line. -
WeightUOM: string
Maximum Length:
25Unit of measure for the weight of the shipment line. -
WeightUOMCode: string
Maximum Length:
3Code that identifies the unit of measure for the weight of the shipment line. -
wshInvStripingDFF: array
Flexfields for Inventory Striping Attributes
Title:
Flexfields for Inventory Striping AttributesThe Flexfields for Inventory Striping Attributes resource manages the details of the inventory striping attributes for packed shipment lines. The inventory striping attributes are a set of named attributes (project, task, and country of origin). This resource is associated with a feature that requires opt in.
Nested Schema : Attachments for Packed Shipment Lines
Type:
arrayTitle:
Attachments for Packed Shipment LinesThe Attachments for Packed Shipment Lines resource manages details about packed shipment line attachments.
Show Source
Nested Schema : Costs for Packed Shipment Lines
Type:
arrayTitle:
Costs for Packed Shipment LinesThe Costs for Packed Shipment Lines resource manages details about the shipping costs for packed shipment lines.
Show Source
Nested Schema : Flexfields for Packed Shipment Lines
Type:
arrayTitle:
Flexfields for Packed Shipment LinesThe Flexfields for Packed Shipment Lines resource manages details about packed shipment lines.
Show Source
Nested Schema : Errors for Packed Shipment Lines
Type:
arrayTitle:
Errors for Packed Shipment LinesThe Errors for Packed Shipment Lines resource manages errors that occur when processing a packed line.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Lots for Packed Shipment Lines
Type:
arrayTitle:
Lots for Packed Shipment LinesThe Lots for Packed Shipment Lines resource manages details about lot numbers for items under lot control in packed shipment lines.
Show Source
Nested Schema : Notes for Packed Shipment Lines
Type:
arrayTitle:
Notes for Packed Shipment LinesThe Notes for Packed Shipment Lines resource manages details about packed shipment line notes, such as packing instructions and shipping instructions.
Show Source
Nested Schema : Serials for Packed Shipment Lines
Type:
arrayTitle:
Serials for Packed Shipment LinesThe Serials for Packed Shipment Lines resource manages details about serial numbers for items under serial control in packed shipment lines.
Show Source
Nested Schema : Flexfields for Inventory Striping Attributes
Type:
arrayTitle:
Flexfields for Inventory Striping AttributesThe Flexfields for Inventory Striping Attributes resource manages the details of the inventory striping attributes for packed shipment lines. The inventory striping attributes are a set of named attributes (project, task, and country of origin). This resource is associated with a feature that requires opt in.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-packedLines-attachments-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 IdValue that uniquely identifies the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueLogin that the user used when creating the document. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the attachment. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEAbbreviation that identifies the data type. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Value that uniquely identifies the attached document. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255Number that identifies the version of the attached document. -
DownloadInfo: string
Title:
DownloadInfoJSON formatted string containing information required to programmatically retrieve a large file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeAbbreviation that identifies the error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageText of the error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateDate when the contents in the attachment expires. -
FileContents: string
(byte)
Title:
File ContentsContents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048File name of the attachment. -
FileUrl: string
Title:
File UrlURL (Uniform Resource Locator) that locates the attachment. This attribute contains a value only if the attachment type is a URL. This is the reference to the file uploaded in the Oracle WebCenter Content server. -
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:trueDate when the user most recently updated the attachment. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255User who most recently updated the attachment. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueLogin that the user used when updating the document. -
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:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the attachment. -
UploadedFileLength: integer
Title:
File SizeLength of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameName of the attachment file. -
UploadedText: string
Title:
Uploaded TextText of the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI (Uniform Resource Identifier) appended to the base URI derived from the endpoint associated with application that is identified by the MODULE_ID. -
Url: string
Title:
UrlMaximum Length:4000URL (Uniform Resource Locator) that locates the attachment. This attribute contains a value only if the attachment type is a URL. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255Login that the user used when adding or modifying the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-packedLines-costs-item-response
Type:
Show Source
object-
Amount: number
Amount for the shipping cost for each unit.
-
ConversionDate: string
(date)
Date when the currency conversion occurred.
-
ConversionRate: number
Rate of the currency conversion.
-
ConversionRateTypeCode: string
Maximum Length:
30Abbreviation that identifies the type of currency conversion. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the candidate shipping cost. -
CreationDate: string
(date-time)
Read Only:
trueDate when the user created the candidate shipping cost. -
Currency: string
Maximum Length:
15Abbreviation that identifies the currency of the shipping cost. -
DFF: array
Flexfields for Costs
Title:
Flexfields for CostsThe Flexfields for Costs resource manages details about shipping costs. -
errors: array
Errors for Costs
Title:
Errors for CostsThe Errors for Costs resource manages errors that occur when processing a shipping cost. -
FreightCostInterfaceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the candidate shipping cost. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the user most recently updated the candidate shipping cost. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the candidate shipping cost. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Locator: string
Maximum Length:
2000Concatenated name of the inventory locator that provides the source for material that ships. -
ShippingCostType: string
Maximum Length:
60Type of cost that is predefined in the application. -
Subinventory: string
Maximum Length:
10Subinventory to use when fulfilling the item to be shipped. -
wshFreightCostsInvDFF: array
Flexfields for Inventory Striping Attributes
Title:
Flexfields for Inventory Striping AttributesThe Flexfields for Inventory Striping Attributes resource manages details about inventory striping attributes for shipping costs. This resource is associated with a feature that requires opt in.
Nested Schema : Flexfields for Costs
Type:
arrayTitle:
Flexfields for CostsThe Flexfields for Costs resource manages details about shipping costs.
Show Source
Nested Schema : Errors for Costs
Type:
arrayTitle:
Errors for CostsThe Errors for Costs resource manages errors that occur when processing a shipping cost.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Inventory Striping Attributes
Type:
arrayTitle:
Flexfields for Inventory Striping AttributesThe Flexfields for Inventory Striping Attributes resource manages details about inventory striping attributes for shipping costs. This resource is associated with a feature that requires opt in.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-packedLines-costs-DFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Descriptive flexfield context name. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value. -
FreightCostInterfaceId: integer
(int64)
Value that uniquely identifies the candidate shipping cost.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-packedLines-costs-errors-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64User who received the error. -
CreationDate: string
(date-time)
Read Only:
trueDate when the error was generated. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the error was most recently updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the error. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MessageName: string
Maximum Length:
30Name of the error message. -
MessageText: string
Maximum Length:
4000Text of the error message.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-packedLines-costs-wshFreightCostsInvDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:40Descriptive flexfield context name of the inventory striping attributes for shipment lines. This attribute is associated with a feature that requires opt in. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value of the inventory striping attributes for shipment lines. 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. -
FreightCostInterfaceId: integer
(int64)
Value that uniquely identifies the candidate shipping cost. 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 inventory attribute project. This attribute is associated with a feature that requires opt in. -
projectId_Display: string
Title:
ProjectNumber that identifies the inventory attribute project. This attribute is associated with a feature that requires opt in. -
taskId: integer
(int64)
Title:
TaskValue that uniquely identifies the inventory attribute task. This attribute is associated with a feature that requires opt in. -
taskId_Display: string
Title:
TaskNumber that identifies the inventory attribute 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 : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-packedLines-DFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Descriptive flexfield context name. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value. -
DeliveryDetailInterfaceId: integer
(int64)
Value that uniquely identifies the candidate shipment line.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-packedLines-errors-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64User who received the error. -
CreationDate: string
(date-time)
Read Only:
trueDate when the error was generated. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the error was most recently updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the error. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MessageName: string
Maximum Length:
30Name of the error message. -
MessageText: string
Maximum Length:
4000Text of the error message.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-packedLines-lots-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the lot interface inventory transaction. -
CreationDate: string
(date-time)
Read Only:
trueDate when the user created the lot interface inventory transaction. -
errors: array
Errors for Lots
Title:
Errors for LotsThe Errors for Lots resource manages errors that occur when processing a lot. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the user most recently updated the lot interface inventory transaction. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the lot interface inventory transaction. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Locator: string
Maximum Length:
2000Concatenated name of the inventory locator that provides the source for material that ships. -
Lot: string
Maximum Length:
80Number that identifies the lot for the item. This attribute is used when the warehouse places the item under lot control. -
Quantity: number
Quantity for the lot transaction.
-
SecondaryQuantity: number
Quantity for the lot transaction, in the secondary unit of measure.
-
serials: array
Serials for Lots
Title:
Serials for LotsThe Serials for Lots resource manages details about serial numbers for items under both serial and lot control. -
Subinventory: string
Maximum Length:
10Subinventory to use when fulfilling the item to be shipped. -
TransactionInterfaceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the lot interface inventory transaction. -
wshLotsInvDFF: array
Flexfields for Inventory Striping Attributes
Title:
Flexfields for Inventory Striping AttributesThe Flexfields for Inventory Striping Attributes resource manages details about inventory striping attributes for lot controlled items. This resource is associated with a feature that requires opt in.
Nested Schema : Errors for Lots
Type:
arrayTitle:
Errors for LotsThe Errors for Lots resource manages errors that occur when processing a lot.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Serials for Lots
Type:
arrayTitle:
Serials for LotsThe Serials for Lots resource manages details about serial numbers for items under both serial and lot control.
Show Source
Nested Schema : Flexfields for Inventory Striping Attributes
Type:
arrayTitle:
Flexfields for Inventory Striping AttributesThe Flexfields for Inventory Striping Attributes resource manages details about inventory striping attributes for lot controlled items. This resource is associated with a feature that requires opt in.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-packedLines-lots-errors-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64User who received the error. -
CreationDate: string
(date-time)
Read Only:
trueDate when the error was generated. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the error was most recently updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the error. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MessageName: string
Maximum Length:
30Name of the error message. -
MessageText: string
Maximum Length:
4000Text of the error message.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-packedLines-lots-serials-item-response
Type:
Show Source
object-
attributeDFF: array
Flexfields for Serial Attributes
Title:
Flexfields for Serial AttributesThe Flexfields for Serial Attributes resource manages details about serial attributes. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the serial interface inventory transaction. -
CreationDate: string
(date-time)
Read Only:
trueDate when the user created the serial interface inventory transaction. -
errors: array
Errors for Serials
Title:
Errors for SerialsThe Errors for Serials resource manages errors that occur when processing serial numbers. -
FromSerialNumber: string
Maximum Length:
80Starting serial number in a range of serial numbers. The application uses this attribute when the warehouse places the item under serial control. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the user most recently updated the serial interface inventory transaction. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the serial interface inventory transaction. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Locator: string
Maximum Length:
2000Concatenated name of the inventory locator that provides the source for material that ships. -
standardDFF: array
Flexfields for Serials
Title:
Flexfields for SerialsThe Flexfields for Serials resource manages details about serial numbers. -
Subinventory: string
Maximum Length:
10Subinventory to use when fulfilling the item to be shipped. -
ToSerialNumber: string
Maximum Length:
80Ending serial number in a range of serial numbers. The application uses this attribute when the warehouse places the item under serial control. -
TransactionInterfaceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the serial interface inventory transaction. -
wshSerialInvDFF: array
Flexfields for Inventory Striping Attributes
Title:
Flexfields for Inventory Striping AttributesThe Flexfields for Inventory Striping Attributes resource manages details about inventory striping attributes for serial controlled items. This resource is associated with a feature that requires opt in.
Nested Schema : Flexfields for Serial Attributes
Type:
arrayTitle:
Flexfields for Serial AttributesThe Flexfields for Serial Attributes resource manages details about serial attributes.
Show Source
Nested Schema : Errors for Serials
Type:
arrayTitle:
Errors for SerialsThe Errors for Serials resource manages errors that occur when processing serial numbers.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Serials
Type:
arrayTitle:
Flexfields for SerialsThe Flexfields for Serials resource manages details about serial numbers.
Show Source
Nested Schema : Flexfields for Inventory Striping Attributes
Type:
arrayTitle:
Flexfields for Inventory Striping AttributesThe Flexfields for Inventory Striping Attributes resource manages details about inventory striping attributes for serial controlled items. This resource is associated with a feature that requires opt in.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-packedLines-lots-serials-attributeDFF-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. -
FromSerialNumber: string
Maximum Length:
80 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionInterfaceId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-packedLines-lots-serials-errors-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64User who received the error. -
CreationDate: string
(date-time)
Read Only:
trueDate when the error was generated. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the error was most recently updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the error. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MessageName: string
Maximum Length:
30Name of the error message. -
MessageText: string
Maximum Length:
4000Text of the error message.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-packedLines-lots-serials-standardDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Descriptive flexfield context name for serial standards. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for serial standards. -
FromSerialNumber: string
Maximum Length:
80 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionInterfaceId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-packedLines-lots-serials-wshSerialInvDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:40Descriptive flexfield context name of the inventory striping attributes for shipment lines. This attribute is associated with a feature that requires opt in. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value of the inventory striping attributes for shipment lines. 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. -
FromSerialNumber: string
Maximum Length:
80Starting serial number in a range of serial numbers. The application uses this attribute when the warehouse places the item under serial control. 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 inventory attribute project. This attribute is associated with a feature that requires opt in. -
projectId_Display: string
Title:
ProjectNumber that identifies the inventory attribute project. This attribute is associated with a feature that requires opt in. -
taskId: integer
(int64)
Title:
TaskValue that uniquely identifies the inventory attribute task. This attribute is associated with a feature that requires opt in. -
taskId_Display: string
Title:
TaskNumber that identifies the inventory attribute task. This attribute is associated with a feature that requires opt in. -
TransactionInterfaceId: integer
(int64)
Value that uniquely identifies the interfaced shipment 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 : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-packedLines-lots-wshLotsInvDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:40Descriptive flexfield context name of the inventory striping attributes for shipment lines. This attribute is associated with a feature that requires opt in. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value of the inventory striping attributes for shipment lines. 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. -
LotNumber: string
Maximum Length:
80Number that identifies the lot for the item. This attribute is used when the warehouse places the item under lot control. This attribute is associated with a feature that requires opt in. -
projectId: integer
(int64)
Title:
ProjectValue that uniquely identifies the inventory attribute project. This attribute is associated with a feature that requires opt in. -
projectId_Display: string
Title:
ProjectNumber that identifies the inventory attribute project. This attribute is associated with a feature that requires opt in. -
taskId: integer
(int64)
Title:
TaskValue that uniquely identifies the inventory attribute task. This attribute is associated with a feature that requires opt in. -
taskId_Display: string
Title:
TaskNumber that identifies the inventory attribute task. This attribute is associated with a feature that requires opt in. -
TransactionInterfaceId: integer
(int64)
Value that uniquely identifies the interfaced shipment 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 : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-packedLines-notes-item-response
Type:
Show Source
object-
ContactRelationshipId: integer
(int64)
Title:
Contact Relationship IDValue that uniquely identifies the relationship. -
CorpCurrencyCode: string
Title:
Corporate Currency CodeMaximum Length:15Abbreviation that identifies the corporate currency. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the note. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the note. -
CreatorPartyId: integer
(int64)
Title:
Creator Party IDValue that uniquely identifies the person who created the note. -
CurcyConvRateType: string
Title:
Currency Conversion Rate TypeMaximum Length:30Type of currency conversion rate. -
CurrencyCode: string
Title:
CurrencyMaximum Length:15Abbreviation that identifies the currency. -
DeleteFlag: boolean
Title:
Delete IndicatorRead Only:trueContains one of the following values: true or false. If true, then the user can delete the note. If false, then the user cannot delete the note. The default value is false. -
EmailAddress: string
Read Only:
trueMaximum Length:320The email address of the user who created the note. -
FormattedAddress: string
Read Only:
trueThe address of the user who created the note. -
FormattedPhoneNumber: string
Read Only:
trueThe phone number of the user who created the note. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate when the user most recently updated the note. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who most recently updated the note. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32Login that the user used when updating the note. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NoteId: integer
(int64)
Title:
Note IDRead Only:trueValue that uniquely identifies the note. -
NoteNumber: string
Maximum Length:
30The alternate unique identifier of the note. A user key that's system generated or from an external system. -
NoteTitle: string
Title:
TitleMaximum Length:500The title of the note entered by the user. -
NoteTxt: string
(byte)
Title:
NoteText of the actual note. -
NoteTypeCode: string
Title:
TypeMaximum Length:30Abbreviation that identifies the category of the note. -
ParentNoteId: integer
(int64)
Title:
Parent Note IDValue that uniquely identifies the parent note. -
PartyId: integer
(int64)
Read Only:
trueValue that uniquely identifies the party for the note. -
PartyName: string
Title:
AuthorRead Only:trueMaximum Length:360Name of the user who created the record. -
SourceObjectCode: string
Title:
Related Object TypeMaximum Length:30Abbreviation that identifies the object that the OBJECTS metadata defines for the note. -
SourceObjectId: string
Title:
Related ObjectMaximum Length:64Value that uniquely identifies the object that the OBJECTS metadata defines for the note. -
SourceSystem: string
Title:
Source SystemMaximum Length:30This is the source object code for the source object as defined in OBJECTS Metadata. -
UpdateFlag: boolean
Title:
Update IndicatorRead Only:trueContains one of the following values: true or false. If true, then the user can update the note. If false, then the user cannot update the note. The default value is false. -
VisibilityCode: string
Title:
PrivateMaximum Length:30Default Value:INTERNALAbbreviation that identifies the visibility level of the note.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-packedLines-serials-item-response
Type:
Show Source
object-
attributeDFF: array
Flexfields for Serial Attributes
Title:
Flexfields for Serial AttributesThe Flexfields for Serial Attributes resource manages details about serial attributes. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the serial interface inventory transaction. -
CreationDate: string
(date-time)
Read Only:
trueDate when the user created the serial interface inventory transaction. -
errors: array
Errors for Serials
Title:
Errors for SerialsThe Errors for Serials resource manages errors that occur when processing serial numbers. -
FromSerialNumber: string
Maximum Length:
80Starting serial number in a range of serial numbers. The application uses this attribute when the warehouse places the item under serial control. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the user most recently updated the serial interface inventory transaction. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the serial interface inventory transaction. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Locator: string
Maximum Length:
2000Concatenated name of the inventory locator that provides the source for material that ships. -
standardDFF: array
Flexfields for Serials
Title:
Flexfields for SerialsThe Flexfields for Serials resource manages details about serial numbers. -
Subinventory: string
Maximum Length:
10Subinventory to use when fulfilling the item to be shipped. -
ToSerialNumber: string
Maximum Length:
80Ending serial number in a range of serial numbers. The application uses this attribute when the warehouse places the item under serial control. -
TransactionInterfaceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the serial interface inventory transaction. -
wshSerialInvDFF: array
Flexfields for Inventory Striping Attributes
Title:
Flexfields for Inventory Striping AttributesThe Flexfields for Inventory Striping Attributes resource manages details about inventory striping attributes for serial controlled items. This resource is associated with a feature that requires opt in.
Nested Schema : Flexfields for Serial Attributes
Type:
arrayTitle:
Flexfields for Serial AttributesThe Flexfields for Serial Attributes resource manages details about serial attributes.
Show Source
Nested Schema : Errors for Serials
Type:
arrayTitle:
Errors for SerialsThe Errors for Serials resource manages errors that occur when processing serial numbers.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Serials
Type:
arrayTitle:
Flexfields for SerialsThe Flexfields for Serials resource manages details about serial numbers.
Show Source
Nested Schema : Flexfields for Inventory Striping Attributes
Type:
arrayTitle:
Flexfields for Inventory Striping AttributesThe Flexfields for Inventory Striping Attributes resource manages details about inventory striping attributes for serial controlled items. This resource is associated with a feature that requires opt in.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-packedLines-serials-attributeDFF-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. -
FromSerialNumber: string
Maximum Length:
80 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionInterfaceId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-packedLines-serials-errors-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64User who received the error. -
CreationDate: string
(date-time)
Read Only:
trueDate when the error was generated. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the error was most recently updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the error. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MessageName: string
Maximum Length:
30Name of the error message. -
MessageText: string
Maximum Length:
4000Text of the error message.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-packedLines-serials-standardDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Descriptive flexfield context name for serial standards. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for serial standards. -
FromSerialNumber: string
Maximum Length:
80 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionInterfaceId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-packedLines-serials-wshSerialInvDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:40Descriptive flexfield context name of the inventory striping attributes for shipment lines. This attribute is associated with a feature that requires opt in. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value of the inventory striping attributes for shipment lines. 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. -
FromSerialNumber: string
Maximum Length:
80Starting serial number in a range of serial numbers. The application uses this attribute when the warehouse places the item under serial control. 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 inventory attribute project. This attribute is associated with a feature that requires opt in. -
projectId_Display: string
Title:
ProjectNumber that identifies the inventory attribute project. This attribute is associated with a feature that requires opt in. -
taskId: integer
(int64)
Title:
TaskValue that uniquely identifies the inventory attribute task. This attribute is associated with a feature that requires opt in. -
taskId_Display: string
Title:
TaskNumber that identifies the inventory attribute task. This attribute is associated with a feature that requires opt in. -
TransactionInterfaceId: integer
(int64)
Value that uniquely identifies the interfaced shipment 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 : shipmentTransactionRequests-shipments-outerPackingUnits-innerPackingUnits-packedLines-wshInvStripingDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:40Descriptive flexfield context name of the inventory striping attributes for shipment lines. This attribute is associated with a feature that requires opt in. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value of the inventory striping attributes for shipment lines. 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. -
DeliveryDetailInterfaceId: integer
(int64)
Value that uniquely identifies the candidate shipment line. 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 inventory attribute project. This attribute is associated with a feature that requires opt in. -
projectId_Display: string
Title:
ProjectNumber that identifies the inventory attribute project. This attribute is associated with a feature that requires opt in. -
taskId: integer
(int64)
Title:
TaskValue that uniquely identifies the inventory attribute task. This attribute is associated with a feature that requires opt in. -
taskId_Display: string
Title:
TaskNumber that identifies the inventory attribute 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