Get all requests
get
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests
Request
Query Parameters
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables:- PrimaryKey: Finds shipment transaction requests according to the primary key criteria.
Finder Variables:- TransactionId; integer; Value that uniquely identifies the shipment transaction request.
- findByAttributes: Finds shipment transaction requests.
Finder Variables:- Carrier; string; Name of the carrier that transports the shipment.
- ExternalSystemTransactionReference; string; Value that contains reference information for the corresponding transaction in external applications. This attribute is only valid for the CreateAndConfirmShipment action.
- FromActualShipDate; string; Initial date in a range corresponding to when the shipment was shipped.
- FromInitialShipDate; string; Initial date in a range corresponding to when the warehouse plans to ship the shipment.
- Item; string; Name of the item.
- ModeOfTransportCode; string; Abbreviation that identifies the mode of transport for the shipping method. A list of accepted values is defined in the lookup type WSH_MODE_OF_TRANSPORT.
- Order; string; Number that identifies the order from the order capture application.
- PackingUnit; string; Name of the packing unit.
- ServiceLevelCode; string; Abbreviation that identifies the service level for the shipping method. A list of accepted values is defined in the lookup type WSH_SERVICE_LEVELS.
- ShipFromOrganizationCode; string; Abbreviation that identifies the ship-from organization.
- Shipment; string; Name of the material shipment.
- ShipmentLine; integer; Value that uniquely identifies the shipment line.
- SoldToCustomer; string; Name of the party who purchased the sales order line.
- ToActualShipDate; string; Final date in a range corresponding to when the shipment was shipped.
- ToInitialShipDate; string; Final date in a range corresponding to when the warehouse plans to ship the shipment.
- PrimaryKey: Finds shipment transaction requests 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:- ActionCode; string; Value that uniquely identifies the action to be run for this transaction request. Valid values are CreateAndConfirmShipment, ShipmentCreate, and ShipmentUpdate.
- TransactionStatusCode; string; Abbreviation that identifies the status of the transaction. A list of accepted values is defined in the lookup type WSH_TXN_STATUS.
-
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
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-item-response
Type:
Show Source
object-
ActionCode: string
Value that uniquely identifies the action to be run for this transaction request. Valid values are CreateAndConfirmShipment, ShipmentCreate, and ShipmentUpdate.
-
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the shipment transaction request. -
CreationDate: string
(date-time)
Read Only:
trueDate when the shipment transaction request was created. -
errors: array
Errors
Title:
ErrorsThe Errors resource manages errors that occur when processing a transaction request. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the shipment transaction request was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who last updated the shipment transaction request. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
shipments: array
Shipments
Title:
ShipmentsThe Shipments resource manages details about shipments. -
TransactionId: integer
(int64)
Read Only:
trueValue that uniquely identifies the shipment transaction request. -
TransactionStatus: string
Title:
MeaningRead Only:trueMaximum Length:80Value that indicates the status of the transaction. A list of accepted values is defined in the lookup type WSH_TXN_STATUS. -
TransactionStatusCode: string
Read Only:
trueMaximum Length:2Abbreviation that identifies the status of the transaction. A list of accepted values is defined in the lookup type WSH_TXN_STATUS.
Nested Schema : Errors
Type:
arrayTitle:
ErrorsThe Errors resource manages errors that occur when processing a transaction request.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Shipments
Type:
arrayTitle:
ShipmentsThe Shipments resource manages details about shipments.
Show Source
Nested Schema : shipmentTransactionRequests-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 : 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-item-response
Type:
Show Source
object-
ActualDeliveryDate: string
(date-time)
Date that the shipment was actually delivered.
-
ActualShipDate: string
(date-time)
Date when the shipment was shipped.
-
ASNSentDate: string
(date-time)
Date when the application sent the advanced shipment notice.
-
attachments: array
Attachments for Shipments
Title:
Attachments for ShipmentsThe Attachments for Shipments resource manages details about shipment attachments. -
AutomaticallyPackFlag: boolean
Maximum Length:
1Contains one of the following values: true or false. If true, then the shipment is eligible for packing through the batch program. If false, then the shipment is not eligible for packing through the batch program. The default value is true. -
BillOfLading: string
Maximum Length:
50Receipt that the carrier gives to the shipper. This receipt acknowledges receipt of the shipped goods and specifies the shipment terms. -
Carrier: string
Maximum Length:
360Name of the carrier that transports the shipment. -
CarrierNumber: string
Maximum Length:
30Number that identifies the carrier that transports the shipment. -
CODAmount: number
Collect on delivery amount.
-
CODCurrency: string
Maximum Length:
15Abbreviation that identifies the currency to use when collecting the delivery amount. -
CODPaidBy: string
Maximum Length:
150Person or party who paid the collect on delivery amount. -
CODRemitTo: string
Maximum Length:
150Person or party to reference when remitting the collect on delivery amount. -
ConfirmedBy: string
Maximum Length:
150Person or user who confirmed the shipment. -
ConfirmedDate: string
(date-time)
Date and time when the person or user confirmed the shipment.
-
costs: array
Costs for Shipments
Title:
Costs for ShipmentsThe Costs for Shipments resource manages details about the shipping costs for shipments. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the candidate shipment. -
CreationDate: string
(date-time)
Read Only:
trueDate when the user created the candidate shipment. -
DeliveryInterfaceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the candidate shipment. -
DeliveryRecipient: string
Maximum Length:
240Name of the person or entity who received the shipment. -
Description: string
Maximum Length:
240Description of the shipment. -
Dock: string
Maximum Length:
30Place of loading for the shipment. -
EnableAutoshipFlag: boolean
Maximum Length:
1Contains one of the following values: true or false. If true, then the shipment is eligible for shipping through the batch program. If false, then the shipment is not eligible for shipping through the batch program. The default value is true. -
Equipment: string
Maximum Length:
35Registration number of vehicle or equipment that transports the shipment. -
EquipmentType: string
Maximum Length:
300Type of vehicle or equipment that transports the shipment. -
errors: array
Errors for Shipments
Title:
Errors for ShipmentsThe Errors for Shipments resource manages errors that occur when processing a shipment. -
ExternalSystemTransactionReference: string
Maximum Length:
300Value that contains reference information for the corresponding transaction in external applications. This attribute is only valid for the CreateAndConfirmShipment action. -
FOBAddress1: string
Maximum Length:
240First line of the freight on board address. -
FOBAddress2: string
Maximum Length:
240Second line of the freight on board address. -
FOBAddress3: string
Maximum Length:
240Third line of the freight on board address. -
FOBAddress4: string
Maximum Length:
240Fourth line of the freight on board address. -
FOBCity: string
Maximum Length:
60Freight on board city. -
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. -
FOBCountry: string
Maximum Length:
2Freight on board country. -
FOBCounty: string
Maximum Length:
60Freight on board county. -
FOBLocationId: integer
(int64)
Value that uniquely identifies the freight on board the address location.
-
FOBPostalCode: string
Maximum Length:
60Abbreviation that identifies the postal code, such as a zip code, for freight on board. -
FOBRegion: string
Maximum Length:
120Freight on board region. -
FOBSiteNumber: string
Maximum Length:
30Number that identifies the freight on board site. -
FOBState: string
Maximum Length:
60Freight on board state. -
FreightTerms: string
Maximum Length:
80Agreement that describes whether the shipping cost of the sales order is paid by the buyer or the seller, and when payment is due. A list of accepted values is defined in the lookup type WSH_FREIGHT_CHARGE_TERMS. -
FreightTermsCode: string
Maximum Length:
30Abbreviation that identifies the freight terms. A list of accepted values is defined in the lookup type WSH_FREIGHT_CHARGE_TERMS. -
globalDFF: array
Global Flexfields for Shipments
Title:
Global Flexfields for ShipmentsThe Global Flexfields for Shipments resource manages details about shipments. -
GrossWeight: number
Gross weight of the shipment.
-
InitialShipDate: string
(date-time)
Date when the warehouse plans to ship the shipment.
-
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the user most recently updated the candidate shipment. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the candidate shipment. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LoadingSequenceRule: string
Maximum Length:
80Rule to apply on shipment lines for loading into the truck. A list of accepted values is defined in the lookup type WSH_LINES_LOADING_ORDER. -
ModeOfTransportCode: string
Maximum Length:
30Abbreviation that identifies the mode of transport for the shipping method. A list of accepted values is defined in the lookup type WSH_MODE_OF_TRANSPORT. -
NetWeight: number
Net weight of the shipment.
-
notes: array
Notes for Shipments
Title:
Notes for ShipmentsThe Notes for Shipments resource manages details about shipment notes, such as routing instructions and shipping marks. -
outerPackingUnits: array
Outer Packing Units
Title:
Outer Packing UnitsThe Outer Packing Units resource manages details about the outer packing units of a shipment. -
PackingSlip: string
Maximum Length:
50Document that itemizes and describes the contents of the shipment. -
PlannedDeliveryDate: string
(date-time)
Date when shipping expects the shipment to arrive at the customer location.
-
PlannedFlag: boolean
Maximum Length:
1Contains one of the following values: true or false. If true, then the contents of the shipment are planned. If false, then the contents of the shipment are not planned. The default value is false. -
ProblemContactReference: string
Maximum Length:
500Person to contact if a problem occurs during shipment. -
ProrateWeightFlag: boolean
Maximum Length:
1Contains one of the following values: true or false. If true, then the weights are to be prorated. If false, then the weights will not be prorated. The default value is false. -
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. -
ServiceLevelCode: string
Maximum Length:
30Abbreviation that identifies the service level for the shipping method. A list of accepted values is defined in the lookup type WSH_SERVICE_LEVELS. -
ShipFromOrganizationCode: string
Maximum Length:
240Abbreviation that identifies the ship-from organization. -
Shipment: string
Maximum Length:
30Name of the material shipment. -
shipmentDFF: array
Flexfields for Shipments
Title:
Flexfields for ShipmentsThe Flexfields for Shipments resource manages details about shipments. -
ShipmentId: integer
(int64)
Value that uniquely identifies the shipment.
-
ShipToPartySiteNumber: string
Maximum Length:
30Number that identifies the ship-to party site. -
SoldToCustomer: string
Maximum Length:
360Name of the sold-to party. -
SoldToCustomerNumber: string
Maximum Length:
30Number that identifies the sold-to party. -
TransportationReasonCode: string
Maximum Length:
30Abbreviation that identifies the justification that the user selects when confirming the shipment to indicate a special situation or exception, such as to transfer the item, return it, or to send a sample. A list of accepted values is defined in the lookup type ORA_WSH_TRANSPORT_REASON. -
UltimateDropoffLocationId: integer
(int64)
Value that uniquely identifies ship-to location.
-
unpackedLines: array
Unpacked Shipment Lines
Title:
Unpacked Shipment LinesThe Unpacked Shipment Lines resource manages details about the shipment lines that are not packed under a packing unit. -
Volume: number
Volume of the shipment.
-
VolumeUOM: string
Maximum Length:
25Unit of measure for the volume of the shipment. -
VolumeUOMCode: string
Maximum Length:
3Code that identifies the unit of measure for the volume of the shipment. -
Waybill: string
Maximum Length:
30Nonnegotiable document that describes the contract for transporting cargo. -
WeightUOM: string
Maximum Length:
25Unit of measure for the weight of the shipment. -
WeightUOMCode: string
Maximum Length:
3Code that identifies the unit of measure for the weight of the shipment.
Nested Schema : Attachments for Shipments
Type:
arrayTitle:
Attachments for ShipmentsThe Attachments for Shipments resource manages details about shipment attachments.
Show Source
Nested Schema : Costs for Shipments
Type:
arrayTitle:
Costs for ShipmentsThe Costs for Shipments resource manages details about the shipping costs for shipments.
Show Source
Nested Schema : Errors for Shipments
Type:
arrayTitle:
Errors for ShipmentsThe Errors for Shipments resource manages errors that occur when processing a shipment.
Show Source
Nested Schema : Global Flexfields for Shipments
Type:
arrayTitle:
Global Flexfields for ShipmentsThe Global Flexfields for Shipments resource manages details about shipments.
Show Source
-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "WshITPackingSlip":"#/components/schemas/oracle_apps_flex_scm_shipping_shipConfirm_deliveries_restModel_WshNewDelIntGdfDFF_view_WshNewDelIntGdfDFFWshITPackingSlipVO-item-response", "WshPTShipmentInfo":"#/components/schemas/oracle_apps_flex_scm_shipping_shipConfirm_deliveries_restModel_WshNewDelIntGdfDFF_view_WshNewDelIntGdfDFFWshPTShipmentInfoVO-item-response" } }
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Notes for Shipments
Type:
arrayTitle:
Notes for ShipmentsThe Notes for Shipments resource manages details about shipment notes, such as routing instructions and shipping marks.
Show Source
Nested Schema : Outer Packing Units
Type:
arrayTitle:
Outer Packing UnitsThe Outer Packing Units resource manages details about the outer packing units of a shipment.
Show Source
Nested Schema : Flexfields for Shipments
Type:
arrayTitle:
Flexfields for ShipmentsThe Flexfields for Shipments resource manages details about shipments.
Show Source
Nested Schema : Unpacked Shipment Lines
Type:
arrayTitle:
Unpacked Shipment LinesThe Unpacked Shipment Lines resource manages details about the shipment lines that are not packed under a packing unit.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-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-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-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-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-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-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 : Discriminator: __FLEX_Context
Type:
objectDiscriminator: __FLEX_Context
Discriminator Values
Match One Schema
Show Source
-
WshITPackingSlip -
object
oracle_apps_flex_scm_shipping_shipConfirm_deliveries_restModel_WshNewDelIntGdfDFF_view_WshNewDelIntGdfDFFWshITPackingSlipVO-item-response
-
WshPTShipmentInfo -
object
oracle_apps_flex_scm_shipping_shipConfirm_deliveries_restModel_WshNewDelIntGdfDFF_view_WshNewDelIntGdfDFFWshPTShipmentInfoVO-item-response
Nested Schema : oracle_apps_flex_scm_shipping_shipConfirm_deliveries_restModel_WshNewDelIntGdfDFF_view_WshNewDelIntGdfDFFWshITPackingSlipVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Regional InformationMaximum Length:30Default Value:WshITPackingSlipGlobal descriptive flexfield context name for shipments. -
__FLEX_Context_DisplayValue: string
Title:
Regional InformationGlobal descriptive flexfield context display value for shipments. -
DeliveryInterfaceId: integer
(int64)
Value that uniquely identifies the candidate shipment.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SecondaryCarrier: string
Title:
Secondary CarrierMaximum Length:150Secondary Carrier
Nested Schema : oracle_apps_flex_scm_shipping_shipConfirm_deliveries_restModel_WshNewDelIntGdfDFF_view_WshNewDelIntGdfDFFWshPTShipmentInfoVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Regional InformationMaximum Length:30Default Value:WshPTShipmentInfoGlobal descriptive flexfield context name for shipments. -
__FLEX_Context_DisplayValue: string
Title:
Regional InformationGlobal descriptive flexfield context display value for shipments. -
AtDocCodeId: string
Title:
AT Doc Code IDMaximum Length:2000AT Doc Code ID -
DeliveryInterfaceId: integer
(int64)
Value that uniquely identifies the candidate shipment.
-
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 : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : shipmentTransactionRequests-shipments-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-item-response
Type:
Show Source
object-
attachments: array
Attachments for Outer Packing Units
Title:
Attachments for Outer Packing UnitsThe Attachments for Outer Packing Units resource manages details about outer packing unit attachments. -
costs: array
Costs for Outer Packing Units
Title:
Costs for Outer Packing UnitsThe Costs for Outer Packing Units resource manages details about the shipping costs for outer 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 for Outer Packing Units
Title:
Errors for Outer Packing UnitsThe Errors for Outer Packing Units resource manages errors that occur when processing an outer 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. -
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 Outer Packing Units
Title:
Notes for Outer Packing UnitsThe Notes for Outer Packing Units resource manages details about outer 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 Outer Packing Units
Type:
arrayTitle:
Attachments for Outer Packing UnitsThe Attachments for Outer Packing Units resource manages details about outer packing unit attachments.
Show Source
Nested Schema : Costs for Outer Packing Units
Type:
arrayTitle:
Costs for Outer Packing UnitsThe Costs for Outer Packing Units resource manages details about the shipping costs for outer 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 for Outer Packing Units
Type:
arrayTitle:
Errors for Outer Packing UnitsThe Errors for Outer Packing Units resource manages errors that occur when processing an outer packing unit.
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 Outer Packing Units
Type:
arrayTitle:
Notes for Outer Packing UnitsThe Notes for Outer Packing Units resource manages details about outer 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-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-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-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-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-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-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-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-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 : 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:
3Revision 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
Nested Schema : shipmentTransactionRequests-shipments-outerPackingUnits-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-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:
3Revision 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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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
Nested Schema : shipmentTransactionRequests-shipments-shipmentDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Descriptive flexfield context name for shipments. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for shipments. -
DeliveryInterfaceId: integer
(int64)
Value that uniquely identifies the candidate shipment.
-
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-unpackedLines-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 Unpacked Shipment Lines
Title:
Attachments for Unpacked Shipment LinesThe Attachments for Unpacked Shipment Lines resource manages details about unpacked shipment line attachments. -
costs: array
Costs for Unpacked Shipment Lines
Title:
Costs for Unpacked Shipment LinesThe Costs for Unpacked Shipment Lines resource manages details about the shipping costs for unpacked 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 Unpacked Shipment Lines
Title:
Flexfields for Unpacked Shipment LinesThe Flexfields for Unpacked Shipment Lines resource manages details about unpacked shipment lines. -
DocumentFiscalClassification: string
Maximum Length:
240Document fiscal classification. -
errors: array
Errors for Unpacked Shipment Lines
Title:
Errors for Unpacked Shipment LinesThe Errors for Unpacked Shipment Lines resource manages errors that occur when processing an unpacked shipment 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:
3Revision 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 Unpacked Shipment Lines
Title:
Lots for Unpacked Shipment LinesThe Lots for Unpacked Shipment Lines resource manages details about lot numbers for items under lot control in unpacked shipment lines. -
NetWeight: number
Net weight of the shipment line.
-
notes: array
Notes for Unpacked Shipment Lines
Title:
Notes for Unpacked Shipment LinesThe Notes for Unpacked Shipment Lines resource manages details about unpacked 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 Unpacked Shipment Lines
Title:
Serials for Unpacked Shipment LinesThe Serials for Unpacked Shipment Lines resource manages details about serial numbers for items under serial control in unpacked 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 unpacked 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 Unpacked Shipment Lines
Type:
arrayTitle:
Attachments for Unpacked Shipment LinesThe Attachments for Unpacked Shipment Lines resource manages details about unpacked shipment line attachments.
Show Source
Nested Schema : Costs for Unpacked Shipment Lines
Type:
arrayTitle:
Costs for Unpacked Shipment LinesThe Costs for Unpacked Shipment Lines resource manages details about the shipping costs for unpacked shipment lines.
Show Source
Nested Schema : Flexfields for Unpacked Shipment Lines
Type:
arrayTitle:
Flexfields for Unpacked Shipment LinesThe Flexfields for Unpacked Shipment Lines resource manages details about unpacked shipment lines.
Show Source
Nested Schema : Errors for Unpacked Shipment Lines
Type:
arrayTitle:
Errors for Unpacked Shipment LinesThe Errors for Unpacked Shipment Lines resource manages errors that occur when processing an unpacked shipment line.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Lots for Unpacked Shipment Lines
Type:
arrayTitle:
Lots for Unpacked Shipment LinesThe Lots for Unpacked Shipment Lines resource manages details about lot numbers for items under lot control in unpacked shipment lines.
Show Source
Nested Schema : Notes for Unpacked Shipment Lines
Type:
arrayTitle:
Notes for Unpacked Shipment LinesThe Notes for Unpacked Shipment Lines resource manages details about unpacked shipment line notes, such as packing instructions and shipping instructions.
Show Source
Nested Schema : Serials for Unpacked Shipment Lines
Type:
arrayTitle:
Serials for Unpacked Shipment LinesThe Serials for Unpacked Shipment Lines resource manages details about serial numbers for items under serial control in unpacked 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 unpacked 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-unpackedLines-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-unpackedLines-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-unpackedLines-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-unpackedLines-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-unpackedLines-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-unpackedLines-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-unpackedLines-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-unpackedLines-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-unpackedLines-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-unpackedLines-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-unpackedLines-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-unpackedLines-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-unpackedLines-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-unpackedLines-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-unpackedLines-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-unpackedLines-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-unpackedLines-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-unpackedLines-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-unpackedLines-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-unpackedLines-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-unpackedLines-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-unpackedLines-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
Links
- shipmentActions
-
Performs actions on shipments. The supported actions are ship confirm, close shipment, reopen shipment, pick release, pack automatically, send outbound message, backorder all, cycle count all, reset weight or volume, generate loading sequence, change ship confirm options, check for trade compliance, review document job set, request fiscal document, and cancel fiscal document.
Examples
This example describes how to get all requests.
Example cURL Command
Use the following cURL command to submit a request on the REST resource:
curl -u username:password "https://servername/fscmRestApi/resources/version/shipmentTransactionRequests"
Example Response Body
The following shows an example of the response body in JSON format.
{
"items": [
{
"TransactionId": 300100169688173,
"ActionCode": "CreateAndConfirmShipment",
"TransactionStatusCode": "AP",
"TransactionStatus": "Awaiting processing",
"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
"CreationDate": "2018-11-07T00:06:32+00:00",
"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
"LastUpdateDate": "2018-11-07T00:06:42.867+00:00"
}
],
"count": 1,
"hasMore": false,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/shipmentTransactionRequests",
"name": "shipmentTransactionRequests",
"kind": "collection"
}
]
}