Update one shipment line
patch
/fscmRestApi/resources/11.13.18.05/inboundShipments/{inboundShipmentsUniqID}/child/shipmentLines/{shipmentLinesUniqID}
Request
Path Parameters
-
inboundShipmentsUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Inbound Shipments resource and used to uniquely identify an instance of Inbound Shipments. The client should not generate the hash key value. Instead, the client should query on the Inbound Shipments collection resource in order to navigate to a specific instance of Inbound Shipments to get the hash key.
-
shipmentLinesUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Shipment Lines resource and used to uniquely identify an instance of Shipment Lines. The client should not generate the hash key value. Instead, the client should query on the Shipment Lines collection resource in order to navigate to a specific instance of Shipment Lines to get the hash key.
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.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
attachments: array
Attachments
Title:
AttachmentsThe attachments resource is used to view, create, and update attachments. -
BarCodeLabel: string
Maximum Length:
35Bar code label for the material on the shipment line. -
Comments: string
Maximum Length:
4000Comments or notes entered for the inbound shipment line. -
CountryOfOriginCode: string
Maximum Length:
2Abbreviation that identifies the country from which goods are exported. -
FOBCode: string
Maximum Length:
30Abbreviation that identifies the free on-board terms for an ASN line item. A list of accepted values is defined in the lookup FOB. -
FreeOnBoardName: string
Maximum Length:
255Name that identifies the free on-board terms for an ASN line item. -
inventoryStripingDFF: array
inventoryStripingDFF
-
lots: array
Lots
Title:
LotsThe Lots resource gets the lot information for a specific inbound shipment line. -
manufacturerParts: array
Manufacturer Parts
Title:
Manufacturer PartsManufacturer parts associated with a return line. -
MarkForCancelFlag: boolean
Value that indicates if the shipment line has been marked for cancellation. Values include true and false. Default value is false.
-
MarkForCloseFlag: boolean
Value that indicates if the shipment line has been marked for closure. Value values include true and false. Default value is false.
-
MultiplePartsExist: string
Maximum Length:
1Value that indicates if more than one manufacturer part exists for the item in the shipment line. Valid values are Y (multiple parts exist for this item) and N (one manufacturer part or none exist for this item). -
PackingSlip: string
Maximum Length:
25Document that itemizes the contents of a package, carton, pallet, or container for shipment to a customer. -
packingUnits: array
Packing Units
Title:
Packing UnitsThe Packing Units resource gets the packing unit hierarchy for a specific inbound shipment line. Each row in the result displays the packing unit and the parent packing unit. -
PrimaryUOMCode: string
Maximum Length:
3Abbreviation that identifies the primary unit of measure of the item. -
Reason: string
Maximum Length:
30Name of the inventory transaction reason. -
ReasonId: integer
(int64)
Value that uniquely identifies the inventory transaction reason.
-
Routing: string
Maximum Length:
80Routing name for the type of transaction entry that determines the steps that receive the item. Values include Direct delivery, Inspection required, and Standard receipt. A list of valid routing header identifiers is defined using the lookup RCV_ROUTING_HEADERS. -
RoutingHeaderId: integer
(int64)
Value that uniquely identifies the receipt routing. Values include 1, 2, and 3. A list of valid routing header identifiers is defined using the lookup RCV_ROUTING_HEADERS.
-
serials: array
Serials
Title:
SerialsThe Serials resource gets the serial numbers shipped for a specific inbound shipment line. Applies when only the serial controls the shipped item and isn't lot controlled. -
shipmentLineDFFs: array
shipmentLineDFFs
-
TruckNumber: string
Maximum Length:
35Number of the truck used for shipment.
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Lots
Type:
arrayTitle:
LotsThe Lots resource gets the lot information for a specific inbound shipment line.
Show Source
Nested Schema : Manufacturer Parts
Type:
arrayTitle:
Manufacturer PartsManufacturer parts associated with a return line.
Show Source
Nested Schema : Packing Units
Type:
arrayTitle:
Packing UnitsThe Packing Units resource gets the packing unit hierarchy for a specific inbound shipment line. Each row in the result displays the packing unit and the parent packing unit.
Show Source
Nested Schema : Serials
Type:
arrayTitle:
SerialsThe Serials resource gets the serial numbers shipped for a specific inbound shipment line. Applies when only the serial controls the shipped item and isn't lot controlled.
Show Source
Nested Schema : inboundShipments-shipmentLines-attachments-item-patch-request
Type:
Show Source
object-
CategoryName: string
Title:
CategoryMaximum Length:30The category of the attachment. - ContentRepositoryFileShared: boolean
-
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEA value that indicates the data type. -
Description: string
Title:
DescriptionMaximum Length:255The description of the attachment. -
DmDocumentId: string
Maximum Length:
255The document ID from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000The folder path from which the attachment is created. -
DmVersionNumber: string
Maximum Length:
255The document version number from which the attachment is created. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeThe error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageThe error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateThe expiration date of the contents in the attachment. -
FileContents: string
(byte)
Title:
File ContentsThe contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048The file name of the attachment. -
FileUrl: string
Title:
File UrlThe URI of the file. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleThe title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeThe content type of the attachment. -
UploadedFileLength: integer
Title:
File SizeThe size of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameThe name to assign to a new attachment file. -
UploadedText: string
Title:
Uploaded TextThe text content for a new text attachment. -
Uri: string
Title:
UriMaximum Length:4000The URI of a Topology Manager type attachment. -
Url: string
Title:
UrlMaximum Length:4000The URL of a web page type attachment.
Nested Schema : inboundShipments-shipmentLines-inventoryStripingDFF-item-patch-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:40Context Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
countryOfOriginCode: string
Title:
Country of OriginMaximum Length:2Country of Origin -
countryOfOriginCode_Display: string
Title:
Country of OriginCountry of Origin -
projectId: integer
(int64)
Title:
ProjectProject -
projectId_Display: string
Title:
ProjectProject -
ShipmentLineId: integer
(int64)
-
taskId: integer
(int64)
Title:
TaskTask -
taskId_Display: string
Title:
TaskTask
Nested Schema : inboundShipments-shipmentLines-lots-item-patch-request
Type:
Show Source
object-
lotAttributeDFF: array
lotAttributeDFF
-
lotSerials: array
Serials for Lots
Title:
Serials for LotsThe Serials for Lots resource displays the serial numbers shipped for a specific lot. Applies when both the lot and the serial control the shipped item. -
lotStandardDFF: array
lotStandardDFF
Nested Schema : Serials for Lots
Type:
arrayTitle:
Serials for LotsThe Serials for Lots resource displays the serial numbers shipped for a specific lot. Applies when both the lot and the serial control the shipped item.
Show Source
Nested Schema : inboundShipments-shipmentLines-lots-lotAttributeDFF-item-patch-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value
Nested Schema : inboundShipments-shipmentLines-lots-lotSerials-item-patch-request
Type:
Show Source
objectNested Schema : inboundShipments-shipmentLines-lots-lotSerials-serialAttributeDFF-item-patch-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value
Nested Schema : inboundShipments-shipmentLines-lots-lotSerials-serialStandardDFF-item-patch-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value
Nested Schema : inboundShipments-shipmentLines-lots-lotStandardDFF-item-patch-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value
Nested Schema : inboundShipments-shipmentLines-manufacturerParts-item-patch-request
Type:
Show Source
objectNested Schema : inboundShipments-shipmentLines-packingUnits-item-patch-request
Type:
Show Source
objectNested Schema : inboundShipments-shipmentLines-serials-serialAttributeDFF-item-patch-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value
Nested Schema : inboundShipments-shipmentLines-serials-serialStandardDFF-item-patch-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value
Nested Schema : inboundShipments-shipmentLines-shipmentLineDFFs-item-patch-request
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value
Response
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 : inboundShipments-shipmentLines-item-response
Type:
Show Source
object-
ASNLPNId: integer
(int64)
Read Only:
trueValue that uniquely identifies the license plate number used for this advanced shipment notice line. -
attachments: array
Attachments
Title:
AttachmentsThe attachments resource is used to view, create, and update attachments. -
BackToBackOrder: string
Read Only:
trueMaximum Length:1Value that indicates whether the supply source for a reservation is a back-to-back purchase order or a transfer order. -
BarCodeLabel: string
Maximum Length:
35Bar code label for the material on the shipment line. -
Comments: string
Maximum Length:
4000Comments or notes entered for the inbound shipment line. -
ConsignmentLine: string
Read Only:
trueMaximum Length:1Value that indicates whether the shipment line is created for consigned material. -
ContainerNumber: string
Read Only:
trueMaximum Length:35Reference number assigned to the freight container, used for documentation purposes. -
CountryOfOrigin: string
Read Only:
trueName of the country from which goods are exported. -
CountryOfOriginCode: string
Maximum Length:
2Abbreviation that identifies the country from which goods are exported. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the inbound shipment line record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the inbound shipment line record was created. -
DestinationType: string
Read Only:
trueMaximum Length:80The destination type of the receiving transaction. A list of valid destination type codes is defined using the lookup RCV_DESTINATION_TYPE. -
DestinationTypeCode: string
Read Only:
trueMaximum Length:25Abbreviation that identifies the destination type of the receiving transaction. A list of valid destination type codes is defined using the lookup RCV_DESTINATION_TYPE. -
EwayBillDate: string
(date)
Read Only:
trueDate when the e-way bill was generated. -
EwayBillNumber: integer
Read Only:
trueE-way bill number provided by the supplier for the shipment of goods. -
FOBCode: string
Maximum Length:
30Abbreviation that identifies the free on-board terms for an ASN line item. A list of accepted values is defined in the lookup FOB. -
FreeOnBoardName: string
Maximum Length:
255Name that identifies the free on-board terms for an ASN line item. -
FromOrganizationCode: string
Read Only:
trueMaximum Length:18Abbreviation that identifies the originating organization of the in-transit shipment or transfer order shipment. -
FromOrganizationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the originating organization of the in-transit shipment or transfer order shipment. -
HazardClass: string
Read Only:
trueMaximum Length:255Name of the hazard class that's used to identify and classify hazardous materials to comply with safety regulations. -
HazardClassId: integer
(int64)
Read Only:
trueValue that uniquely identifies the hazard class. -
IntegrationStatus: string
Read Only:
trueMaximum Length:80Status that indicates whether the shipment line is interfaced to the external system for third-party logistics scenarios. Values include READY, INTERFACED, and CONFIRMED. -
InterfaceTransactionId: integer
(int64)
Read Only:
trueValue that uniquely identifies the staged receiving transaction interface that created this inbound shipment line. -
InventoryShipmentTransactionId: integer
(int64)
Read Only:
trueValue that uniquely identifies the inventory transaction that creates the inbound shipment in receiving. -
inventoryStripingDFF: array
inventoryStripingDFF
-
ItemControl: string
Read Only:
trueMaximum Length:255Value that indicates the inventory item controls. Values include LOT, SERIAL, and LOTSERIAL. -
ItemDescription: string
Read Only:
trueMaximum Length:240Description of the item being shipped. -
ItemId: integer
(int64)
Read Only:
trueValue that uniquely identifies an item. -
ItemNumber: string
Read Only:
trueMaximum Length:300Number that identifies an item. -
ItemRevision: string
Read Only:
trueMaximum Length:18Value that identifies an incremental change to the item. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the inbound shipment line record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64Login of the user who updated the inbound shipment line record. -
LineNumber: integer
(int64)
Read Only:
trueLine number of the inbound shipment line for this shipment. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Locator: string
Read Only:
trueMaximum Length:4000Physical area in the subinventory, such as a row, aisle, bin, or shelf, where you store material. -
LocatorId: integer
(int64)
Read Only:
trueValue that uniquely identifies the locator. -
LotControlCode: number
Title:
Lot ControlRead Only:trueValue that indicates the ability to use lot numbers during material transactions for tracking of batches of items. A list of accepted values is defined in the lookup type EGP_LOT_CONTROL_CODE_TYPE. Review the value for this attribute using the Manage Standard Lookups task in the Setup and Maintenance work area. -
lots: array
Lots
Title:
LotsThe Lots resource gets the lot information for a specific inbound shipment line. -
LotsCount: integer
Read Only:
trueNumber of lots in a shipment line. This attribute is intended for integration. -
Manufacturer: string
Title:
ManufacturerRead Only:trueMaximum Length:700Name of the manufacturer. -
ManufacturerPartNumber: string
Title:
Manufacturer Part NumberRead Only:trueMaximum Length:700Number issued by the manufacturer that uniquely identifies the individual product. -
manufacturerParts: array
Manufacturer Parts
Title:
Manufacturer PartsManufacturer parts associated with a return line. -
MarkForCancelFlag: boolean
Value that indicates if the shipment line has been marked for cancellation. Values include true and false. Default value is false.
-
MarkForCloseFlag: boolean
Value that indicates if the shipment line has been marked for closure. Value values include true and false. Default value is false.
-
MultiplePartsExist: string
Maximum Length:
1Value that indicates if more than one manufacturer part exists for the item in the shipment line. Valid values are Y (multiple parts exist for this item) and N (one manufacturer part or none exist for this item). -
OrganizationCode: string
Read Only:
trueMaximum Length:18Abbreviation that identifies the receiving organization. -
OrganizationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the receiving organization. -
OriginalTOInvShipTransactionId: integer
(int64)
Read Only:
trueValue that uniquely identifies the original transfer order inventory shipment transaction for this return transfer order shipment. -
PackingSlip: string
Maximum Length:
25Document that itemizes the contents of a package, carton, pallet, or container for shipment to a customer. -
packingUnits: array
Packing Units
Title:
Packing UnitsThe Packing Units resource gets the packing unit hierarchy for a specific inbound shipment line. Each row in the result displays the packing unit and the parent packing unit. -
POHeaderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the purchase order header. -
POLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the purchase order line. -
POLineLocationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the purchase order schedule. -
POLineNumber: number
Title:
LineRead Only:trueNumber that identifies the purchase order line corresponding to the advance shipment notice or advance shipment billing notice line. -
PONumber: string
Title:
OrderRead Only:trueMaximum Length:30Number that identifies the purchase order corresponding to the advance shipment notice or advance shipment billing notice line. -
POScheduleNumber: number
Title:
ScheduleRead Only:trueNumber that identifies the purchase order schedule corresponding to the advance shipment notice or advance shipment billing notice line. -
PrimaryQuantity: number
Read Only:
trueShipped quantity in the primary unit of measure of the item. -
PrimaryUnitOfMeasure: string
Title:
UOM NameRead Only:trueMaximum Length:25Primary unit of measure of the item. -
PrimaryUOMCode: string
Maximum Length:
3Abbreviation that identifies the primary unit of measure of the item. -
QuantityAccepted: number
Read Only:
trueAccepted quantity for this inbound shipment line. -
QuantityReceived: number
Read Only:
trueNet quantity received for the inbound shipment line. -
QuantityRejected: number
Read Only:
trueNet quantity rejected for this inbound shipment line. -
QuantityReturned: number
Read Only:
trueNet quantity returned for this inbound shipment line. -
QuantityShipped: number
Read Only:
trueTotal quantity of goods shipped for this inbound shipment line. -
Reason: string
Maximum Length:
30Name of the inventory transaction reason. -
ReasonId: integer
(int64)
Value that uniquely identifies the inventory transaction reason.
-
Routing: string
Maximum Length:
80Routing name for the type of transaction entry that determines the steps that receive the item. Values include Direct delivery, Inspection required, and Standard receipt. A list of valid routing header identifiers is defined using the lookup RCV_ROUTING_HEADERS. -
RoutingHeaderId: integer
(int64)
Value that uniquely identifies the receipt routing. Values include 1, 2, and 3. A list of valid routing header identifiers is defined using the lookup RCV_ROUTING_HEADERS.
-
SecondaryQuantityReceived: number
Read Only:
trueNet quantity received for the inbound shipment line in the secondary unit of measure for the item. -
SecondaryQuantityShipped: number
Read Only:
trueTotal quantity of goods shipped for this inbound shipment line in the secondary unit of measure for the item. -
SecondaryUOM: string
Title:
UOM NameRead Only:trueMaximum Length:25Name of the secondary unit of measure of the item that belongs to the current shipment line. -
SecondaryUOMCode: string
Read Only:
trueMaximum Length:3Abbreviation that identifies the secondary unit of measure of the item in the inbound shipment line. -
SerialNumberControlCode: number
Title:
Serial Number ControlRead Only:trueValue that identifies the number assigned to each unit of an item and is used to track the item. A list of accepted values is defined in the lookup EGP_SERIAL_NUMBER_CONTROL_TYPE. Review the value for this attribute using the Manage Standard Lookups task in the Setup and Maintenance work area. The default value is 1. -
serials: array
Serials
Title:
SerialsThe Serials resource gets the serial numbers shipped for a specific inbound shipment line. Applies when only the serial controls the shipped item and isn't lot controlled. -
SerialsCount: integer
Read Only:
trueNumber of serials in a shipment line. This attribute is intended for integration. -
ShipmentHeaderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the inbound shipment header. -
shipmentLineDFFs: array
shipmentLineDFFs
-
ShipmentLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the inbound shipment line. -
ShipmentLineStatus: string
Read Only:
trueMaximum Length:80Name of the state of the inbound shipment line. -
ShipmentLineStatusCode: string
Read Only:
trueMaximum Length:25Abbreviation that identifies the state of the inbound shipment line. Valid include EXPECTED, PARTIALLY RECEIVED, FULLY RECEIVED, and CANCELLED. -
SourceDocumentCode: string
Read Only:
trueMaximum Length:25Abbreviation that identifies the document classification based on the originating source such as purchase order or transfer order. A list of valid source document codes is defined using the lookup RCV_SOURCE_DOCUMENT_TYPE. -
SourcePackingUnit: string
Read Only:
trueMaximum Length:30Value that identifies the originating packing unit for the item. -
Subinventory: string
Read Only:
trueMaximum Length:10Subdivision of an organization, representing either a physical area or a local grouping of items, such as a storeroom or receiving dock. -
SubinventoryName: string
Read Only:
trueMaximum Length:30Subdivision name of an organization, representing either a physical area or a local grouping of items, such as a storeroom or receiving dock. -
SupplierItemNumber: string
Title:
Supplier ItemRead Only:trueMaximum Length:300Number that the supplier uses to identify the item on the purchase order line. -
TaxInvoiceDate: string
(date)
Read Only:
trueDate and time of generation of the fiscal document, which determines the tax for the item. -
TaxInvoiceNumber: string
Read Only:
trueMaximum Length:150Number of the fiscal document, which determines the tax for the item. -
TransferCost: number
Read Only:
trueCost of transferring shipments between organizations. -
TransferOrderHeaderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the transfer order header associated with the transfer order shipment line. -
TransferOrderLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the transfer order line associated with the transfer order shipment line. -
TransferOrderLineNumber: integer
(int32)
Title:
Transfer Order LineRead Only:trueNumber that identifies the transfer order line corresponding to the inbound shipment line. -
TransferOrderNumber: string
Title:
Transfer OrderRead Only:trueMaximum Length:50Number that identifies the transfer order corresponding to the inbound shipment line. -
TransferToCostingStatus: string
Read Only:
trueMaximum Length:1Abbreviation that indicates if the ASN line has been transferred to costing. Valid values are Y, N, and NULL. The default value is NULL. -
TransportationCost: number
Read Only:
trueCost of transportation for the goods. -
TruckNumber: string
Maximum Length:
35Number of the truck used for shipment. -
UnitOfMeasure: string
Title:
UOM NameRead Only:trueMaximum Length:25Unit of measure used to quantify the inventory items. It's a physical unit (like kg, dozen, or meter) in which we measure and manage different items. -
UNNumber: string
Read Only:
trueMaximum Length:255Number that the United Nations uses to identify hazardous material. -
UNNumberId: integer
(int64)
Read Only:
trueValue that uniquely identifies the number that the United Nations uses to identify hazardous material. -
UOMCode: string
Read Only:
trueMaximum Length:3Abbreviation that identifies the unit of measure in which the item corresponding to the current line is shipped.
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Lots
Type:
arrayTitle:
LotsThe Lots resource gets the lot information for a specific inbound shipment line.
Show Source
Nested Schema : Manufacturer Parts
Type:
arrayTitle:
Manufacturer PartsManufacturer parts associated with a return line.
Show Source
Nested Schema : Packing Units
Type:
arrayTitle:
Packing UnitsThe Packing Units resource gets the packing unit hierarchy for a specific inbound shipment line. Each row in the result displays the packing unit and the parent packing unit.
Show Source
Nested Schema : Serials
Type:
arrayTitle:
SerialsThe Serials resource gets the serial numbers shipped for a specific inbound shipment line. Applies when only the serial controls the shipped item and isn't lot controlled.
Show Source
Nested Schema : inboundShipments-shipmentLines-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 IdThe unique identifier of the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30The category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255The user who created the record. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueThe user name who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEA value that indicates the data type. -
Description: string
Title:
DescriptionMaximum Length:255The description of the attachment. -
DmDocumentId: string
Maximum Length:
255The document ID from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000The folder path from which the attachment is created. -
DmVersionNumber: string
Maximum Length:
255The document version number from which the attachment is created. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeThe error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageThe error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateThe expiration date of the contents in the attachment. -
FileContents: string
(byte)
Title:
File ContentsThe contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048The file name of the attachment. -
FileUrl: string
Title:
File UrlThe URI of the file. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255The user who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueThe user name who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleThe title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeThe content type of the attachment. -
UploadedFileLength: integer
Title:
File SizeThe size of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameThe name to assign to a new attachment file. -
UploadedText: string
Title:
Uploaded TextThe text content for a new text attachment. -
Uri: string
Title:
UriMaximum Length:4000The URI of a Topology Manager type attachment. -
Url: string
Title:
UrlMaximum Length:4000The URL of a web page type attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255The login credentials of the user who created the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : 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 : inboundShipments-shipmentLines-inventoryStripingDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:40Context Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
countryOfOriginCode: string
Title:
Country of OriginMaximum Length:2Country of Origin -
countryOfOriginCode_Display: string
Title:
Country of OriginCountry of Origin -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
projectId: integer
(int64)
Title:
ProjectProject -
projectId_Display: string
Title:
ProjectProject -
ShipmentLineId: integer
(int64)
-
taskId: integer
(int64)
Title:
TaskTask -
taskId_Display: string
Title:
TaskTask
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inboundShipments-shipmentLines-lots-item-response
Type:
Show Source
object-
ExpirationActionCode: string
Read Only:
trueMaximum Length:32Abbreviation that identifies the expiration action. -
ExpirationActionDate: string
(date-time)
Read Only:
trueDate when the warehouse performed the expiration action. -
GradeCode: string
Read Only:
trueMaximum Length:150Abbreviation that identifies the grade of the inventory item lot. -
HoldDate: string
(date-time)
Read Only:
trueDate when the hold on the inventory item lot expires. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
lotAttributeDFF: array
lotAttributeDFF
-
LotExpirationDate: string
(date)
Read Only:
trueDate when the lot expires. -
LotNumber: string
Read Only:
trueMaximum Length:80Number that identifies an inventory lot. -
lotSerials: array
Serials for Lots
Title:
Serials for LotsThe Serials for Lots resource displays the serial numbers shipped for a specific lot. Applies when both the lot and the serial control the shipped item. -
lotStandardDFF: array
lotStandardDFF
-
MaturityDate: string
(date-time)
Read Only:
trueDate when the inventory item lot matures. -
OriginationDate: string
(date-time)
Read Only:
trueDate when the warehouse created the inventory item lot. -
OriginationType: string
Read Only:
trueMaximum Length:255Value that identifies the origination type of the inventory item lot. -
ParentLotNumber: string
Read Only:
trueMaximum Length:80Number that identifies the parent lot. -
Quantity: number
Read Only:
trueQuantity of the item shipped as part of the current lot. -
RetestDate: string
(date-time)
Read Only:
trueDate when the inventory item lot is retested. This attribute is based on the lot origination date and the retest interval. -
SecondaryQuantity: number
Read Only:
trueQuantity of the item shipped as part of the current lot in the secondary unit of measure for the item. -
SecondaryUOMCode: string
Read Only:
trueMaximum Length:3Abbreviation that identifies the secondary unit of measure of the shipment line item. -
SerialTransactionId: number
Read Only:
trueValue that identifies a single lot transacted to the serials for this lot. Applied when the item is lot and serial controlled. -
ShipmentLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the inbound shipment line for this lot. -
TransactionId: integer
(int64)
Read Only:
trueValue that uniquely identifies the deliver transaction of the drop ship advanced shipment notice. -
UOMCode: string
Read Only:
trueMaximum Length:3Abbreviation that identifies the unit of measure in which the lot was shipped.
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 displays the serial numbers shipped for a specific lot. Applies when both the lot and the serial control the shipped item.
Show Source
Nested Schema : inboundShipments-shipmentLines-lots-lotAttributeDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
InventoryItemId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LotNumber: string
Title:
LotMaximum Length:80 -
OrganizationId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inboundShipments-shipmentLines-lots-lotSerials-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
serialAttributeDFF: array
serialAttributeDFF
-
SerialNumber: string
Read Only:
trueMaximum Length:80Number that identifies the item unit. -
serialStandardDFF: array
serialStandardDFF
-
SupplierSerialNumber: string
Read Only:
trueMaximum Length:80Supplier serial number that was shipped as part of this ASN line.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inboundShipments-shipmentLines-lots-lotSerials-serialAttributeDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CurrentOrganizationId: integer
(int64)
-
InventoryItemId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SerialNumber: string
Title:
Serial NumberMaximum Length:80
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inboundShipments-shipmentLines-lots-lotSerials-serialStandardDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CurrentOrganizationId: integer
(int64)
-
InventoryItemId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SerialNumber: string
Title:
Serial NumberMaximum Length:80
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inboundShipments-shipmentLines-lots-lotStandardDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
InventoryItemId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LotNumber: string
Title:
LotMaximum Length:80 -
OrganizationId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inboundShipments-shipmentLines-manufacturerParts-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ManufacturerName: string
Read Only:
trueMaximum Length:360Name of the manufacturer. -
ManufacturerPartNumber: string
Read Only:
trueMaximum Length:150Number issued by the manufacturer that uniquely identifies the individual product.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inboundShipments-shipmentLines-packingUnits-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LPNId: integer
(int64)
Read Only:
trueValue that uniquely identifies the license plate number. -
PackingUnit: string
Read Only:
trueMaximum Length:30Name of the packing unit. -
ParentLPNId: integer
(int64)
Read Only:
trueValue that uniquely identifies the parent license plate number. -
ParentPackingUnit: string
Read Only:
trueMaximum Length:30Name of the parent packing unit. -
RootLPNId: number
Read Only:
trueValue that uniquely identifies the outer most license plate number in the current packing unit hierarchy.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inboundShipments-shipmentLines-serials-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
serialAttributeDFF: array
serialAttributeDFF
-
SerialNumber: string
Read Only:
trueMaximum Length:80Number that identifies the item unit. -
serialStandardDFF: array
serialStandardDFF
-
ShipmentLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the inbound shipment line. -
SupplierSerialNumber: string
Read Only:
trueMaximum Length:80Supplier serial number that was shipped as part of this ASN line. -
TransactionId: integer
(int64)
Read Only:
trueValue that uniquely identifies the deliver transaction of the drop ship advanced shipment notice.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inboundShipments-shipmentLines-serials-serialAttributeDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CurrentOrganizationId: integer
(int64)
-
InventoryItemId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SerialNumber: string
Title:
Serial NumberMaximum Length:80
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inboundShipments-shipmentLines-serials-serialStandardDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CurrentOrganizationId: integer
(int64)
-
InventoryItemId: integer
(int64)
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SerialNumber: string
Title:
Serial NumberMaximum Length:80
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inboundShipments-shipmentLines-shipmentLineDFFs-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ShipmentLineId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- attachments
-
Parameters:
- inboundShipmentsUniqID:
$request.path.inboundShipmentsUniqID - shipmentLinesUniqID:
$request.path.shipmentLinesUniqID
The attachments resource is used to view, create, and update attachments. - inboundShipmentsUniqID:
- inventoryStripingDFF
-
Parameters:
- inboundShipmentsUniqID:
$request.path.inboundShipmentsUniqID - shipmentLinesUniqID:
$request.path.shipmentLinesUniqID
- inboundShipmentsUniqID:
- lots
-
Parameters:
- inboundShipmentsUniqID:
$request.path.inboundShipmentsUniqID - shipmentLinesUniqID:
$request.path.shipmentLinesUniqID
The Lots resource gets the lot information for a specific inbound shipment line. - inboundShipmentsUniqID:
- manufacturerParts
-
Parameters:
- inboundShipmentsUniqID:
$request.path.inboundShipmentsUniqID - shipmentLinesUniqID:
$request.path.shipmentLinesUniqID
Manufacturer parts associated with a return line. - inboundShipmentsUniqID:
- packingUnits
-
Parameters:
- inboundShipmentsUniqID:
$request.path.inboundShipmentsUniqID - shipmentLinesUniqID:
$request.path.shipmentLinesUniqID
The Packing Units resource gets the packing unit hierarchy for a specific inbound shipment line. Each row in the result displays the packing unit and the parent packing unit. - inboundShipmentsUniqID:
- serials
-
Parameters:
- inboundShipmentsUniqID:
$request.path.inboundShipmentsUniqID - shipmentLinesUniqID:
$request.path.shipmentLinesUniqID
The Serials resource gets the serial numbers shipped for a specific inbound shipment line. Applies when only the serial controls the shipped item and isn't lot controlled. - inboundShipmentsUniqID:
- shipmentLineDFFs
-
Parameters:
- inboundShipmentsUniqID:
$request.path.inboundShipmentsUniqID - shipmentLinesUniqID:
$request.path.shipmentLinesUniqID
- inboundShipmentsUniqID:
Examples
This example describes how to update one shipment line.
Example cURL Command
Use the following cURL command to submit a request on the REST resource.
curl -X PATCH -u "username:password" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -d 'request payload' "https://servername/fscmRestApi/resources/version/inboundShipments/compositeKey/child/shipmentLines/compositeKey"
For example:
curl -X PATCH -u "username:password" "https://servername/fscmRestApi/resources/version/inboundShipments/00040000000EACED0005770800000000002D7651FFFFFFFFFFFFFFFF0000000EACED0005770800000000000000CF/child/shipmentLines/000C0000000EACED0005770800000000002E9AB6000000024561FFFFFFFF0000000EACED0005770800000000000A21630000000EACED0005770800000000000000CF0000000EACED0005770800000000000000CF0000000EACED0005770800005AF31131C0E10000000EACED0005770800005AF31131C0E50000000EACED0005770800005AF31131C0E6FFFFFFFFFFFFFFFFFFFFFFFF
Example Request Body
The following example includes the contents of the request body in JSON format. You replace the request payload in the cURL command with the contents of the Example Request Body. The request payload specifies attribute values that the command will use in the record that it updates.
{
"RoutingHeaderId": 2
}
Example Response Body
The following example includes the contents of the response body in JSON format:
{
"ShipmentLineId" : 3054262,
"ShipmentHeaderId" : 2979409,
"LineNumber" : 4,
"CreatedBy" : "WHSE_MGR_M1",
"CreationDate" : "2018-06-27T07:35:13+00:00",
"LastUpdateDate" : "2018-06-27T09:11:56+00:00",
"LastUpdatedBy" : "WHSE_MGR_M1",
"QuantityShipped" : 2,
"QuantityReceived" : 0,
"QuantityAccepted" : null,
"QuantityRejected" : null,
"QuantityReturned" : null,
"UOMCode" : "Ea",
"UnitOfMeasure" : "Each",
"ItemId" : 663907,
"ItemNumber" : "RCV-100",
"ItemDescription" : "Plain Item",
"ItemRevision" : null,
"OrganizationId" : 207,
"OrganizationCode" : "M1",
"SourceDocumentCode" : "PO",
"POHeaderId" : 100000012026081,
"POLineId" : 100000012026085,
"POLineLocationId" : 100000012026086,
"PONumber" : "1000125",
"POLineNumber" : 1,
"POScheduleNumber" : 1,
"DestinationTypeCode" : "INVENTORY",
"DestinationType" : "Inventory",
"ShipmentLineStatusCode" : "EXPECTED",
"ShipmentLineStatus" : "Expected",
"SecondaryQuantityShipped" : null,
"SecondaryQuantityReceived" : null,
"SecondaryUOMCode" : null,
"SecondaryUOM" : null,
"ASNLPNId" : 20365,
"SourcePackingUnit" : "SPUPlain",
"TransferOrderHeaderId" : null,
"TransferOrderLineId" : null,
"TransferOrderNumber" : null,
"TransferOrderLineNumber" : null,
"ConsignmentLine" : "N",
"InventoryShipmentTransactionId" : null,
"OriginalTOInvShipTransactionId" : null,
"PackingSlip" : "PSPl270618",
"CountryOfOriginCode" : "AE",
"CountryOfOrigin" : "United Arab Emirates",
"Subinventory" : null,
"LocatorId" : null,
"Locator" : null,
"ContainerNumber" : "SPUPl270618",
"TruckNumber" : "VehPl270618",
"BarCodeLabel" : "BCPl270618",
"Comments" : "NotePl270618",
"ReasonId" : null,
"Reason" : null,
"RoutingHeaderId" : 2,
"Routing" : "Standard receipt",
"TransferCost" : null,
"TransportationCost" : null,
"InterfaceTransactionId" : 300100159322711,
"BackToBackOrder" : "N",
"FromOrganizationId" : null,
"FromOrganizationCode" : null,
"IntegrationStatus" : "Ready to interface",
"links" : [ {
"rel" : "self",
"href" : "https://servername/fscmRestApi/resources/version/inboundShipments/00040000000EACED0005770800000000002D7651FFFFFFFFFFFFFFFF0000000EACED0005770800000000000000CF/child/shipmentLines/000C0000000EACED0005770800000000002E9AB6000000024561FFFFFFFF0000000EACED0005770800000000000A21630000000EACED0005770800000000000000CF0000000EACED0005770800000000000000CF0000000EACED0005770800005AF31131C0E10000000EACED0005770800005AF31131C0E50000000EACED0005770800005AF31131C0E6FFFFFFFFFFFFFFFFFFFFFFFF",
"name" : "shipmentLines",
"kind" : "item",
"properties" : {
"changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000478"
}
}, {
"rel" : "canonical",
"href" : "https://servername/fscmRestApi/resources/version/inboundShipments/00040000000EACED0005770800000000002D7651FFFFFFFFFFFFFFFF0000000EACED0005770800000000000000CF/child/shipmentLines/000C0000000EACED0005770800000000002E9AB6000000024561FFFFFFFF0000000EACED0005770800000000000A21630000000EACED0005770800000000000000CF0000000EACED0005770800000000000000CF0000000EACED0005770800005AF31131C0E10000000EACED0005770800005AF31131C0E50000000EACED0005770800005AF31131C0E6FFFFFFFFFFFFFFFFFFFFFFFF",
"name" : "shipmentLines",
"kind" : "item"
}, {
"rel" : "parent",
"href" : "https://servername/fscmRestApi/resources/version/inboundShipments/00040000000EACED0005770800000000002D7651FFFFFFFFFFFFFFFF0000000EACED0005770800000000000000CF",
"name" : "inboundShipments",
"kind" : "item"
}, {
"rel" : "lov",
"href" : "https://servername/fscmRestApi/resources/version/inboundShipments/00040000000EACED0005770800000000002D7651FFFFFFFFFFFFFFFF0000000EACED0005770800000000000000CF/child/shipmentLines/000C0000000EACED0005770800000000002E9AB6000000024561FFFFFFFF0000000EACED0005770800000000000A21630000000EACED0005770800000000000000CF0000000EACED0005770800000000000000CF0000000EACED0005770800005AF31131C0E10000000EACED0005770800005AF31131C0E50000000EACED0005770800005AF31131C0E6FFFFFFFFFFFFFFFFFFFFFFFF/lov/RoutingVA",
"name" : "RoutingVA",
"kind" : "collection"
}, {
"rel" : "lov",
"href" : "https://servername/fscmRestApi/resources/version/inboundShipments/00040000000EACED0005770800000000002D7651FFFFFFFFFFFFFFFF0000000EACED0005770800000000000000CF/child/shipmentLines/000C0000000EACED0005770800000000002E9AB6000000024561FFFFFFFF0000000EACED0005770800000000000A21630000000EACED0005770800000000000000CF0000000EACED0005770800000000000000CF0000000EACED0005770800005AF31131C0E10000000EACED0005770800005AF31131C0E50000000EACED0005770800005AF31131C0E6FFFFFFFFFFFFFFFFFFFFFFFF/lov/ReasonVA",
"name" : "ReasonVA",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/inboundShipments/00040000000EACED0005770800000000002D7651FFFFFFFFFFFFFFFF0000000EACED0005770800000000000000CF/child/shipmentLines/000C0000000EACED0005770800000000002E9AB6000000024561FFFFFFFF0000000EACED0005770800000000000A21630000000EACED0005770800000000000000CF0000000EACED0005770800000000000000CF0000000EACED0005770800005AF31131C0E10000000EACED0005770800005AF31131C0E50000000EACED0005770800005AF31131C0E6FFFFFFFFFFFFFFFFFFFFFFFF/child/lots",
"name" : "lots",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/inboundShipments/00040000000EACED0005770800000000002D7651FFFFFFFFFFFFFFFF0000000EACED0005770800000000000000CF/child/shipmentLines/000C0000000EACED0005770800000000002E9AB6000000024561FFFFFFFF0000000EACED0005770800000000000A21630000000EACED0005770800000000000000CF0000000EACED0005770800000000000000CF0000000EACED0005770800005AF31131C0E10000000EACED0005770800005AF31131C0E50000000EACED0005770800005AF31131C0E6FFFFFFFFFFFFFFFFFFFFFFFF/child/packingUnits",
"name" : "packingUnits",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/inboundShipments/00040000000EACED0005770800000000002D7651FFFFFFFFFFFFFFFF0000000EACED0005770800000000000000CF/child/shipmentLines/000C0000000EACED0005770800000000002E9AB6000000024561FFFFFFFF0000000EACED0005770800000000000A21630000000EACED0005770800000000000000CF0000000EACED0005770800000000000000CF0000000EACED0005770800005AF31131C0E10000000EACED0005770800005AF31131C0E50000000EACED0005770800005AF31131C0E6FFFFFFFFFFFFFFFFFFFFFFFF/child/attachments",
"name" : "attachments",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/inboundShipments/00040000000EACED0005770800000000002D7651FFFFFFFFFFFFFFFF0000000EACED0005770800000000000000CF/child/shipmentLines/000C0000000EACED0005770800000000002E9AB6000000024561FFFFFFFF0000000EACED0005770800000000000A21630000000EACED0005770800000000000000CF0000000EACED0005770800000000000000CF0000000EACED0005770800005AF31131C0E10000000EACED0005770800005AF31131C0E50000000EACED0005770800005AF31131C0E6FFFFFFFFFFFFFFFFFFFFFFFF/child/serials",
"name" : "serials",
"kind" : "collection"
}, {
"rel" : "child",
"href" : "https://servername/fscmRestApi/resources/version/inboundShipments/00040000000EACED0005770800000000002D7651FFFFFFFFFFFFFFFF0000000EACED0005770800000000000000CF/child/shipmentLines/000C0000000EACED0005770800000000002E9AB6000000024561FFFFFFFF0000000EACED0005770800000000000A21630000000EACED0005770800000000000000CF0000000EACED0005770800000000000000CF0000000EACED0005770800005AF31131C0E10000000EACED0005770800005AF31131C0E50000000EACED0005770800005AF31131C0E6FFFFFFFFFFFFFFFFFFFFFFFF/child/shipmentLineDFFs",
"name" : "shipmentLineDFFs",
"kind" : "collection"
} ]
}