Get all inbound shipments
get
/fscmRestApi/resources/11.13.18.05/inboundShipments
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 inbound shipments according to the primary key of the inbound shipment header.
Finder Variables:- ShipmentHeaderId; integer; Value that uniquely identifies the inbound shipment header.
- findByOrgDateSupplierShipment: Finds inbound shipments according to one or more of the following attributes: shipment number, receiving organization, supplier, or expected receipt date.
Finder Variables:- bindExpectedReceiptDate; string; Date when the shipment is expected to be received.
- bindOrganizationCode; string; Abbreviation that identifies the organization.
- bindOrganizationId; integer; Value that uniquely identifies the receiving organization.
- bindShipmentHeaderId; integer; Value that uniquely identifies the inbound shipment.
- bindShipmentNumber; string; Number that identifies the inbound shipment.
- bindSupplier; string; Name of the supplier who created the advance shipment notice.
- bindVendorId; integer; Value that uniquely identifies the supplier who created the advance shipment notice.
- findByOrgOrderSupplierShipment: Finds inbound shipments according to one or more of the following attributes: purchase order number, transfer order number, shipment number, receiving organization, or supplier.
Finder Variables:- bindOrganizationCode; string; Abbreviation that identifies the organization.
- bindOrganizationId; integer; Value that uniquely identifies the receiving organization.
- bindPOHeaderId; integer; Value that uniquely identifies the purchase order header.
- bindPONumber; string; Number that identifies the purchase order in the inbound shipment line.
- bindShipmentHeaderId; integer; Value that uniquely identifies the inbound shipment header.
- bindShipmentNumber; string; Number that identifies the inbound shipment.
- bindSupplier; string; Name of the supplier who created the advance shipment notice.
- bindTONumber; string; Number that identifies the transfer order in the inbound shipment line.
- bindTransferOrderHeaderId; integer; Value that uniquely identifies the transfer order header.
- bindVendorId; integer; Value that uniquely identifies the supplier who created the advance shipment notice.
- PrimaryKey: Finds inbound shipments according to the primary key of the inbound shipment header.
-
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:- ASNType; string; Abbreviation that identifies the document type that specifies how to use this transaction for in-transit shipments and transfer order shipments. This attribute contains one of the following values. ASN: represents an advance shipment notice; ASBN: represents an advance shipment billing notice; STD: represents a transfer order shipment or in-transit shipment.
- BillOfLading; string; Receipt that a carrier issues to the shipper as a contract for carriage of goods. This receipt acknowledges that the cargo is accepted for transportation and must be presented for taking delivery at the destination.
- Carrier; string; Name of the company that transports goods from one point to another by land, sea, or air.
- Comments; string; Comments or notes entered in the inbound shipment header.
- ContainerNumber; string; Reference number, used for documentation, assigned to the freight container.
- CreatedBy; string; User who created the inbound shipment header record.
- CreationDate; string; Date and time when the inbound shipment header record was created.
- CurrencyCode; string; Abbreviation that identifies the invoice amount currency.
- ExpectedReceiptDate; string; Date when the inbound shipment is expected to arrive at the receiving organizations.
- FreightAmount; number; Price at which the cargo is delivered from one point to another. The price depends on the mode of transport, the weight of the cargo, and the distance of the delivery destination.
- FreightCarrierId; integer; Value that uniquely identifies the freight carrier.
- FreightTerms; string; Agreement that describes whether the buyer or seller pays the shipping cost of the sales order, and when payment is due.
- FreightTermsCode; string; Abbreviation that identifies the freight terms.
- GrossWeight; number; Weight of the fully loaded vehicle, container, or item, including packed items and packaging material.
- GrossWeightUOM; string; Unit of measure for the gross weight of the shipment.
- GrossWeightUOMCode; string; Abbreviation that identifies the unit of measure used for gross weight of the shipment.
- HeaderInterfaceId; integer; Value that uniquely identifies the staged receiving header interface that was used in creating this inbound shipment.
- IntegratedSystemCode; string; Abbreviation that identifies the integrated system status for an organization.
- InvoiceAmount; number; Amount on the invoice associated with the shipment or billing notice, such as, an advanced shipment notice with billing information.
- InvoiceDate; string; Date when the invoice associated with the shipment or billing notice, such as, an advanced shipment notice with billing information, is due.
- InvoiceNumber; string; Number that identifies the invoice associated with the shipment/billing notice such as, advanced shipment notice with billing information.
- LastUpdateDate; string; Date and time when the user most recently updated the inbound shipment header record.
- LastUpdatedBy; string; Login of the user who updated the inbound shipment header record.
- ModeOfTransport; string; Abbreviation that identifies the mode of transport for the shipping method.
- NetWeight; number; Weight of the products being shipped without considering the packaging.
- NetWeightUOM; string; Unit of measure for the net weight of the shipment.
- NetWeightUOMCode; string; Abbreviation that identifies the unit of measure used for net weight of the shipment.
- NumberOfContainers; integer; Number of packing units in the shipment.
- PackagingCode; string; Abbreviation that identifies the material being transported. The unique packaging code is based on the United Nations Committee of Experts on the Transportation of Dangerous Goods recommendations.
- PackingSlip; string; Document that itemizes the contents of a package, carton, pallet, or container for shipment to a customer.
- PaymentTerms; string; Name of the payment terms used to schedule payments and to calculate due dates, discount dates, and discount amounts, if applicable.
- PaymentTermsId; integer; Value that uniquely identifies the payment terms.
- ReceiptNumber; string; Number that acknowledges that a shipment was received in the warehouse.
- ReceiptSourceCode; string; Abbreviation that identifies the source type for the inbound shipment. Values include VENDOR, INVENTORY, and TRANSFER ORDER.
- ServiceLevel; string; Transportation priority that determines how quickly to transport goods. A list of accepted values is defined in the lookup WSH_SERVICE_LEVELS.
- ShipFromOrganizationCode; string; Abbreviation that identifies the originating organization of the in-transit shipment or transfer order shipment.
- ShipFromOrganizationId; integer; Value that uniquely identifies the originating organization of the in-transit shipment or transfer order shipment.
- ShipFromOrganizationName; string; Name of the originating organization of the in-transit shipment or transfer order shipment.
- ShipMethodCode; string; Abbreviation that identifies the transportation method for the shipment.
- ShipToOrganizationCode; string; Abbreviation that identifies the organization that receives the item.
- ShipToOrganizationId; integer; Value that uniquely identifies the receiving organization.
- ShipmentHeaderId; integer; Value that uniquely identifies the inbound shipment header.
- ShipmentNumber; string; Number that identifies the inbound shipment.
- ShippedDate; string; Date when goods were shipped by the supplier.
- ShippingMethod; string; The user-visible value that uniquely identifies the carrier shipping method, as a concatenation of carrier name, service level, and mode of transport.
- SpecialHandlingCode; string; Abbreviation that identifies the handling instructions for the transported material.
- SupplierName; string; Name of the supplier who provides the products in return for what may or may not require payment.
- SupplierNumber; string; Number that identifies the supplier.
- SupplierShipmentNumber; string; Value that's used to identify the shipment in the supplier's source application.
- SupplierSiteCode; string; Abbreviation that identifies the supplier site from other sites for a supplier.
- TarWeight; number; Weight of an empty vehicle or container. You can subtract the tare weight from the gross weight (laden weight) to find the weight of the carried goods (net weight).
- TarWeightUOM; string; Unit of measure for the tare weight of the shipment.
- TarWeightUOMCode; string; Abbreviation that identifies the unit of measure used for tare weight of the shipment.
- TaxAmount; number; Tax amount associated with the shipment or billing notice name indicated at the header level.
- VendorId; integer; Value that uniquely identifies the supplier.
- VendorSiteId; integer; Value that uniquely identifies the supplier site.
- WaybillAirbillNumber; string; Number that identifies the nonnegotiable document that describes the contract for transporting cargo.
-
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 : inboundShipments
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 : inboundShipments-item-response
Type:
Show Source
object-
ASNType: string
Read Only:
trueMaximum Length:25Abbreviation that identifies the document type that specifies how to use this transaction for in-transit shipments and transfer order shipments. This attribute contains one of the following values. ASN: represents an advance shipment notice; ASBN: represents an advance shipment billing notice; STD: represents a transfer order shipment or in-transit shipment. -
BillOfLading: string
Maximum Length:
25Receipt that a carrier issues to the shipper as a contract for carriage of goods. This receipt acknowledges that the cargo is accepted for transportation and must be presented for taking delivery at the destination. -
Carrier: string
Maximum Length:
360Name of the company that transports goods from one point to another by land, sea, or air. -
Comments: string
Maximum Length:
4000Comments or notes entered in the inbound shipment header. -
ContainerNumber: string
Maximum Length:
30Reference number, used for documentation, assigned to the freight container. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the inbound shipment header record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the inbound shipment header record was created. -
CurrencyCode: string
Read Only:
trueMaximum Length:15Abbreviation that identifies the invoice amount currency. -
ExpectedReceiptDate: string
(date-time)
Date when the inbound shipment is expected to arrive at the receiving organizations.
-
FreightAmount: number
Read Only:
truePrice at which the cargo is delivered from one point to another. The price depends on the mode of transport, the weight of the cargo, and the distance of the delivery destination. -
FreightCarrierId: integer
(int64)
Value that uniquely identifies the freight carrier.
-
FreightTerms: string
Maximum Length:
80Agreement that describes whether the buyer or seller pays the shipping cost of the sales order, and when payment is due. -
FreightTermsCode: string
Maximum Length:
25Abbreviation that identifies the freight terms. -
GrossWeight: number
Read Only:
trueWeight of the fully loaded vehicle, container, or item, including packed items and packaging material. -
GrossWeightUOM: string
Title:
UOM NameRead Only:trueMaximum Length:25Unit of measure for the gross weight of the shipment. -
GrossWeightUOMCode: string
Read Only:
trueMaximum Length:3Abbreviation that identifies the unit of measure used for gross weight of the shipment. -
headerAttachments: array
Attachments
Title:
AttachmentsThe Attachments resource gets the details about the documents that the user attached to the shipment header. -
HeaderInterfaceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the staged receiving header interface that was used in creating this inbound shipment. -
IntegratedSystemCode: string
Read Only:
trueMaximum Length:25Abbreviation that identifies the integrated system status for an organization. -
InvoiceAmount: number
Read Only:
trueAmount on the invoice associated with the shipment or billing notice, such as, an advanced shipment notice with billing information. -
InvoiceDate: string
(date-time)
Read Only:
trueDate when the invoice associated with the shipment or billing notice, such as, an advanced shipment notice with billing information, is due. -
InvoiceNumber: string
Read Only:
trueMaximum Length:50Number that identifies the invoice associated with the shipment/billing notice such as, advanced shipment notice with billing information. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the inbound shipment header record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64Login of the user who updated the inbound shipment header record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ModeOfTransport: string
Maximum Length:
30Abbreviation that identifies the mode of transport for the shipping method. -
NetWeight: number
Weight of the products being shipped without considering the packaging.
-
NetWeightUOM: string
Maximum Length:
25Unit of measure for the net weight of the shipment. -
NetWeightUOMCode: string
Maximum Length:
3Abbreviation that identifies the unit of measure used for net weight of the shipment. -
NumberOfContainers: integer
(int64)
Number of packing units in the shipment.
-
PackagingCode: string
Maximum Length:
5Abbreviation that identifies the material being transported. The unique packaging code is based on the United Nations Committee of Experts on the Transportation of Dangerous Goods recommendations. -
PackingSlip: string
Maximum Length:
25Document that itemizes the contents of a package, carton, pallet, or container for shipment to a customer. -
PaymentTerms: string
Read Only:
trueMaximum Length:50Name of the payment terms used to schedule payments and to calculate due dates, discount dates, and discount amounts, if applicable. -
PaymentTermsId: integer
(int64)
Read Only:
trueValue that uniquely identifies the payment terms. -
ReceiptNumber: string
Read Only:
trueMaximum Length:30Number that acknowledges that a shipment was received in the warehouse. -
ReceiptSourceCode: string
Read Only:
trueMaximum Length:25Abbreviation that identifies the source type for the inbound shipment. Values include VENDOR, INVENTORY, and TRANSFER ORDER. -
ServiceLevel: string
Maximum Length:
30Transportation priority that determines how quickly to transport goods. A list of accepted values is defined in the lookup WSH_SERVICE_LEVELS. -
ShipFromOrganizationCode: string
Read Only:
trueMaximum Length:18Abbreviation that identifies the originating organization of the in-transit shipment or transfer order shipment. -
ShipFromOrganizationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the originating organization of the in-transit shipment or transfer order shipment. -
ShipFromOrganizationName: string
Read Only:
trueMaximum Length:240Name of the originating organization of the in-transit shipment or transfer order shipment. -
shipmentHeaderDFFs: array
Flexfields for Shipment Headers
Title:
Flexfields for Shipment HeadersThe Flexfields for Shipment Headers resource gets the descriptive flexfields for the information corresponding to the inbound shipment header. It includes global segments, context, and context sensitive segments. -
ShipmentHeaderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the inbound shipment header. -
shipmentLines: array
Shipment Lines
Title:
Shipment LinesThe Shipment Lines resource manages details about the shipment lines for a specific shipment header. -
ShipmentNumber: string
Read Only:
trueMaximum Length:30Number that identifies the inbound shipment. -
ShipMethodCode: string
Maximum Length:
30Abbreviation that identifies the transportation method for the shipment. -
ShippedDate: string
(date-time)
Date when goods were shipped by the supplier.
-
ShippingMethod: string
Maximum Length:
255The user-visible value that uniquely identifies the carrier shipping method, as a concatenation of carrier name, service level, and mode of transport. -
ShipToOrganizationCode: string
Read Only:
trueMaximum Length:18Abbreviation that identifies the organization that receives the item. -
ShipToOrganizationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the receiving organization. -
SpecialHandlingCode: string
Maximum Length:
3Abbreviation that identifies the handling instructions for the transported material. -
SupplierName: string
Read Only:
trueMaximum Length:360Name of the supplier who provides the products in return for what may or may not require payment. -
SupplierNumber: string
Read Only:
trueMaximum Length:30Number that identifies the supplier. -
SupplierShipmentNumber: string
Maximum Length:
30Value that's used to identify the shipment in the supplier's source application. -
SupplierSiteCode: string
Read Only:
trueMaximum Length:240Abbreviation that identifies the supplier site from other sites for a supplier. -
TarWeight: number
Weight of an empty vehicle or container. You can subtract the tare weight from the gross weight (laden weight) to find the weight of the carried goods (net weight).
-
TarWeightUOM: string
Maximum Length:
25Unit of measure for the tare weight of the shipment. -
TarWeightUOMCode: string
Maximum Length:
3Abbreviation that identifies the unit of measure used for tare weight of the shipment. -
TaxAmount: number
Read Only:
trueTax amount associated with the shipment or billing notice name indicated at the header level. -
UpdateCancelShipmentAllowed: string
Read Only:
trueMaximum Length:1Value that indicates if this inbound shipment can be modified or canceled. -
VendorId: integer
(int64)
Read Only:
trueValue that uniquely identifies the supplier. -
VendorSiteId: integer
(int64)
Read Only:
trueValue that uniquely identifies the supplier site. -
WaybillAirbillNumber: string
Maximum Length:
30Number that identifies the nonnegotiable document that describes the contract for transporting cargo.
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe Attachments resource gets the details about the documents that the user attached to the shipment header.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Shipment Headers
Type:
arrayTitle:
Flexfields for Shipment HeadersThe Flexfields for Shipment Headers resource gets the descriptive flexfields for the information corresponding to the inbound shipment header. It includes global segments, context, and context sensitive segments.
Show Source
Nested Schema : Shipment Lines
Type:
arrayTitle:
Shipment LinesThe Shipment Lines resource manages details about the shipment lines for a specific shipment header.
Show Source
Nested Schema : inboundShipments-headerAttachments-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 attachment of a shipment line. It is a primary key that the application generates when a document is attached to the shipment line. -
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 attachment for the specification. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the attachment record. -
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 MessageError message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateExpiration date of the contents in the attachment. -
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) of the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueBase64-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 and time when the user most recently updated the document that is attached to the shipment line. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255Login of the user who updated the document that is attached to the shipment line. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueLogin that the user used when updating the attachment for the specification. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionName 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) that identifies the attachment. -
Url: string
Title:
UrlMaximum Length:4000URL (Uniform Resource Locator) that locates the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255Login that the user used when adding or modifying the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : inboundShipments-shipmentHeaderDFFs-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context value of the descriptive flexfield that contains details about the inbound shipment header. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueDescriptive flexfield context display value for an inbound shipment header. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ShipmentHeaderId: integer
(int64)
Value that uniquely identifies the shipment header.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested 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 gets the details about the documents that the user attached to the shipment line. -
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
Flexfields for Inventory Striping Attributes
Title:
Flexfields for Inventory Striping AttributesThe Flexfields for Inventory Striping Attributes resource manages the inventory striping attributes that the descriptive flexfield references associated with a inbound shipment line. Inventory striping (inventory tracking) attributes are a set of named attributes (project, task, and country of origin) as well as user-configurable attributes, which when specified as part of the receipt or receiving transaction, are used to track the inventory on hand. -
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 PartsThe Manufacturer Parts resource manages the manufacturer parts associated with a receipt line. -
MarkForCancelFlag: boolean
Value that indicates if the shipment line has been marked for cancelation. Value 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:
trueNet quantity accepted 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 is not 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
Flexfields for Shipment Lines
Title:
Flexfields for Shipment LinesThe Flexfields for Shipment Lines resource gets the descriptive flexfields for the information corresponding to the inbound shipment line. It includes global segments, context, and context sensitive segments. -
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. -
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 is 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 gets the details about the documents that the user attached to the shipment line.
Show Source
Nested Schema : Flexfields for Inventory Striping Attributes
Type:
arrayTitle:
Flexfields for Inventory Striping AttributesThe Flexfields for Inventory Striping Attributes resource manages the inventory striping attributes that the descriptive flexfield references associated with a inbound shipment line. Inventory striping (inventory tracking) attributes are a set of named attributes (project, task, and country of origin) as well as user-configurable attributes, which when specified as part of the receipt or receiving transaction, are used to track the inventory on hand.
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 PartsThe Manufacturer Parts resource manages the manufacturer parts associated with a receipt 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 is not lot controlled.
Show Source
Nested Schema : Flexfields for Shipment Lines
Type:
arrayTitle:
Flexfields for Shipment LinesThe Flexfields for Shipment Lines resource gets the descriptive flexfields for the information corresponding to the inbound shipment line. It includes global segments, context, and context sensitive segments.
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 IdValue that uniquely identifies the attachment of a shipment line. It is a primary key that the application generates when a document is attached to the shipment line. -
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 attachment for the specification. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the attachment record. -
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 MessageError message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateExpiration date of the contents in the attachment. -
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) of the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueBase64-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 and time when the user most recently updated the document that is attached to the shipment line. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255Login of the user who updated the document that is attached to the shipment line. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueLogin that the user used when updating the attachment for the specification. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionName 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) that identifies the attachment. -
Url: string
Title:
UrlMaximum Length:4000URL (Uniform Resource Locator) that locates the attachment. -
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 : inboundShipments-shipmentLines-inventoryStripingDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:40Descriptive flexfield context name for inventory striping attributes. -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentDescriptive flexfield context display value for inventory striping attributes. -
countryOfOriginCode: string
Title:
Country of OriginMaximum Length:2Abbreviation that identifies the country of manufacture for this item. -
countryOfOriginCode_Display: string
Title:
Country of OriginName of the country. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
projectId: integer
(int64)
Title:
ProjectValue that uniquely identifies the project. -
projectId_Display: string
Title:
ProjectNumber that identifies the project. -
ShipmentLineId: integer
(int64)
Value that uniquely identifies the inbound shipment line.
-
taskId: integer
(int64)
Title:
TaskValue that uniquely identifies the task. -
taskId_Display: string
Title:
TaskNumber that identifies the task.
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
Flexfields for Lot Attributes
Title:
Flexfields for Lot AttributesThe Flexfields for Lot Attributes resource manages details about the lot attributes that the descriptive flexfield references. -
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
Fiexfields for Lots
Title:
Fiexfields for LotsThe Flexfields for Lots resource manages details about the lot that the descriptive flexfield references. -
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 : Flexfields for Lot Attributes
Type:
arrayTitle:
Flexfields for Lot AttributesThe Flexfields for Lot Attributes resource manages details about the lot attributes that the descriptive flexfield references.
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 : Fiexfields for Lots
Type:
arrayTitle:
Fiexfields for LotsThe Flexfields for Lots resource manages details about the lot that the descriptive flexfield references.
Show Source
Nested Schema : inboundShipments-shipmentLines-lots-lotAttributeDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Descriptive flexfield context name for lot attributes. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
InventoryItemId: integer
(int64)
Value that uniquely identifies the inventory item.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LotNumber: string
Title:
LotMaximum Length:80Number that identifies the inventory item lot. -
OrganizationId: integer
(int64)
Value that uniquely identifies the receiving organization.
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
Flexfields for Serial Attributes
Title:
Flexfields for Serial AttributesThe Flexfields for Serial Attributes resource manages details about the serial attributes that the descriptive flexfield references. -
SerialNumber: string
Read Only:
trueMaximum Length:80Number that identifies the item unit. -
serialStandardDFF: array
Flexfields for Serial Numbers
Title:
Flexfields for Serial NumbersThe Flexfields for Serial Numbers resource manages details about the serial numbers that the descriptive flexfield references. -
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 : Flexfields for Serial Attributes
Type:
arrayTitle:
Flexfields for Serial AttributesThe Flexfields for Serial Attributes resource manages details about the serial attributes that the descriptive flexfield references.
Show Source
Nested Schema : Flexfields for Serial Numbers
Type:
arrayTitle:
Flexfields for Serial NumbersThe Flexfields for Serial Numbers resource manages details about the serial numbers that the descriptive flexfield references.
Show Source
Nested Schema : inboundShipments-shipmentLines-lots-lotSerials-serialAttributeDFF-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 ValueContext Value -
CurrentOrganizationId: integer
(int64)
Value that uniquely identifies the receiving organization.
-
InventoryItemId: integer
(int64)
Value that uniquely identifies the inventory item.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SerialNumber: string
Title:
Serial NumberMaximum Length:80Number that identifies the item unit.
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:30Descriptive flexfield context name for serial numbers. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CurrentOrganizationId: integer
(int64)
Value that uniquely identifies the receiving organization.
-
InventoryItemId: integer
(int64)
Value that uniquely identifies the inventory item.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SerialNumber: string
Title:
Serial NumberMaximum Length:80Number that identifies the item unit.
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:30Descriptive flexfield context name for lots. -
__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:80Number that identifies the inventory item lot. -
OrganizationId: integer
(int64)
Value that uniquely identifies the receiving organization.
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
Flexfields for Serial Attributes
Title:
Flexfields for Serial AttributesThe Flexfields for Serial Attributes resource manages details about the serial attributes that the descriptive flexfield references. -
SerialNumber: string
Read Only:
trueMaximum Length:80Number that identifies the item unit. -
serialStandardDFF: array
Flexfields for Serial Numbers
Title:
Flexfields for Serial NumbersThe Flexfields for Serial Numbers resource manages details about the serial numbers that the descriptive flexfield references. -
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 : Flexfields for Serial Attributes
Type:
arrayTitle:
Flexfields for Serial AttributesThe Flexfields for Serial Attributes resource manages details about the serial attributes that the descriptive flexfield references.
Show Source
Nested Schema : Flexfields for Serial Numbers
Type:
arrayTitle:
Flexfields for Serial NumbersThe Flexfields for Serial Numbers resource manages details about the serial numbers that the descriptive flexfield references.
Show Source
Nested Schema : inboundShipments-shipmentLines-serials-serialAttributeDFF-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 ValueContext Value -
CurrentOrganizationId: integer
(int64)
Value that uniquely identifies the receiving organization.
-
InventoryItemId: integer
(int64)
Value that uniquely identifies the inventory item.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SerialNumber: string
Title:
Serial NumberMaximum Length:80Number that identifies the item unit.
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:30Descriptive flexfield context name for serial numbers. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
CurrentOrganizationId: integer
(int64)
Value that uniquely identifies the receiving organization.
-
InventoryItemId: integer
(int64)
Value that uniquely identifies the inventory item.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SerialNumber: string
Title:
Serial NumberMaximum Length:80Number that identifies the item unit.
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 of the descriptive flexfield that contains details about the inbound shipment line. -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ShipmentLineId: integer
(int64)
Value that uniquely identifies the inbound shipment line.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- cancelASN
-
Cancels all the lines that belong to this ASN.
- cancelASNLine
-
Cancels the specified ASN line.
- closeASNLine
-
Closes the specified ASN line.
Examples
This example describes how to get all inbound shipments.
Example cURL Command
Use a finder to submit a request on the REST resource.
For example, the following command gets all inbound shipments using the findByOrgOrderSupplierShipment finder:
curl -u username:password "https://servername/fscmRestApi/resources/version/inboundShipments/?finder=findByOrgOrderSupplierShipment;bindPONumber=1000125,bindShipmentNumber=ASN270618&expand=shipmentLines.lots,shipmentLines.lots.lotSerials,shipmentLines.serials,shipmentLines.shipmentLineDFFs,shipmentLines.packingUnits,shipmentLines.attachments,shipmentHeaderDFFs&onlyData=true"
Example Response Body
The following shows an example of the response body in JSON format.
{
"items" : [ {
"ShipmentHeaderId" : 2979409,
"CreatedBy" : "WHSE_MGR_M1",
"CreationDate" : "2018-06-27T07:35:12+00:00",
"LastUpdateDate" : "2018-06-27T07:35:12+00:00",
"LastUpdatedBy" : "WHSE_MGR_M1",
"ReceiptSourceCode" : "VENDOR",
"ASNType" : "ASN",
"ShipFromOrganizationId" : null,
"ShipFromOrganizationCode" : null,
"ShipmentNumber" : "ASN270618",
"ReceiptNumber" : null,
"BillOfLading" : "BOL270618",
"PackingSlip" : "PS270618",
"PackagingCode" : "PC270",
"SpecialHandlingCode" : "SHC",
"ShippedDate" : "2018-06-27T00:00:00+00:00",
"FreightCarrierId" : 12528,
"Carrier" : "J B Hunt",
"ExpectedReceiptDate" : "2018-06-27T00:00:00+00:00",
"NumberOfContainers" : 3,
"WaybillAirbillNumber" : "WB270618",
"GrossWeight" : null,
"GrossWeightUOMCode" : null,
"GrossWeightUOM" : null,
"NetWeight" : 500,
"NetWeightUOMCode" : "10P",
"NetWeightUOM" : "10Pack",
"TarWeight" : 50,
"TarWeightUOMCode" : "10P",
"TarWeightUOM" : "10Pack",
"FreightTermsCode" : "PPD",
"FreightTerms" : "PPD",
"ShipToOrganizationId" : 207,
"ShipToOrganizationCode" : "M1",
"IntegratedSystemCode" : null,
"Comments" : "ASN for demo",
"VendorId" : 21,
"SupplierName" : "PennyPack Systems",
"VendorSiteId" : 1969,
"SupplierSiteCode" : "FRESNO",
"InvoiceNumber" : null,
"InvoiceAmount" : null,
"InvoiceDate" : null,
"FreightAmount" : null,
"TaxAmount" : null,
"PaymentTermsId" : null,
"PaymentTerms" : null,
"CurrencyCode" : null,
"HeaderInterfaceId" : 300100159322707,
"shipmentLines" : [ {
"ShipmentLineId" : 3054259,
"ShipmentHeaderId" : 2979409,
"LineNumber" : 1,
"CreatedBy" : "WHSE_MGR_M1",
"CreationDate" : "2018-06-27T07:35:12+00:00",
"LastUpdateDate" : "2018-06-27T07:35:12+00:00",
"LastUpdatedBy" : "WHSE_MGR_M1",
"QuantityShipped" : 2,
"QuantityReceived" : 0,
"QuantityAccepted" : null,
"QuantityRejected" : null,
"QuantityReturned" : null,
"UOMCode" : "Ea",
"UnitOfMeasure" : "Each",
"ItemId" : 663997,
"ItemNumber" : "VC110",
"ItemDescription" : "VC-Lot Serial Revision",
"ItemRevision" : "A",
"OrganizationId" : 207,
"OrganizationCode" : "M1",
"SourceDocumentCode" : "PO",
"POHeaderId" : 100000012026081,
"POLineId" : 100000012026218,
"POLineLocationId" : 100000012026219,
"PONumber" : "1000125",
"POLineNumber" : 8,
"POScheduleNumber" : 1,
"DestinationTypeCode" : "INVENTORY",
"DestinationType" : "Inventory",
"ShipmentLineStatusCode" : "EXPECTED",
"ShipmentLineStatus" : "Expected",
"SecondaryQuantityShipped" : null,
"SecondaryQuantityReceived" : null,
"SecondaryUOMCode" : null,
"SecondaryUOM" : null,
"ASNLPNId" : null,
"SourcePackingUnit" : null,
"TransferOrderHeaderId" : null,
"TransferOrderLineId" : null,
"TransferOrderNumber" : null,
"TransferOrderLineNumber" : null,
"ConsignmentLine" : "N",
"InventoryShipmentTransactionId" : null,
"OriginalTOInvShipTransactionId" : null,
"PackingSlip" : "PSLS270618",
"CountryOfOriginCode" : "CL",
"CountryOfOrigin" : "Chile",
"Subinventory" : null,
"LocatorId" : null,
"Locator" : null,
"ContainerNumber" : "SPULS270618",
"TruckNumber" : "VehLS270618",
"BarCodeLabel" : "BCLS270618",
"Comments" : "NoteLS270618",
"ReasonId" : null,
"Reason" : null,
"RoutingHeaderId" : 1,
"Routing" : "Standard receipt",
"TransferCost" : null,
"TransportationCost" : null,
"InterfaceTransactionId" : 300100159322708,
"BackToBackOrder" : "N",
"FromOrganizationId" : null,
"FromOrganizationCode" : null,
"IntegrationStatus" : "Ready to interface",
"lots" : [ {
"LotNumber" : "LOT270618_02",
"ShipmentLineId" : 3054259,
"Quantity" : 2,
"UOMCode" : "Ea",
"SecondaryQuantity" : null,
"SecondaryUOMCode" : null,
"TransactionId" : null,
"SerialTransactionId" : null,
"LotExpirationDate" : null,
"lotSerials" : [ {
"SerialNumber" : "SER270618_03"
}, {
"SerialNumber" : "SER270618_04"
} ]
} ],
"packingUnits" : [ ],
"attachments" : [ ],
"serials" : [ ],
"shipmentLineDFFs" : [ {
"ShipmentLineId" : 3054259,
"_Global__Segment" : null,
"_zBIADFF1" : null,
"_BI_2DGlob_2DRL" : null,
"restglobalseg1" : null,
"__FLEX_Context" : null,
"__FLEX_Context_DisplayValue" : null
} ]
}, {
"ShipmentLineId" : 3054260,
"ShipmentHeaderId" : 2979409,
"LineNumber" : 2,
"CreatedBy" : "WHSE_MGR_M1",
"CreationDate" : "2018-06-27T07:35:13+00:00",
"LastUpdateDate" : "2018-06-27T07:35:13+00:00",
"LastUpdatedBy" : "WHSE_MGR_M1",
"QuantityShipped" : 2,
"QuantityReceived" : 0,
"QuantityAccepted" : null,
"QuantityRejected" : null,
"QuantityReturned" : null,
"UOMCode" : "Ea",
"UnitOfMeasure" : "Each",
"ItemId" : 663909,
"ItemNumber" : "RCV-102",
"ItemDescription" : "Serial @ Receipt Item",
"ItemRevision" : null,
"OrganizationId" : 207,
"OrganizationCode" : "M1",
"SourceDocumentCode" : "PO",
"POHeaderId" : 100000012026081,
"POLineId" : 100000012026181,
"POLineLocationId" : 100000012026182,
"PONumber" : "1000125",
"POLineNumber" : 3,
"POScheduleNumber" : 1,
"DestinationTypeCode" : "INVENTORY",
"DestinationType" : "Inventory",
"ShipmentLineStatusCode" : "EXPECTED",
"ShipmentLineStatus" : "Expected",
"SecondaryQuantityShipped" : null,
"SecondaryQuantityReceived" : null,
"SecondaryUOMCode" : null,
"SecondaryUOM" : null,
"ASNLPNId" : null,
"SourcePackingUnit" : null,
"TransferOrderHeaderId" : null,
"TransferOrderLineId" : null,
"TransferOrderNumber" : null,
"TransferOrderLineNumber" : null,
"ConsignmentLine" : "N",
"InventoryShipmentTransactionId" : null,
"OriginalTOInvShipTransactionId" : null,
"PackingSlip" : "PSSer270618",
"CountryOfOriginCode" : "AL",
"CountryOfOrigin" : "Albania",
"Subinventory" : null,
"LocatorId" : null,
"Locator" : null,
"ContainerNumber" : "SPUSer270618",
"TruckNumber" : "VehSer270618",
"BarCodeLabel" : "BCSer270618",
"Comments" : "NoteSer270618",
"ReasonId" : null,
"Reason" : null,
"RoutingHeaderId" : 1,
"Routing" : "Standard receipt",
"TransferCost" : null,
"TransportationCost" : null,
"InterfaceTransactionId" : 300100159322709,
"BackToBackOrder" : "N",
"FromOrganizationId" : null,
"FromOrganizationCode" : null,
"IntegrationStatus" : "Ready to interface",
"lots" : [ ],
"packingUnits" : [ ],
"attachments" : [ ],
"serials" : [ {
"SerialNumber" : "SER270618_01",
"ShipmentLineId" : 3054260,
"TransactionId" : null
}, {
"SerialNumber" : "SER270618_02",
"ShipmentLineId" : 3054260,
"TransactionId" : null
} ],
"shipmentLineDFFs" : [ {
"ShipmentLineId" : 3054260,
"_Global__Segment" : null,
"_zBIADFF1" : null,
"_BI_2DGlob_2DRL" : null,
"restglobalseg1" : null,
"__FLEX_Context" : null,
"__FLEX_Context_DisplayValue" : null
} ]
}, {
"ShipmentLineId" : 3054261,
"ShipmentHeaderId" : 2979409,
"LineNumber" : 3,
"CreatedBy" : "WHSE_MGR_M1",
"CreationDate" : "2018-06-27T07:35:13+00:00",
"LastUpdateDate" : "2018-06-27T07:35:13+00:00",
"LastUpdatedBy" : "WHSE_MGR_M1",
"QuantityShipped" : 2,
"QuantityReceived" : 0,
"QuantityAccepted" : null,
"QuantityRejected" : null,
"QuantityReturned" : null,
"UOMCode" : "Ea",
"UnitOfMeasure" : "Each",
"ItemId" : 663908,
"ItemNumber" : "RCV-101",
"ItemDescription" : "Lot Item",
"ItemRevision" : null,
"OrganizationId" : 207,
"OrganizationCode" : "M1",
"SourceDocumentCode" : "PO",
"POHeaderId" : 100000012026081,
"POLineId" : 100000012026104,
"POLineLocationId" : 100000012026105,
"PONumber" : "1000125",
"POLineNumber" : 2,
"POScheduleNumber" : 1,
"DestinationTypeCode" : "INVENTORY",
"DestinationType" : "Inventory",
"ShipmentLineStatusCode" : "EXPECTED",
"ShipmentLineStatus" : "Expected",
"SecondaryQuantityShipped" : null,
"SecondaryQuantityReceived" : null,
"SecondaryUOMCode" : null,
"SecondaryUOM" : null,
"ASNLPNId" : null,
"SourcePackingUnit" : null,
"TransferOrderHeaderId" : null,
"TransferOrderLineId" : null,
"TransferOrderNumber" : null,
"TransferOrderLineNumber" : null,
"ConsignmentLine" : "N",
"InventoryShipmentTransactionId" : null,
"OriginalTOInvShipTransactionId" : null,
"PackingSlip" : "PSLot270618",
"CountryOfOriginCode" : "BE",
"CountryOfOrigin" : "Belgium",
"Subinventory" : null,
"LocatorId" : null,
"Locator" : null,
"ContainerNumber" : "SPULot270618",
"TruckNumber" : "VehLot270618",
"BarCodeLabel" : "BClot270618",
"Comments" : "NoteLot270618",
"ReasonId" : null,
"Reason" : null,
"RoutingHeaderId" : 1,
"Routing" : "Standard receipt",
"TransferCost" : null,
"TransportationCost" : null,
"InterfaceTransactionId" : 300100159322710,
"BackToBackOrder" : "N",
"FromOrganizationId" : null,
"FromOrganizationCode" : null,
"IntegrationStatus" : "Ready to interface",
"lots" : [ {
"LotNumber" : "Lot270618_01",
"ShipmentLineId" : 3054261,
"Quantity" : 2,
"UOMCode" : "Ea",
"SecondaryQuantity" : null,
"SecondaryUOMCode" : null,
"TransactionId" : null,
"SerialTransactionId" : null,
"LotExpirationDate" : null,
"lotSerials" : [ ]
} ],
"packingUnits" : [ ],
"attachments" : [ ],
"serials" : [ ],
"shipmentLineDFFs" : [ {
"ShipmentLineId" : 3054261,
"_Global__Segment" : null,
"_zBIADFF1" : null,
"_BI_2DGlob_2DRL" : null,
"restglobalseg1" : null,
"__FLEX_Context" : null,
"__FLEX_Context_DisplayValue" : null
} ]
}, {
"ShipmentLineId" : 3054262,
"ShipmentHeaderId" : 2979409,
"LineNumber" : 4,
"CreatedBy" : "WHSE_MGR_M1",
"CreationDate" : "2018-06-27T07:35:13+00:00",
"LastUpdateDate" : "2018-06-27T07:35:13+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" : 1,
"Routing" : "Standard receipt",
"TransferCost" : null,
"TransportationCost" : null,
"InterfaceTransactionId" : 300100159322711,
"BackToBackOrder" : "N",
"FromOrganizationId" : null,
"FromOrganizationCode" : null,
"IntegrationStatus" : "Ready to interface",
"lots" : [ ],
"packingUnits" : [ {
"RootLPNId" : 20365,
"LPNId" : 20365,
"PackingUnit" : "SPUPlain",
"ParentLPNId" : 20366,
"ParentPackingUnit" : "SPUPlainP"
}, {
"RootLPNId" : 20365,
"LPNId" : 20366,
"PackingUnit" : "SPUPlainP",
"ParentLPNId" : null,
"ParentPackingUnit" : null
} ],
"attachments" : [ {
"AttachedDocumentId" : 300100159322722,
"LastUpdateDate" : "2018-06-27T07:35:11.084+00:00",
"LastUpdatedBy" : "WHSE_MGR_M1",
"DatatypeCode" : "FILE",
"FileName" : "ASNLineFileAttach.txt",
"DmFolderPath" : null,
"Url" : null,
"CategoryName" : "MISC",
"UserName" : "Miscellaneous",
"Uri" : null,
"FileUrl" : "/content/conn/FusionAppsContentRepository/uuid/dDocID%3a123664?XFND_SCHEME_ID=1&XFND_CERT_FP;=B48465A4C3EE1F30F61251CF36F4E88326C6C2CD&XFND_RANDOM;=-4843983030032093683&XFND_EXPIRES;=1530090445593&XFND_SIGNATURE;=CRcl6sytFyFTsIJulCJ-~gZPByMYBHtGhF0hWTiR5MVfZN3HQqqABmrCwa9~fcy0OmaehqcNfcyNUkLVX~-JwixaUfej7yk0pJYM0qHpdf5or3AvNv69N97cy~rE4urcqK~4YqWESWwk7uCcz477ongSueGPGwNk3I0FuwWPsjugsuhSDBot4Dge0agSl7nGPr~SCBaCuJn4YYZDxmnCK5B8ChIZoMlKNJ6UDkHrrERTh4qCEapi5EhGfRzkhFQmaFh7zA7nf6bNtjPdAHlTZ3rbbKI7JPazOcKsyIGdQHdZFYVST3qPrTtHvfbf1~VGhm7UGqpcNXC1LFnmLDkpTw__&Id;=123664&download;",
"UploadedText" : null,
"UploadedFileContentType" : "text/plain",
"UploadedFileLength" : 26,
"UploadedFileName" : null,
"ContentRepositoryFileShared" : "false",
"Title" : "ASN Line Attach",
"Description" : "ASN Line Attach",
"ErrorStatusCode" : null,
"ErrorStatusMessage" : null,
"CreatedBy" : "WHSE_MGR_M1",
"CreationDate" : "2018-06-27T07:25:26.390+00:00",
"ExpirationDate" : null,
"LastUpdatedByUserName" : "Sam Jones",
"CreatedByUserName" : "Sam Jones"
} ],
"serials" : [ ],
"shipmentLineDFFs" : [ {
"ShipmentLineId" : 3054262,
"_Global__Segment" : null,
"_zBIADFF1" : null,
"_BI_2DGlob_2DRL" : null,
"restglobalseg1" : null,
"__FLEX_Context" : null,
"__FLEX_Context_DisplayValue" : null
} ]
} ],
"shipmentHeaderDFFs" : [ {
"ShipmentHeaderId" : 2979409,
"_Global__Segment" : null,
"_zBIADFF1" : null,
"_BI_2DGlob_2DRH" : null,
"restglobalseg1" : null,
"__FLEX_Context" : null,
"__FLEX_Context_DisplayValue" : null
} ]
} ],
"count" : 1,
"hasMore" : false,
"limit" : 25,
"offset" : 0,
"links" : [ {
"rel" : "self",
"href" : "https://servername/fscmRestApi/resources/version/inboundShipments",
"name" : "inboundShipments",
"kind" : "collection"
} ]
}