Create a request

post

/fscmRestApi/resources/11.13.18.05/shipmentLineTransactionRequests

Request

Header Parameters
  • 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".
  • 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
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : Errors
Type: array
Title: Errors
The Errors resource manages errors encountered while processing a transaction request from the interface to the base tables.
Show Source
Nested Schema : Shipment Lines
Type: array
Title: Shipment Lines
The Shipment Lines resource manages details about shipment lines.
Show Source
Nested Schema : shipmentLineTransactionRequests-errors-item-post-request
Type: object
Show Source
Nested Schema : shipmentLineTransactionRequests-shipmentLines-item-post-request
Type: object
Show Source
Nested Schema : Attachments
Type: array
Title: Attachments
The Attachments resource manages details about shipment line attachments.
Show Source
Nested Schema : Flexfields for Shipment Lines
Type: array
Title: Flexfields for Shipment Lines
The Flexfields for Shipment Lines resource manages details about shipment lines.
Show Source
Nested Schema : Errors
Type: array
Title: Errors
The Errors resource manages errors encountered while processing an order from the interface to the base tables.
Show Source
Nested Schema : Holds
Type: array
Title: Holds
The Holds resource manages details about shipment line holds.
Show Source
Nested Schema : Notes
Type: array
Title: Notes
The Notes resource manages details about shipment line notes, such as packing instructions and shipping instructions.
Show Source
Nested Schema : schema
Type: object
Show Source
Nested Schema : schema
Type: object
Show Source
Nested Schema : shipmentLineTransactionRequests-shipmentLines-errors-item-post-request
Type: object
Show Source
Nested Schema : shipmentLineTransactionRequests-shipmentLines-holds-item-post-request
Type: object
Show Source
Nested Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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".
  • 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.
Body ()
Root Schema : shipmentLineTransactionRequests-item-response
Type: object
Show Source
Nested Schema : Errors
Type: array
Title: Errors
The Errors resource manages errors encountered while processing a transaction request from the interface to the base tables.
Show Source
Nested Schema : Shipment Lines
Type: array
Title: Shipment Lines
The Shipment Lines resource manages details about shipment lines.
Show Source
Nested Schema : shipmentLineTransactionRequests-errors-item-response
Type: object
Show Source
Nested Schema : shipmentLineTransactionRequests-shipmentLines-item-response
Type: object
Show Source
Nested Schema : Attachments
Type: array
Title: Attachments
The Attachments resource manages details about shipment line attachments.
Show Source
Nested Schema : Flexfields for Shipment Lines
Type: array
Title: Flexfields for Shipment Lines
The Flexfields for Shipment Lines resource manages details about shipment lines.
Show Source
Nested Schema : Errors
Type: array
Title: Errors
The Errors resource manages errors encountered while processing an order from the interface to the base tables.
Show Source
Nested Schema : Holds
Type: array
Title: Holds
The Holds resource manages details about shipment line holds.
Show Source
Nested Schema : Notes
Type: array
Title: Notes
The Notes resource manages details about shipment line notes, such as packing instructions and shipping instructions.
Show Source
Nested Schema : shipmentLineTransactionRequests-shipmentLines-attachments-item-response
Type: object
Show Source
Nested Schema : shipmentLineTransactionRequests-shipmentLines-DFF-item-response
Type: object
Show Source
Nested Schema : shipmentLineTransactionRequests-shipmentLines-errors-item-response
Type: object
Show Source
Nested Schema : shipmentLineTransactionRequests-shipmentLines-holds-item-response
Type: object
Show Source
Nested Schema : shipmentLineTransactionRequests-shipmentLines-notes-item-response
Type: object
Show Source
Back to Top

Examples

These examples describe how to create a request.

Example cURL Command

Use the following cURL command to submit a request on the REST resource.

curl -u username:password -X POST -H "Content-Type:application/vnd.oracle.adf.resourceitem+json" -d 'request payload' 
"https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests"

Example 1 Request Body

The following example includes the contents of the request body in JSON format to validate and lock a shipment line. 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 creates.

{
 "DocumentNumber": "WSH-1541528175",
 "SourceSystemId": 100000011825006,
 "ActionCode": "ValidateAndLock",
 "Order": "WSH-1541528175",
 "SourceOrder": "WSH-1541528175",
 "shipmentLines" : [{
   "OrderLine": "1",
   "SourceOrderFulfillmentLine": "1",
   "SourceOrderFulfillmentLineId": null,
   "SoldToPartyId": 1006,
   "OrganizationId": 207,
   "Currency": "USD",
    "UnitPrice": 100,
    "SourceRequestedQuantity": 3,
            "SourceRequestedQuantityUOMCode": "Ea",
             "ItemId": 149,
             "RequestedDate": "2013-09-10",
            "ScheduledShipDate": "2013-09-10",
             "ShipToPartyId": 1006,
             "ShipToPartySiteId": 1089
}
]}

Example 1 Response Body

The following example includes the contents of the response body in JSON format:

{
    "TransactionId": 300100171138266,
    "ActionCode": "ValidateAndLock",
    "TransactionStatusCode": "SC",
    "TransactionStatus": "Successfully completed",
    "DocumentNumber": "WSH-1541528175",
    "SourceSystemId": 100000011825006,
    "SourceSystem": null,
    "OrderTypeCode": "SALES_ORDER",
    "Order": "WSH-1541528175",
    "SourceOrder": "WSH-1541528175",
    "LogisticsServiceProviderCustomerId": null,
    "LogisticsServiceProviderCustomer": null,
    "LogisticsServiceProviderCustomerNumber": null,
    "ShipToPartyId": null,
    "ShipToCustomer": null,
    "ShipToCustomerNumber": null,
    "ShipToPartySiteId": null,
    "ShipToPartySiteNumber": null,
    "ShipToContactId": null,
    "ShipToContact": null,
    "ShipToContactNumber": null,
    "SoldToPartyId": null,
    "SoldToCustomer": null,
    "SoldToCustomerNumber": null,
    "SoldToContactId": null,
    "SoldToContact": null,
    "SoldToContactNumber": null,
    "BillToPartyId": null,
    "BillToCustomer": null,
    "BillToCustomerNumber": null,
    "BillToPartySiteId": null,
    "BillToPartySiteNumber": null,
    "BillToContactId": null,
    "BillToContact": null,
    "BillToContactNumber": null,
    "OrganizationId": null,
    "OrganizationCode": null,
    "OrganizationName": null,
    "ShipFromLocationId": null,
    "CarrierId": null,
    "Carrier": null,
    "CarrierNumber": null,
    "ModeOfTransportCode": null,
    "ServiceLevelCode": null,
    "FOBCode": null,
    "FreightTermsCode": null,
    "Currency": null,
    "ConversionTypeCode": null,
    "ConversionDate": null,
    "ConversionRate": null,
    "CreationDate": "2018-11-06T18:19:08+00:00",
    "CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
    "LastUpdateDate": "2018-11-06T18:19:08.041+00:00",
    "LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
    "shipmentLines": [
        {
            "DeliveryDetailInterfaceId": 300100171138267,
            "LineActionType": "VALIDATEANDLOCK",
            "OrderTypeCode": "SALES_ORDER",
            "Order": "WSH-1541528175",
            "OrderLine": "1",
            "OrderSchedule": null,
            "SourceOrder": "WSH-1541528175",
            "SourceOrderLine": "1",
            "SourceOrderFulfillmentLine": "1",
            "SourceOrderFulfillmentLineId": null,
            "OrganizationId": 207,
            "OrganizationCode": null,
            "OrganizationName": null,
            "ItemId": 149,
            "Item": null,
            "ItemDescription": "Sentinel Standard Desktop TPDS",
            "RequestedDate": "2013-09-10T00:00:00+00:00",
            "ScheduledShipDate": "2013-09-10T00:00:00+00:00",
            "RequestedDateTypeCode": null,
            "FreightTermsCode": null,
            "ShipmentPriorityCode": null,
            "FOBCode": null,
            "GradeCode": null,
            "CustomerPONumber": null,
            "CustomerItem": null,
            "ShippedQuantity": 0,
            "ConvertedQuantity": 0,
            "StagedQuantity": 0,
            "BackorderedQuantity": 0,
            "QuantityUOMCode": "Ea",
            "SecondaryConvertedQuantity": 0,
            "SecondaryStagedQuantity": 0,
            "SecondaryBackorderedQuantity": 0,
            "SecondaryQuantityUOMCode": null,
            "SecondaryQuantityUOM": null,
            "SourceRequestedQuantity": 3,
            "SourceRequestedQuantityUOMCode": "Ea",
            "SourceRequestedQuantityUOM": null,
            "SecondarySourceRequestedQuantity": null,
            "SecondarySourceRequestedQuantityUOMCode": null,
            "SecondarySourceRequestedQuantityUOM": null,
            "BusinessUnitId": null,
            "BusinessUnit": null,
            "CarrierId": null,
            "Carrier": null,
            "CarrierNumber": null,
            "ModeOfTransportCode": null,
            "ServiceLevelCode": null,
            "EarliestPickupDate": null,
            "LatestPickupDate": null,
            "EarliestDropoffDate": null,
            "LatestDropoffDate": null,
            "ShipToPartyId": 1006,
            "ShipToCustomer": null,
            "ShipToCustomerNumber": null,
            "ShipToPartySiteId": 1089,
            "ShipToPartySiteNumber": null,
            "ShipToContactId": null,
            "ShipToContact": null,
            "ShipToContactNumber": null,
            "SoldToPartyId": 1006,
            "SoldToCustomer": null,
            "SoldToCustomerNumber": null,
            "SoldToContactId": null,
            "SoldToContact": null,
            "SoldToContactNumber": null,
            "BillToPartyId": null,
            "BillToCustomer": null,
            "BillToCustomerNumber": null,
            "BillToPartySiteId": null,
            "BillToPartySiteNumber": null,
            "BillToContactId": null,
            "BillToContact": null,
            "BillToContactNumber": null,
            "ShipmentSet": null,
            "ArrivalSet": null,
            "SourceLineUpdateDate": "2018-11-06T18:19:08+00:00",
            "SourceSystemId": 100000011825006,
            "UnitPrice": 100,
            "Currency": "USD",
            "SellingPrice": null,
            "SellingPriceCurrency": null,
            "ReleaseLockFlag": null,
            "ParentItemId": null,
            "ParentItem": null,
            "ParentSourceOrderFulfillmentLineId": null,
            "BaseItemId": null,
            "BaseItem": null,
            "EndAssemblyItem": null,
            "SourceSubinventory": null,
            "DoNotShipBeforeDate": null,
            "DoNotShipAfterDate": null,
            "MaximumOvershipmentPercentage": null,
            "MaximumUndershipmentPercentage": null,
            "TaxationCountryCode": null,
            "FirstPartyTaxRegistrationId": null,
            "FirstPartyTaxRegistrationNumber": null,
            "ThirdPartyTaxRegistrationId": null,
            "ThirdPartyTaxRegistrationNumber": null,
            "LocationOfFinalDischargeId": null,
            "LocationOfFinalDischargeCode": null,
            "DocumentFiscalClassificationCode": null,
            "TransactionBusinessCategoryCode": null,
            "UserDefinedFiscalClassificationCode": null,
            "TaxInvoiceNumber": null,
            "TaxInvoiceDate": null,
            "ProductCategoryCode": null,
            "IntendedUseClassificationId": null,
            "IntendedUse": null,
            "ProductTypeCode": null,
            "AssessableValue": null,
            "TaxClassificationCode": null,
            "TaxExemptionCertificateNumber": null,
            "TaxExemptionReasonCode": null,
            "ProductFiscalClassificationId": null,
            "ProductFiscalClassification": null,
            "TransportationPlanningStatusCode": null,
            "TransportationPlanningDate": null,
            "TransportationShipment": null,
            "TransportationShipmentLine": null,
            "InitialDestinationId": null,
            "TradeComplianceStatusCode": null,
            "TradeComplianceDate": null,
            "TradeComplianceReason": null,
            "ProjectSalesOrderFlag": null,
            "SrcAttributeCategory": null,
            "SrcAttribute1": null,
            "SrcAttribute2": null,
            "SrcAttribute3": null,
            "SrcAttribute4": null,
            "SrcAttribute5": null,
            "SrcAttribute6": null,
            "SrcAttribute7": null,
            "SrcAttribute8": null,
            "SrcAttribute9": null,
            "SrcAttribute10": null,
            "SrcAttribute11": null,
            "SrcAttribute12": null,
            "SrcAttribute13": null,
            "SrcAttribute14": null,
            "SrcAttribute15": null,
            "SrcAttribute16": null,
            "SrcAttribute17": null,
            "SrcAttribute18": null,
            "SrcAttribute19": null,
            "SrcAttribute20": null,
            "SrcAttributeNumber1": null,
            "SrcAttributeNumber2": null,
            "SrcAttributeNumber3": null,
            "SrcAttributeNumber4": null,
            "SrcAttributeNumber5": null,
            "SrcAttributeNumber6": null,
            "SrcAttributeNumber7": null,
            "SrcAttributeNumber8": null,
            "SrcAttributeNumber9": null,
            "SrcAttributeNumber10": null,
            "SrcAttributeDate1": null,
            "SrcAttributeDate2": null,
            "SrcAttributeDate3": null,
            "SrcAttributeDate4": null,
            "SrcAttributeDate5": null,
            "SrcAttributeTimestamp1": null,
            "SrcAttributeTimestamp2": null,
            "SrcAttributeTimestamp3": null,
            "SrcAttributeTimestamp4": null,
            "SrcAttributeTimestamp5": null,
            "CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
            "CreationDate": "2018-11-06T18:19:08.025+00:00",
            "LastUpdateDate": "2018-11-06T18:19:08.045+00:00",
            "LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138266/child/shipmentLines/300100171138267",
                    "name": "shipmentLines",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138266/child/shipmentLines/300100171138267",
                    "name": "shipmentLines",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138266",
                    "name": "shipmentLineTransactionRequests",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138266/child/shipmentLines/300100171138267/child/errors",
                    "name": "errors",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138266/child/shipmentLines/300100171138267/child/DFF",
                    "name": "DFF",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138266/child/shipmentLines/300100171138267/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138266/child/shipmentLines/300100171138267/child/holds",
                    "name": "holds",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138266/child/shipmentLines/300100171138267/child/notes",
                    "name": "notes",
                    "kind": "collection"
                }
            ]
        }
    ],
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138266",
            "name": "shipmentLineTransactionRequests",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
            }
        },
        {
            "rel": "canonical",
            "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138266",
            "name": "shipmentLineTransactionRequests",
            "kind": "item"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138266/child/shipmentLines",
            "name": "shipmentLines",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138266/child/errors",
            "name": "errors",
            "kind": "collection"
        }
    ]
}

Example 2 Request Body

The following example includes the contents of the request body in JSON format to lock a shipment line. 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 creates.

{
 "DocumentNumber": "WSH-1541528175",
 "SourceSystemId": 100000011825006,
 "ActionCode": "Lock",
 "Order": "WSH-1541528175",
 "SourceOrder": "WSH-1541528175",
 "shipmentLines" : [{
   "SourceOrderLine": "1",
   "SourceOrderFulfillmentLine": "1"
}]}

Example 2 Response Body

The following example includes the contents of the response body in JSON format:

{
    "TransactionId": 300100171138335,
    "ActionCode": "Lock",
    "TransactionStatusCode": "SC",
    "TransactionStatus": "Successfully completed",
    "DocumentNumber": "WSH-1541528175",
    "SourceSystemId": 100000011825006,
    "SourceSystem": null,
    "OrderTypeCode": "SALES_ORDER",
    "Order": "WSH-1541528175",
    "SourceOrder": "WSH-1541528175",
    "LogisticsServiceProviderCustomerId": null,
    "LogisticsServiceProviderCustomer": null,
    "LogisticsServiceProviderCustomerNumber": null,
    "ShipToPartyId": null,
    "ShipToCustomer": null,
    "ShipToCustomerNumber": null,
    "ShipToPartySiteId": null,
    "ShipToPartySiteNumber": null,
    "ShipToContactId": null,
    "ShipToContact": null,
    "ShipToContactNumber": null,
    "SoldToPartyId": null,
    "SoldToCustomer": null,
    "SoldToCustomerNumber": null,
    "SoldToContactId": null,
    "SoldToContact": null,
    "SoldToContactNumber": null,
    "BillToPartyId": null,
    "BillToCustomer": null,
    "BillToCustomerNumber": null,
    "BillToPartySiteId": null,
    "BillToPartySiteNumber": null,
    "BillToContactId": null,
    "BillToContact": null,
    "BillToContactNumber": null,
    "OrganizationId": null,
    "OrganizationCode": null,
    "OrganizationName": null,
    "ShipFromLocationId": null,
    "CarrierId": null,
    "Carrier": null,
    "CarrierNumber": null,
    "ModeOfTransportCode": null,
    "ServiceLevelCode": null,
    "FOBCode": null,
    "FreightTermsCode": null,
    "Currency": null,
    "ConversionTypeCode": null,
    "ConversionDate": null,
    "ConversionRate": null,
    "CreationDate": "2018-11-06T18:21:05+00:00",
    "CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
    "LastUpdateDate": "2018-11-06T18:21:05.033+00:00",
    "LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
    "shipmentLines": [
        {
            "DeliveryDetailInterfaceId": 300100171138336,
            "LineActionType": "LOCK",
            "OrderTypeCode": "SALES_ORDER",
            "Order": "WSH-1541528175",
            "OrderLine": "1",
            "OrderSchedule": null,
            "SourceOrder": "WSH-1541528175",
            "SourceOrderLine": "1",
            "SourceOrderFulfillmentLine": "1",
            "SourceOrderFulfillmentLineId": null,
            "OrganizationId": null,
            "OrganizationCode": null,
            "OrganizationName": null,
            "ItemId": 149,
            "Item": null,
            "ItemDescription": "Sentinel Standard Desktop TPDS",
            "RequestedDate": null,
            "ScheduledShipDate": null,
            "RequestedDateTypeCode": null,
            "FreightTermsCode": null,
            "ShipmentPriorityCode": null,
            "FOBCode": null,
            "GradeCode": null,
            "CustomerPONumber": null,
            "CustomerItem": null,
            "ShippedQuantity": 0,
            "ConvertedQuantity": 0,
            "StagedQuantity": 0,
            "BackorderedQuantity": 0,
            "QuantityUOMCode": "Ea",
            "SecondaryConvertedQuantity": 0,
            "SecondaryStagedQuantity": 0,
            "SecondaryBackorderedQuantity": 0,
            "SecondaryQuantityUOMCode": null,
            "SecondaryQuantityUOM": null,
            "SourceRequestedQuantity": 3,
            "SourceRequestedQuantityUOMCode": "Ea",
            "SourceRequestedQuantityUOM": null,
            "SecondarySourceRequestedQuantity": null,
            "SecondarySourceRequestedQuantityUOMCode": null,
            "SecondarySourceRequestedQuantityUOM": null,
            "BusinessUnitId": null,
            "BusinessUnit": null,
            "CarrierId": null,
            "Carrier": null,
            "CarrierNumber": null,
            "ModeOfTransportCode": null,
            "ServiceLevelCode": null,
            "EarliestPickupDate": null,
            "LatestPickupDate": null,
            "EarliestDropoffDate": null,
            "LatestDropoffDate": null,
            "ShipToPartyId": null,
            "ShipToCustomer": null,
            "ShipToCustomerNumber": null,
            "ShipToPartySiteId": null,
            "ShipToPartySiteNumber": null,
            "ShipToContactId": null,
            "ShipToContact": null,
            "ShipToContactNumber": null,
            "SoldToPartyId": null,
            "SoldToCustomer": null,
            "SoldToCustomerNumber": null,
            "SoldToContactId": null,
            "SoldToContact": null,
            "SoldToContactNumber": null,
            "BillToPartyId": null,
            "BillToCustomer": null,
            "BillToCustomerNumber": null,
            "BillToPartySiteId": null,
            "BillToPartySiteNumber": null,
            "BillToContactId": null,
            "BillToContact": null,
            "BillToContactNumber": null,
            "ShipmentSet": null,
            "ArrivalSet": null,
            "SourceLineUpdateDate": "2018-11-06T18:21:05+00:00",
            "SourceSystemId": 100000011825006,
            "UnitPrice": null,
            "Currency": null,
            "SellingPrice": null,
            "SellingPriceCurrency": null,
            "ReleaseLockFlag": null,
            "ParentItemId": null,
            "ParentItem": null,
            "ParentSourceOrderFulfillmentLineId": null,
            "BaseItemId": null,
            "BaseItem": null,
            "EndAssemblyItem": null,
            "SourceSubinventory": null,
            "DoNotShipBeforeDate": null,
            "DoNotShipAfterDate": null,
            "MaximumOvershipmentPercentage": null,
            "MaximumUndershipmentPercentage": null,
            "TaxationCountryCode": null,
            "FirstPartyTaxRegistrationId": null,
            "FirstPartyTaxRegistrationNumber": null,
            "ThirdPartyTaxRegistrationId": null,
            "ThirdPartyTaxRegistrationNumber": null,
            "LocationOfFinalDischargeId": null,
            "LocationOfFinalDischargeCode": null,
            "DocumentFiscalClassificationCode": null,
            "TransactionBusinessCategoryCode": null,
            "UserDefinedFiscalClassificationCode": null,
            "TaxInvoiceNumber": null,
            "TaxInvoiceDate": null,
            "ProductCategoryCode": null,
            "IntendedUseClassificationId": null,
            "IntendedUse": null,
            "ProductTypeCode": null,
            "AssessableValue": null,
            "TaxClassificationCode": null,
            "TaxExemptionCertificateNumber": null,
            "TaxExemptionReasonCode": null,
            "ProductFiscalClassificationId": null,
            "ProductFiscalClassification": null,
            "TransportationPlanningStatusCode": null,
            "TransportationPlanningDate": null,
            "TransportationShipment": null,
            "TransportationShipmentLine": null,
            "InitialDestinationId": null,
            "TradeComplianceStatusCode": null,
            "TradeComplianceDate": null,
            "TradeComplianceReason": null,
            "ProjectSalesOrderFlag": null,
            "SrcAttributeCategory": null,
            "SrcAttribute1": null,
            "SrcAttribute2": null,
            "SrcAttribute3": null,
            "SrcAttribute4": null,
            "SrcAttribute5": null,
            "SrcAttribute6": null,
            "SrcAttribute7": null,
            "SrcAttribute8": null,
            "SrcAttribute9": null,
            "SrcAttribute10": null,
            "SrcAttribute11": null,
            "SrcAttribute12": null,
            "SrcAttribute13": null,
            "SrcAttribute14": null,
            "SrcAttribute15": null,
            "SrcAttribute16": null,
            "SrcAttribute17": null,
            "SrcAttribute18": null,
            "SrcAttribute19": null,
            "SrcAttribute20": null,
            "SrcAttributeNumber1": null,
            "SrcAttributeNumber2": null,
            "SrcAttributeNumber3": null,
            "SrcAttributeNumber4": null,
            "SrcAttributeNumber5": null,
            "SrcAttributeNumber6": null,
            "SrcAttributeNumber7": null,
            "SrcAttributeNumber8": null,
            "SrcAttributeNumber9": null,
            "SrcAttributeNumber10": null,
            "SrcAttributeDate1": null,
            "SrcAttributeDate2": null,
            "SrcAttributeDate3": null,
            "SrcAttributeDate4": null,
            "SrcAttributeDate5": null,
            "SrcAttributeTimestamp1": null,
            "SrcAttributeTimestamp2": null,
            "SrcAttributeTimestamp3": null,
            "SrcAttributeTimestamp4": null,
            "SrcAttributeTimestamp5": null,
            "CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
            "CreationDate": "2018-11-06T18:21:05.020+00:00",
            "LastUpdateDate": "2018-11-06T18:21:05.041+00:00",
            "LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138335/child/shipmentLines/300100171138336",
                    "name": "shipmentLines",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138335/child/shipmentLines/300100171138336",
                    "name": "shipmentLines",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138335",
                    "name": "shipmentLineTransactionRequests",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138335/child/shipmentLines/300100171138336/child/errors",
                    "name": "errors",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138335/child/shipmentLines/300100171138336/child/DFF",
                    "name": "DFF",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138335/child/shipmentLines/300100171138336/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138335/child/shipmentLines/300100171138336/child/holds",
                    "name": "holds",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138335/child/shipmentLines/300100171138336/child/notes",
                    "name": "notes",
                    "kind": "collection"
                }
            ]
        }
    ],
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138335",
            "name": "shipmentLineTransactionRequests",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
            }
        },
        {
            "rel": "canonical",
            "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138335",
            "name": "shipmentLineTransactionRequests",
            "kind": "item"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138335/child/shipmentLines",
            "name": "shipmentLines",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138335/child/errors",
            "name": "errors",
            "kind": "collection"
        }
    ]
}

Example 3 Request Body

The following example includes the contents of the request body in JSON format to release the lock on a shipment line. 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 creates.

{
 "DocumentNumber": "WSH-1541528175",
 "SourceSystemId": 100000011825006,
 "ActionCode": "ReleaseLock",
 "Order": "WSH-1541528175",
 "SourceOrder": "WSH-1541528175",
 "shipmentLines" : [{
   "SourceOrderLine": "1",
   "SourceOrderFulfillmentLine": "1"
}]}

Example 3 Response Body

The following example includes the contents of the response body in JSON format:

{
    "TransactionId": 300100171138337,
    "ActionCode": "ReleaseLock",
    "TransactionStatusCode": "SC",
    "TransactionStatus": "Successfully completed",
    "DocumentNumber": "WSH-1541528175",
    "SourceSystemId": 100000011825006,
    "SourceSystem": null,
    "OrderTypeCode": "SALES_ORDER",
    "Order": "WSH-1541528175",
    "SourceOrder": "WSH-1541528175",
    "LogisticsServiceProviderCustomerId": null,
    "LogisticsServiceProviderCustomer": null,
    "LogisticsServiceProviderCustomerNumber": null,
    "ShipToPartyId": null,
    "ShipToCustomer": null,
    "ShipToCustomerNumber": null,
    "ShipToPartySiteId": null,
    "ShipToPartySiteNumber": null,
    "ShipToContactId": null,
    "ShipToContact": null,
    "ShipToContactNumber": null,
    "SoldToPartyId": null,
    "SoldToCustomer": null,
    "SoldToCustomerNumber": null,
    "SoldToContactId": null,
    "SoldToContact": null,
    "SoldToContactNumber": null,
    "BillToPartyId": null,
    "BillToCustomer": null,
    "BillToCustomerNumber": null,
    "BillToPartySiteId": null,
    "BillToPartySiteNumber": null,
    "BillToContactId": null,
    "BillToContact": null,
    "BillToContactNumber": null,
    "OrganizationId": null,
    "OrganizationCode": null,
    "OrganizationName": null,
    "ShipFromLocationId": null,
    "CarrierId": null,
    "Carrier": null,
    "CarrierNumber": null,
    "ModeOfTransportCode": null,
    "ServiceLevelCode": null,
    "FOBCode": null,
    "FreightTermsCode": null,
    "Currency": null,
    "ConversionTypeCode": null,
    "ConversionDate": null,
    "ConversionRate": null,
    "CreationDate": "2018-11-06T18:23:13+00:00",
    "CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
    "LastUpdateDate": "2018-11-06T18:23:13.033+00:00",
    "LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
    "shipmentLines": [
        {
            "DeliveryDetailInterfaceId": 300100171138338,
            "LineActionType": "RELEASELOCK",
            "OrderTypeCode": "SALES_ORDER",
            "Order": "WSH-1541528175",
            "OrderLine": "1",
            "OrderSchedule": null,
            "SourceOrder": "WSH-1541528175",
            "SourceOrderLine": "1",
            "SourceOrderFulfillmentLine": "1",
            "SourceOrderFulfillmentLineId": null,
            "OrganizationId": null,
            "OrganizationCode": null,
            "OrganizationName": null,
            "ItemId": 149,
            "Item": null,
            "ItemDescription": "Sentinel Standard Desktop TPDS",
            "RequestedDate": null,
            "ScheduledShipDate": null,
            "RequestedDateTypeCode": null,
            "FreightTermsCode": null,
            "ShipmentPriorityCode": null,
            "FOBCode": null,
            "GradeCode": null,
            "CustomerPONumber": null,
            "CustomerItem": null,
            "ShippedQuantity": 0,
            "ConvertedQuantity": 0,
            "StagedQuantity": 0,
            "BackorderedQuantity": 0,
            "QuantityUOMCode": "Ea",
            "SecondaryConvertedQuantity": 0,
            "SecondaryStagedQuantity": 0,
            "SecondaryBackorderedQuantity": 0,
            "SecondaryQuantityUOMCode": null,
            "SecondaryQuantityUOM": null,
            "SourceRequestedQuantity": 3,
            "SourceRequestedQuantityUOMCode": "Ea",
            "SourceRequestedQuantityUOM": null,
            "SecondarySourceRequestedQuantity": null,
            "SecondarySourceRequestedQuantityUOMCode": null,
            "SecondarySourceRequestedQuantityUOM": null,
            "BusinessUnitId": null,
            "BusinessUnit": null,
            "CarrierId": null,
            "Carrier": null,
            "CarrierNumber": null,
            "ModeOfTransportCode": null,
            "ServiceLevelCode": null,
            "EarliestPickupDate": null,
            "LatestPickupDate": null,
            "EarliestDropoffDate": null,
            "LatestDropoffDate": null,
            "ShipToPartyId": null,
            "ShipToCustomer": null,
            "ShipToCustomerNumber": null,
            "ShipToPartySiteId": null,
            "ShipToPartySiteNumber": null,
            "ShipToContactId": null,
            "ShipToContact": null,
            "ShipToContactNumber": null,
            "SoldToPartyId": null,
            "SoldToCustomer": null,
            "SoldToCustomerNumber": null,
            "SoldToContactId": null,
            "SoldToContact": null,
            "SoldToContactNumber": null,
            "BillToPartyId": null,
            "BillToCustomer": null,
            "BillToCustomerNumber": null,
            "BillToPartySiteId": null,
            "BillToPartySiteNumber": null,
            "BillToContactId": null,
            "BillToContact": null,
            "BillToContactNumber": null,
            "ShipmentSet": null,
            "ArrivalSet": null,
            "SourceLineUpdateDate": "2018-11-06T18:23:13+00:00",
            "SourceSystemId": 100000011825006,
            "UnitPrice": null,
            "Currency": null,
            "SellingPrice": null,
            "SellingPriceCurrency": null,
            "ReleaseLockFlag": null,
            "ParentItemId": null,
            "ParentItem": null,
            "ParentSourceOrderFulfillmentLineId": null,
            "BaseItemId": null,
            "BaseItem": null,
            "EndAssemblyItem": null,
            "SourceSubinventory": null,
            "DoNotShipBeforeDate": null,
            "DoNotShipAfterDate": null,
            "MaximumOvershipmentPercentage": null,
            "MaximumUndershipmentPercentage": null,
            "TaxationCountryCode": null,
            "FirstPartyTaxRegistrationId": null,
            "FirstPartyTaxRegistrationNumber": null,
            "ThirdPartyTaxRegistrationId": null,
            "ThirdPartyTaxRegistrationNumber": null,
            "LocationOfFinalDischargeId": null,
            "LocationOfFinalDischargeCode": null,
            "DocumentFiscalClassificationCode": null,
            "TransactionBusinessCategoryCode": null,
            "UserDefinedFiscalClassificationCode": null,
            "TaxInvoiceNumber": null,
            "TaxInvoiceDate": null,
            "ProductCategoryCode": null,
            "IntendedUseClassificationId": null,
            "IntendedUse": null,
            "ProductTypeCode": null,
            "AssessableValue": null,
            "TaxClassificationCode": null,
            "TaxExemptionCertificateNumber": null,
            "TaxExemptionReasonCode": null,
            "ProductFiscalClassificationId": null,
            "ProductFiscalClassification": null,
            "TransportationPlanningStatusCode": null,
            "TransportationPlanningDate": null,
            "TransportationShipment": null,
            "TransportationShipmentLine": null,
            "InitialDestinationId": null,
            "TradeComplianceStatusCode": null,
            "TradeComplianceDate": null,
            "TradeComplianceReason": null,
            "ProjectSalesOrderFlag": null,
            "SrcAttributeCategory": null,
            "SrcAttribute1": null,
            "SrcAttribute2": null,
            "SrcAttribute3": null,
            "SrcAttribute4": null,
            "SrcAttribute5": null,
            "SrcAttribute6": null,
            "SrcAttribute7": null,
            "SrcAttribute8": null,
            "SrcAttribute9": null,
            "SrcAttribute10": null,
            "SrcAttribute11": null,
            "SrcAttribute12": null,
            "SrcAttribute13": null,
            "SrcAttribute14": null,
            "SrcAttribute15": null,
            "SrcAttribute16": null,
            "SrcAttribute17": null,
            "SrcAttribute18": null,
            "SrcAttribute19": null,
            "SrcAttribute20": null,
            "SrcAttributeNumber1": null,
            "SrcAttributeNumber2": null,
            "SrcAttributeNumber3": null,
            "SrcAttributeNumber4": null,
            "SrcAttributeNumber5": null,
            "SrcAttributeNumber6": null,
            "SrcAttributeNumber7": null,
            "SrcAttributeNumber8": null,
            "SrcAttributeNumber9": null,
            "SrcAttributeNumber10": null,
            "SrcAttributeDate1": null,
            "SrcAttributeDate2": null,
            "SrcAttributeDate3": null,
            "SrcAttributeDate4": null,
            "SrcAttributeDate5": null,
            "SrcAttributeTimestamp1": null,
            "SrcAttributeTimestamp2": null,
            "SrcAttributeTimestamp3": null,
            "SrcAttributeTimestamp4": null,
            "SrcAttributeTimestamp5": null,
            "CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
            "CreationDate": "2018-11-06T18:23:13.020+00:00",
            "LastUpdateDate": "2018-11-06T18:23:13.041+00:00",
            "LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138337/child/shipmentLines/300100171138338",
                    "name": "shipmentLines",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138337/child/shipmentLines/300100171138338",
                    "name": "shipmentLines",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138337",
                    "name": "shipmentLineTransactionRequests",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138337/child/shipmentLines/300100171138338/child/errors",
                    "name": "errors",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138337/child/shipmentLines/300100171138338/child/DFF",
                    "name": "DFF",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138337/child/shipmentLines/300100171138338/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138337/child/shipmentLines/300100171138338/child/holds",
                    "name": "holds",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138337/child/shipmentLines/300100171138338/child/notes",
                    "name": "notes",
                    "kind": "collection"
                }
            ]
        }
    ],
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138337",
            "name": "shipmentLineTransactionRequests",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
            }
        },
        {
            "rel": "canonical",
            "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138337",
            "name": "shipmentLineTransactionRequests",
            "kind": "item"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138337/child/shipmentLines",
            "name": "shipmentLines",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138337/child/errors",
            "name": "errors",
            "kind": "collection"
        }
    ]
}

Example 4 Request Body

The following example includes the contents of the request body in JSON format to create or update the transportation plan for a shipment line. 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 creates.

{
 "ActionCode": "TPUpdate",
 "OrderTypeCode": "SALES_ORDER",
 "SourceSystemId": 100000011825006,
 "SourceOrder": "AJI-03JUL2018-701",
 "shipmentLines" : [{
   "SourceOrderFulfillmentLine": "1",
   "SourceOrderLine": "1",
   "SourceRequestedQuantity": 10,
   "SourceRequestedQuantityUOM": "Each",
   "TransportationShipment": "TS-JUL02-200",
   "TransportationShipmentLine": "TS-JUL02-202",
   "InitialDestinationId": 934,
   "ScheduledShipDate" : "2018-01-01T00:00:00-00:00"
}
]}

Example 4 Response Body

The following example includes the contents of the response body in JSON format:

{
    "TransactionId": 300100171138410,
    "ActionCode": "TPUpdate",
    "TransactionStatusCode": "AP",
    "TransactionStatus": "Awaiting processing",
    "DocumentNumber": "AJI-03JUL2018-701",
    "SourceSystemId": 100000011825006,
    "SourceSystem": null,
    "OrderTypeCode": "SALES_ORDER",
    "Order": "AJI-03JUL2018-701",
    "SourceOrder": "AJI-03JUL2018-701",
    "LogisticsServiceProviderCustomerId": null,
    "LogisticsServiceProviderCustomer": null,
    "LogisticsServiceProviderCustomerNumber": null,
    "ShipToPartyId": null,
    "ShipToCustomer": null,
    "ShipToCustomerNumber": null,
    "ShipToPartySiteId": null,
    "ShipToPartySiteNumber": null,
    "ShipToContactId": null,
    "ShipToContact": null,
    "ShipToContactNumber": null,
    "SoldToPartyId": null,
    "SoldToCustomer": null,
    "SoldToCustomerNumber": null,
    "SoldToContactId": null,
    "SoldToContact": null,
    "SoldToContactNumber": null,
    "BillToPartyId": null,
    "BillToCustomer": null,
    "BillToCustomerNumber": null,
    "BillToPartySiteId": null,
    "BillToPartySiteNumber": null,
    "BillToContactId": null,
    "BillToContact": null,
    "BillToContactNumber": null,
    "OrganizationId": null,
    "OrganizationCode": null,
    "OrganizationName": null,
    "ShipFromLocationId": null,
    "CarrierId": null,
    "Carrier": null,
    "CarrierNumber": null,
    "ModeOfTransportCode": null,
    "ServiceLevelCode": null,
    "FOBCode": null,
    "FreightTermsCode": null,
    "Currency": null,
    "ConversionTypeCode": null,
    "ConversionDate": null,
    "ConversionRate": null,
    "CreationDate": "2018-11-06T18:54:25+00:00",
    "CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
    "LastUpdateDate": "2018-11-06T18:54:25.113+00:00",
    "LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
    "shipmentLines": [
        {
            "DeliveryDetailInterfaceId": 300100171138411,
            "LineActionType": "TPUPDATE",
            "OrderTypeCode": "SALES_ORDER",
            "Order": "AJI-03JUL2018-701",
            "OrderLine": null,
            "OrderSchedule": null,
            "SourceOrder": "AJI-03JUL2018-701",
            "SourceOrderLine": "1",
            "SourceOrderFulfillmentLine": "1",
            "SourceOrderFulfillmentLineId": null,
            "OrganizationId": null,
            "OrganizationCode": null,
            "OrganizationName": null,
            "ItemId": null,
            "Item": null,
            "ItemDescription": null,
            "RequestedDate": null,
            "ScheduledShipDate": "2018-01-01T00:00:00+00:00",
            "RequestedDateTypeCode": null,
            "FreightTermsCode": null,
            "ShipmentPriorityCode": null,
            "FOBCode": null,
            "GradeCode": null,
            "CustomerPONumber": null,
            "CustomerItem": null,
            "ShippedQuantity": null,
            "ConvertedQuantity": null,
            "StagedQuantity": null,
            "BackorderedQuantity": null,
            "QuantityUOMCode": null,
            "SecondaryConvertedQuantity": null,
            "SecondaryStagedQuantity": null,
            "SecondaryBackorderedQuantity": null,
            "SecondaryQuantityUOMCode": null,
            "SecondaryQuantityUOM": null,
            "SourceRequestedQuantity": 10,
            "SourceRequestedQuantityUOMCode": null,
            "SourceRequestedQuantityUOM": "Each",
            "SecondarySourceRequestedQuantity": null,
            "SecondarySourceRequestedQuantityUOMCode": null,
            "SecondarySourceRequestedQuantityUOM": null,
            "BusinessUnitId": null,
            "BusinessUnit": null,
            "CarrierId": null,
            "Carrier": null,
            "CarrierNumber": null,
            "ModeOfTransportCode": null,
            "ServiceLevelCode": null,
            "EarliestPickupDate": null,
            "LatestPickupDate": null,
            "EarliestDropoffDate": null,
            "LatestDropoffDate": null,
            "ShipToPartyId": null,
            "ShipToCustomer": null,
            "ShipToCustomerNumber": null,
            "ShipToPartySiteId": null,
            "ShipToPartySiteNumber": null,
            "ShipToContactId": null,
            "ShipToContact": null,
            "ShipToContactNumber": null,
            "SoldToPartyId": null,
            "SoldToCustomer": null,
            "SoldToCustomerNumber": null,
            "SoldToContactId": null,
            "SoldToContact": null,
            "SoldToContactNumber": null,
            "BillToPartyId": null,
            "BillToCustomer": null,
            "BillToCustomerNumber": null,
            "BillToPartySiteId": null,
            "BillToPartySiteNumber": null,
            "BillToContactId": null,
            "BillToContact": null,
            "BillToContactNumber": null,
            "ShipmentSet": null,
            "ArrivalSet": null,
            "SourceLineUpdateDate": "2018-11-06T18:54:25+00:00",
            "SourceSystemId": 100000011825006,
            "UnitPrice": null,
            "Currency": null,
            "SellingPrice": null,
            "SellingPriceCurrency": null,
            "ReleaseLockFlag": null,
            "ParentItemId": null,
            "ParentItem": null,
            "ParentSourceOrderFulfillmentLineId": null,
            "BaseItemId": null,
            "BaseItem": null,
            "EndAssemblyItem": null,
            "SourceSubinventory": null,
            "DoNotShipBeforeDate": null,
            "DoNotShipAfterDate": null,
            "MaximumOvershipmentPercentage": null,
            "MaximumUndershipmentPercentage": null,
            "TaxationCountryCode": null,
            "FirstPartyTaxRegistrationId": null,
            "FirstPartyTaxRegistrationNumber": null,
            "ThirdPartyTaxRegistrationId": null,
            "ThirdPartyTaxRegistrationNumber": null,
            "LocationOfFinalDischargeId": null,
            "LocationOfFinalDischargeCode": null,
            "DocumentFiscalClassificationCode": null,
            "TransactionBusinessCategoryCode": null,
            "UserDefinedFiscalClassificationCode": null,
            "TaxInvoiceNumber": null,
            "TaxInvoiceDate": null,
            "ProductCategoryCode": null,
            "IntendedUseClassificationId": null,
            "IntendedUse": null,
            "ProductTypeCode": null,
            "AssessableValue": null,
            "TaxClassificationCode": null,
            "TaxExemptionCertificateNumber": null,
            "TaxExemptionReasonCode": null,
            "ProductFiscalClassificationId": null,
            "ProductFiscalClassification": null,
            "TransportationPlanningStatusCode": null,
            "TransportationPlanningDate": null,
            "TransportationShipment": "TS-JUL02-200",
            "TransportationShipmentLine": "TS-JUL02-202",
            "InitialDestinationId": 934,
            "TradeComplianceStatusCode": null,
            "TradeComplianceDate": null,
            "TradeComplianceReason": null,
            "ProjectSalesOrderFlag": null,
            "SrcAttributeCategory": null,
            "SrcAttribute1": null,
            "SrcAttribute2": null,
            "SrcAttribute3": null,
            "SrcAttribute4": null,
            "SrcAttribute5": null,
            "SrcAttribute6": null,
            "SrcAttribute7": null,
            "SrcAttribute8": null,
            "SrcAttribute9": null,
            "SrcAttribute10": null,
            "SrcAttribute11": null,
            "SrcAttribute12": null,
            "SrcAttribute13": null,
            "SrcAttribute14": null,
            "SrcAttribute15": null,
            "SrcAttribute16": null,
            "SrcAttribute17": null,
            "SrcAttribute18": null,
            "SrcAttribute19": null,
            "SrcAttribute20": null,
            "SrcAttributeNumber1": null,
            "SrcAttributeNumber2": null,
            "SrcAttributeNumber3": null,
            "SrcAttributeNumber4": null,
            "SrcAttributeNumber5": null,
            "SrcAttributeNumber6": null,
            "SrcAttributeNumber7": null,
            "SrcAttributeNumber8": null,
            "SrcAttributeNumber9": null,
            "SrcAttributeNumber10": null,
            "SrcAttributeDate1": null,
            "SrcAttributeDate2": null,
            "SrcAttributeDate3": null,
            "SrcAttributeDate4": null,
            "SrcAttributeDate5": null,
            "SrcAttributeTimestamp1": null,
            "SrcAttributeTimestamp2": null,
            "SrcAttributeTimestamp3": null,
            "SrcAttributeTimestamp4": null,
            "SrcAttributeTimestamp5": null,
            "CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
            "CreationDate": "2018-11-06T18:54:25.098+00:00",
            "LastUpdateDate": "2018-11-06T18:54:25.174+00:00",
            "LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138410/child/shipmentLines/300100171138411",
                    "name": "shipmentLines",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138410/child/shipmentLines/300100171138411",
                    "name": "shipmentLines",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138410",
                    "name": "shipmentLineTransactionRequests",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138410/child/shipmentLines/300100171138411/child/errors",
                    "name": "errors",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138410/child/shipmentLines/300100171138411/child/DFF",
                    "name": "DFF",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138410/child/shipmentLines/300100171138411/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138410/child/shipmentLines/300100171138411/child/holds",
                    "name": "holds",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138410/child/shipmentLines/300100171138411/child/notes",
                    "name": "notes",
                    "kind": "collection"
                }
            ]
        }
    ],
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138410",
            "name": "shipmentLineTransactionRequests",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
            }
        },
        {
            "rel": "canonical",
            "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138410",
            "name": "shipmentLineTransactionRequests",
            "kind": "item"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138410/child/shipmentLines",
            "name": "shipmentLines",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138410/child/errors",
            "name": "errors",
            "kind": "collection"
        }
    ]
}

Example 5 Request Body

The following example includes the contents of the request body in JSON format to delete the transportation plan for a shipment line. 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 creates.

{
 "ActionCode": "TPDelete",
 "OrderTypeCode": "SALES_ORDER",
 "SourceSystemId": 100000011825006,
 "shipmentLines" : [{
   "TransportationShipment": "TSN-JUL13-100"
}]}

Example 5 Response Body

The following example includes the contents of the response body in JSON format:

{
    "TransactionId": 300100171138418,
    "ActionCode": "TPDelete",
    "TransactionStatusCode": "AP",
    "TransactionStatus": "Awaiting processing",
    "DocumentNumber": "TSN-JUL13-100",
    "SourceSystemId": 100000011825006,
    "SourceSystem": null,
    "OrderTypeCode": "SALES_ORDER",
    "Order": "TSN-JUL13-100",
    "SourceOrder": null,
    "LogisticsServiceProviderCustomerId": null,
    "LogisticsServiceProviderCustomer": null,
    "LogisticsServiceProviderCustomerNumber": null,
    "ShipToPartyId": null,
    "ShipToCustomer": null,
    "ShipToCustomerNumber": null,
    "ShipToPartySiteId": null,
    "ShipToPartySiteNumber": null,
    "ShipToContactId": null,
    "ShipToContact": null,
    "ShipToContactNumber": null,
    "SoldToPartyId": null,
    "SoldToCustomer": null,
    "SoldToCustomerNumber": null,
    "SoldToContactId": null,
    "SoldToContact": null,
    "SoldToContactNumber": null,
    "BillToPartyId": null,
    "BillToCustomer": null,
    "BillToCustomerNumber": null,
    "BillToPartySiteId": null,
    "BillToPartySiteNumber": null,
    "BillToContactId": null,
    "BillToContact": null,
    "BillToContactNumber": null,
    "OrganizationId": null,
    "OrganizationCode": null,
    "OrganizationName": null,
    "ShipFromLocationId": null,
    "CarrierId": null,
    "Carrier": null,
    "CarrierNumber": null,
    "ModeOfTransportCode": null,
    "ServiceLevelCode": null,
    "FOBCode": null,
    "FreightTermsCode": null,
    "Currency": null,
    "ConversionTypeCode": null,
    "ConversionDate": null,
    "ConversionRate": null,
    "CreationDate": "2018-11-06T18:59:44+00:00",
    "CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
    "LastUpdateDate": "2018-11-06T18:59:44.040+00:00",
    "LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
    "shipmentLines": [
        {
            "DeliveryDetailInterfaceId": 300100171138419,
            "LineActionType": "TPDELETE",
            "OrderTypeCode": "SALES_ORDER",
            "Order": "TSN-JUL13-100",
            "OrderLine": null,
            "OrderSchedule": null,
            "SourceOrder": "TSN-JUL13-100",
            "SourceOrderLine": null,
            "SourceOrderFulfillmentLine": null,
            "SourceOrderFulfillmentLineId": null,
            "OrganizationId": null,
            "OrganizationCode": null,
            "OrganizationName": null,
            "ItemId": null,
            "Item": null,
            "ItemDescription": null,
            "RequestedDate": null,
            "ScheduledShipDate": null,
            "RequestedDateTypeCode": null,
            "FreightTermsCode": null,
            "ShipmentPriorityCode": null,
            "FOBCode": null,
            "GradeCode": null,
            "CustomerPONumber": null,
            "CustomerItem": null,
            "ShippedQuantity": null,
            "ConvertedQuantity": null,
            "StagedQuantity": null,
            "BackorderedQuantity": null,
            "QuantityUOMCode": null,
            "SecondaryConvertedQuantity": null,
            "SecondaryStagedQuantity": null,
            "SecondaryBackorderedQuantity": null,
            "SecondaryQuantityUOMCode": null,
            "SecondaryQuantityUOM": null,
            "SourceRequestedQuantity": null,
            "SourceRequestedQuantityUOMCode": null,
            "SourceRequestedQuantityUOM": null,
            "SecondarySourceRequestedQuantity": null,
            "SecondarySourceRequestedQuantityUOMCode": null,
            "SecondarySourceRequestedQuantityUOM": null,
            "BusinessUnitId": null,
            "BusinessUnit": null,
            "CarrierId": null,
            "Carrier": null,
            "CarrierNumber": null,
            "ModeOfTransportCode": null,
            "ServiceLevelCode": null,
            "EarliestPickupDate": null,
            "LatestPickupDate": null,
            "EarliestDropoffDate": null,
            "LatestDropoffDate": null,
            "ShipToPartyId": null,
            "ShipToCustomer": null,
            "ShipToCustomerNumber": null,
            "ShipToPartySiteId": null,
            "ShipToPartySiteNumber": null,
            "ShipToContactId": null,
            "ShipToContact": null,
            "ShipToContactNumber": null,
            "SoldToPartyId": null,
            "SoldToCustomer": null,
            "SoldToCustomerNumber": null,
            "SoldToContactId": null,
            "SoldToContact": null,
            "SoldToContactNumber": null,
            "BillToPartyId": null,
            "BillToCustomer": null,
            "BillToCustomerNumber": null,
            "BillToPartySiteId": null,
            "BillToPartySiteNumber": null,
            "BillToContactId": null,
            "BillToContact": null,
            "BillToContactNumber": null,
            "ShipmentSet": null,
            "ArrivalSet": null,
            "SourceLineUpdateDate": "2018-11-06T18:59:44+00:00",
            "SourceSystemId": 100000011825006,
            "UnitPrice": null,
            "Currency": null,
            "SellingPrice": null,
            "SellingPriceCurrency": null,
            "ReleaseLockFlag": null,
            "ParentItemId": null,
            "ParentItem": null,
            "ParentSourceOrderFulfillmentLineId": null,
            "BaseItemId": null,
            "BaseItem": null,
            "EndAssemblyItem": null,
            "SourceSubinventory": null,
            "DoNotShipBeforeDate": null,
            "DoNotShipAfterDate": null,
            "MaximumOvershipmentPercentage": null,
            "MaximumUndershipmentPercentage": null,
            "TaxationCountryCode": null,
            "FirstPartyTaxRegistrationId": null,
            "FirstPartyTaxRegistrationNumber": null,
            "ThirdPartyTaxRegistrationId": null,
            "ThirdPartyTaxRegistrationNumber": null,
            "LocationOfFinalDischargeId": null,
            "LocationOfFinalDischargeCode": null,
            "DocumentFiscalClassificationCode": null,
            "TransactionBusinessCategoryCode": null,
            "UserDefinedFiscalClassificationCode": null,
            "TaxInvoiceNumber": null,
            "TaxInvoiceDate": null,
            "ProductCategoryCode": null,
            "IntendedUseClassificationId": null,
            "IntendedUse": null,
            "ProductTypeCode": null,
            "AssessableValue": null,
            "TaxClassificationCode": null,
            "TaxExemptionCertificateNumber": null,
            "TaxExemptionReasonCode": null,
            "ProductFiscalClassificationId": null,
            "ProductFiscalClassification": null,
            "TransportationPlanningStatusCode": null,
            "TransportationPlanningDate": null,
            "TransportationShipment": "TSN-JUL13-100",
            "TransportationShipmentLine": null,
            "InitialDestinationId": null,
            "TradeComplianceStatusCode": null,
            "TradeComplianceDate": null,
            "TradeComplianceReason": null,
            "ProjectSalesOrderFlag": null,
            "SrcAttributeCategory": null,
            "SrcAttribute1": null,
            "SrcAttribute2": null,
            "SrcAttribute3": null,
            "SrcAttribute4": null,
            "SrcAttribute5": null,
            "SrcAttribute6": null,
            "SrcAttribute7": null,
            "SrcAttribute8": null,
            "SrcAttribute9": null,
            "SrcAttribute10": null,
            "SrcAttribute11": null,
            "SrcAttribute12": null,
            "SrcAttribute13": null,
            "SrcAttribute14": null,
            "SrcAttribute15": null,
            "SrcAttribute16": null,
            "SrcAttribute17": null,
            "SrcAttribute18": null,
            "SrcAttribute19": null,
            "SrcAttribute20": null,
            "SrcAttributeNumber1": null,
            "SrcAttributeNumber2": null,
            "SrcAttributeNumber3": null,
            "SrcAttributeNumber4": null,
            "SrcAttributeNumber5": null,
            "SrcAttributeNumber6": null,
            "SrcAttributeNumber7": null,
            "SrcAttributeNumber8": null,
            "SrcAttributeNumber9": null,
            "SrcAttributeNumber10": null,
            "SrcAttributeDate1": null,
            "SrcAttributeDate2": null,
            "SrcAttributeDate3": null,
            "SrcAttributeDate4": null,
            "SrcAttributeDate5": null,
            "SrcAttributeTimestamp1": null,
            "SrcAttributeTimestamp2": null,
            "SrcAttributeTimestamp3": null,
            "SrcAttributeTimestamp4": null,
            "SrcAttributeTimestamp5": null,
            "CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
            "CreationDate": "2018-11-06T18:59:44.022+00:00",
            "LastUpdateDate": "2018-11-06T18:59:44.045+00:00",
            "LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138418/child/shipmentLines/300100171138419",
                    "name": "shipmentLines",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138418/child/shipmentLines/300100171138419",
                    "name": "shipmentLines",
                    "kind": "item"
                },
                {
                    "rel": "parent",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138418",
                    "name": "shipmentLineTransactionRequests",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138418/child/shipmentLines/300100171138419/child/errors",
                    "name": "errors",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138418/child/shipmentLines/300100171138419/child/DFF",
                    "name": "DFF",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138418/child/shipmentLines/300100171138419/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138418/child/shipmentLines/300100171138419/child/holds",
                    "name": "holds",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138418/child/shipmentLines/300100171138419/child/notes",
                    "name": "notes",
                    "kind": "collection"
                }
            ]
        }
    ],
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138418",
            "name": "shipmentLineTransactionRequests",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
            }
        },
        {
            "rel": "canonical",
            "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138418",
            "name": "shipmentLineTransactionRequests",
            "kind": "item"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138418/child/shipmentLines",
            "name": "shipmentLines",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100171138418/child/errors",
            "name": "errors",
            "kind": "collection"
        }
    ]
}

Example 6 Request Body

The following example includes the contents of the request body in JSON format to create a shipment line. 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 creates.

{
	"ActionCode": "CREATE",
	"DocumentNumber": "SO-MAR03-01",
	"SourceSystemId": 100000011825006,
	"OrderTypeCode": "SALES_ORDER",
	"Order": "SO-MAR03-01",
	"SourceOrder": "SO-MAR03-01",
	"SoldToPartyId": 1006,
	"OrganizationId": 207,
	"Currency": "USD",
	"shipmentLines": [
	{
		"SourceOrderLine": "1",
		"SourceOrderFulfillmentLine": "1",
		"SourceOrderFulfillmentLineId": 1001,
		"OrderLine": "1",
		"ItemId": 149,
		"OrganizationId": 207,
		"UnitPrice": 100,
		"SourceRequestedQuantity": 30,
		"SourceRequestedQuantityUOMCode": "Ea",
		"BusinessUnitId": 204,
		"RequestedDate": "2019-03-05",
		"ScheduledShipDate": "2019-03-06",
		"ShipToPartyId": 1006,
		"ShipToPartySiteId": 1089,
		"ShipToContactId": 1560,
		"SoldToPartyId": 1006,
		"BillToPartyId": 1006,
		"BillToPartySiteId": 1090,
		"BillToContactId": 1560,
		"CarrierId": 12521,
		"ModeOfTransportCode": "AIR",
		"ServiceLevelCode": "2DA"
	}
	]
}

Example 6 Response Body

The following example includes the contents of the response body in JSON format:

{
	"TransactionId": 300100175337995,
	"ActionCode": "CREATE",
	"TransactionStatusCode": "SC",
	"TransactionStatus": "Successfully completed",
	"DocumentNumber": "SO-MAR03-01",
	"SourceSystemId": 100000011825006,
	"SourceSystem": null,
	"OrderTypeCode": "SALES_ORDER",
	"Order": "SO-MAR03-01",
	"SourceOrder": "SO-MAR03-01",
	"LogisticsServiceProviderCustomerId": null,
	"LogisticsServiceProviderCustomer": null,
	"LogisticsServiceProviderCustomerNumber": null,
	"ShipToPartyId": null,
	"ShipToCustomer": null,
	"ShipToCustomerNumber": null,
	"ShipToPartySiteId": null,
	"ShipToPartySiteNumber": null,
	"ShipToContactId": null,
	"ShipToContact": null,
	"ShipToContactNumber": null,
	"SoldToPartyId": 1006,
	"SoldToCustomer": null,
	"SoldToCustomerNumber": null,
	"SoldToContactId": null,
	"SoldToContact": null,
	"SoldToContactNumber": null,
	"BillToPartyId": null,
	"BillToCustomer": null,
	"BillToCustomerNumber": null,
	"BillToPartySiteId": null,
	"BillToPartySiteNumber": null,
	"BillToContactId": null,
	"BillToContact": null,
	"BillToContactNumber": null,
	"OrganizationId": 207,
	"OrganizationCode": null,
	"OrganizationName": null,
	"ShipFromLocationId": null,
	"CarrierId": null,
	"Carrier": null,
	"CarrierNumber": null,
	"ModeOfTransportCode": null,
	"ServiceLevelCode": null,
	"FOBCode": null,
	"FreightTermsCode": null,
	"Currency": "USD",
	"ConversionTypeCode": null,
	"ConversionDate": null,
	"ConversionRate": null,
	"CreationDate": "2019-03-05T23:46:04+00:00",
	"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
	"LastUpdateDate": "2019-03-05T23:46:05.176+00:00",
	"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
	"shipmentLines": {
		"items": [
		{
			"DeliveryDetailInterfaceId": 300100175337996,
			"LineActionType": "CREATE",
			"OrderTypeCode": "SALES_ORDER",
			"Order": "SO-MAR03-01",
			"OrderLine": "1",
			"OrderSchedule": null,
			"SourceOrder": "SO-MAR03-01",
			"SourceOrderLine": "1",
			"SourceOrderFulfillmentLine": "1",
			"SourceOrderFulfillmentLineId": 1001,
			"OrganizationId": 207,
			"OrganizationCode": null,
			"OrganizationName": null,
			"ItemId": 149,
			"Item": null,
			"ItemDescription": null,
			"RequestedDate": "2019-03-05T00:00:00+00:00",
			"ScheduledShipDate": "2019-03-06T00:00:00+00:00",
			"RequestedDateTypeCode": null,
			"FreightTermsCode": null,
			"ShipmentPriorityCode": null,
			"FOBCode": null,
			"GradeCode": null,
			"CustomerPONumber": null,
			"CustomerItem": null,
			"ShippedQuantity": null,
			"ConvertedQuantity": null,
			"StagedQuantity": null,
			"BackorderedQuantity": null,
			"QuantityUOMCode": null,
			"SecondaryConvertedQuantity": null,
			"SecondaryStagedQuantity": null,
			"SecondaryBackorderedQuantity": null,
			"SecondaryQuantityUOMCode": null,
			"SecondaryQuantityUOM": null,
			"SourceRequestedQuantity": 30,
			"SourceRequestedQuantityUOMCode": "Ea",
			"SourceRequestedQuantityUOM": null,
			"SecondarySourceRequestedQuantity": null,
			"SecondarySourceRequestedQuantityUOMCode": null,
			"SecondarySourceRequestedQuantityUOM": null,
			"BusinessUnitId": 204,
			"BusinessUnit": null,
			"CarrierId": 12521,
			"Carrier": null,
			"CarrierNumber": null,
			"ModeOfTransportCode": "AIR",
			"ServiceLevelCode": "2DA",
			"EarliestPickupDate": null,
			"LatestPickupDate": null,
			"EarliestDropoffDate": null,
			"LatestDropoffDate": null,
			"ShipToPartyId": 1006,
			"ShipToCustomer": null,
			"ShipToCustomerNumber": null,
			"ShipToPartySiteId": 1089,
			"ShipToPartySiteNumber": null,
			"ShipToContactId": 1560,
			"ShipToContact": null,
			"ShipToContactNumber": null,
			"SoldToPartyId": 1006,
			"SoldToCustomer": null,
			"SoldToCustomerNumber": null,
			"SoldToContactId": null,
			"SoldToContact": null,
			"SoldToContactNumber": null,
			"BillToPartyId": 1006,
			"BillToCustomer": null,
			"BillToCustomerNumber": null,
			"BillToPartySiteId": 1090,
			"BillToPartySiteNumber": null,
			"BillToContactId": 1560,
			"BillToContact": null,
			"BillToContactNumber": null,
			"ShipmentSet": null,
			"ArrivalSet": null,
			"SourceLineUpdateDate": "2019-03-05T23:46:05+00:00",
			"SourceSystemId": 100000011825006,
			"UnitPrice": 100,
			"Currency": "USD",
			"SellingPrice": null,
			"SellingPriceCurrency": null,
			"ReleaseLockFlag": null,
			"ParentItemId": null,
			"ParentItem": null,
			"ParentSourceOrderFulfillmentLineId": null,
			"BaseItemId": null,
			"BaseItem": null,
			"EndAssemblyItem": null,
			"SourceSubinventory": null,
			"DoNotShipBeforeDate": null,
			"DoNotShipAfterDate": null,
			"MaximumOvershipmentPercentage": null,
			"MaximumUndershipmentPercentage": null,
			"TaxationCountryCode": null,
			"FirstPartyTaxRegistrationId": null,
			"FirstPartyTaxRegistrationNumber": null,
			"ThirdPartyTaxRegistrationId": null,
			"ThirdPartyTaxRegistrationNumber": null,
			"LocationOfFinalDischargeId": null,
			"LocationOfFinalDischargeCode": null,
			"DocumentFiscalClassificationCode": null,
			"TransactionBusinessCategoryCode": null,
			"UserDefinedFiscalClassificationCode": null,
			"TaxInvoiceNumber": null,
			"TaxInvoiceDate": null,
			"ProductCategoryCode": null,
			"IntendedUseClassificationId": null,
			"IntendedUse": null,
			"ProductTypeCode": null,
			"AssessableValue": null,
			"TaxClassificationCode": null,
			"TaxExemptionCertificateNumber": null,
			"TaxExemptionReasonCode": null,
			"ProductFiscalClassificationId": null,
			"ProductFiscalClassification": null,
			"TransportationPlanningStatusCode": null,
			"TransportationPlanningDate": null,
			"TransportationShipment": null,
			"TransportationShipmentLine": null,
			"InitialDestinationId": null,
			"TradeComplianceStatusCode": null,
			"TradeComplianceDate": null,
			"TradeComplianceReason": null,
			"ProjectSalesOrderFlag": null,
			"ProjectCostingProjectId": null,
			"ProjectCostingProjectNumber": null,
			"ProjectCostingTaskId": null,
			"ProjectCostingTaskNumber": null,
			"SrcAttributeCategory": null,
			"SrcAttribute1": null,
			"SrcAttribute2": null,
			"SrcAttribute3": null,
			"SrcAttribute4": null,
			"SrcAttribute5": null,
			"SrcAttribute6": null,
			"SrcAttribute7": null,
			"SrcAttribute8": null,
			"SrcAttribute9": null,
			"SrcAttribute10": null,
			"SrcAttribute11": null,
			"SrcAttribute12": null,
			"SrcAttribute13": null,
			"SrcAttribute14": null,
			"SrcAttribute15": null,
			"SrcAttribute16": null,
			"SrcAttribute17": null,
			"SrcAttribute18": null,
			"SrcAttribute19": null,
			"SrcAttribute20": null,
			"SrcAttributeNumber1": null,
			"SrcAttributeNumber2": null,
			"SrcAttributeNumber3": null,
			"SrcAttributeNumber4": null,
			"SrcAttributeNumber5": null,
			"SrcAttributeNumber6": null,
			"SrcAttributeNumber7": null,
			"SrcAttributeNumber8": null,
			"SrcAttributeNumber9": null,
			"SrcAttributeNumber10": null,
			"SrcAttributeDate1": null,
			"SrcAttributeDate2": null,
			"SrcAttributeDate3": null,
			"SrcAttributeDate4": null,
			"SrcAttributeDate5": null,
			"SrcAttributeTimestamp1": null,
			"SrcAttributeTimestamp2": null,
			"SrcAttributeTimestamp3": null,
			"SrcAttributeTimestamp4": null,
			"SrcAttributeTimestamp5": null,
			"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
			"CreationDate": "2019-03-05T23:46:04.923+00:00",
			"LastUpdateDate": "2019-03-05T23:46:05.219+00:00",
			"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
			"links": [
			{
				"rel": "self",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337995/child/shipmentLines/300100175337996",
				"name": "shipmentLines",
				"kind": "item",
				"properties": {
					"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
				}
			},
			{
				"rel": "canonical",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337995/child/shipmentLines/300100175337996",
				"name": "shipmentLines",
				"kind": "item"
			},
			{
				"rel": "parent",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337995",
				"name": "shipmentLineTransactionRequests",
				"kind": "item"
			},
			{
				"rel": "child",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337995/child/shipmentLines/300100175337996/child/errors",
				"name": "errors",
				"kind": "collection"
			},
			{
				"rel": "child",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337995/child/shipmentLines/300100175337996/child/DFF",
				"name": "DFF",
				"kind": "collection"
			},
			{
				"rel": "child",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337995/child/shipmentLines/300100175337996/child/attachments",
				"name": "attachments",
				"kind": "collection"
			},
			{
				"rel": "child",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337995/child/shipmentLines/300100175337996/child/holds",
				"name": "holds",
				"kind": "collection"
			},
			{
				"rel": "child",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337995/child/shipmentLines/300100175337996/child/notes",
				"name": "notes",
				"kind": "collection"
			}
			]
		}
		],
		"count": 1,
		"hasMore": false,
		"limit": 25,
		"offset": 0,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337995/child/shipmentLines",
			"name": "shipmentLines",
			"kind": "collection"
		}
		]
	},
	"links": [
	{
		"rel": "self",
		"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337995",
		"name": "shipmentLineTransactionRequests",
		"kind": "item",
		"properties": {
			"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
		}
	},
	{
		"rel": "canonical",
		"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337995",
		"name": "shipmentLineTransactionRequests",
		"kind": "item"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337995/child/shipmentLines",
		"name": "shipmentLines",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337995/child/errors",
		"name": "errors",
		"kind": "collection"
	}
	]
}

Example 7 Request Body

The following example includes the contents of the request body in JSON format to update a shipment line. 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 creates.
{
	"ActionCode": "UPDATE",
	"DocumentNumber": "SO-MAR03-01",
	"SourceSystemId": 100000011825006,
	"OrderTypeCode": "SALES_ORDER",
	"Order": "SO-MAR03-01",
	"SourceOrder": "SO-MAR03-01",
	"SoldToPartyId": 1006,
	"OrganizationId": 207,
	"Currency": "USD",
	"shipmentLines": [
	{
		"SourceOrderLine": "1",
		"SourceOrderFulfillmentLine": "1",
		"SourceOrderFulfillmentLineId": 1001,
		"OrderLine": "1",
		"ItemId": 149,
		"OrganizationId": 207,
		"UnitPrice": 100,
		"SourceRequestedQuantity": 30,
		"SourceRequestedQuantityUOMCode": "Ea",
		"BusinessUnitId": 204,
		"RequestedDate": "2018-08-26T00:00:00-00:00",
		"ScheduledShipDate": "2018-08-26T00:00:00-00:00",
		"ShipToPartyId": 1006,
		"ShipToPartySiteId": 1089,
		"ShipToContactId": 1560,
		"SoldToPartyId": 1006,
		"BillToPartyId": 1006,
		"BillToPartySiteId": 1090,
		"BillToContactId": 1560,
		"CarrierId": 12521,
		"ModeOfTransportCode": "AIR",
		"ServiceLevelCode": "2DA"
	}
	]
}

Example 7 Response Body

The following example includes the contents of the response body in JSON format:

{
	"TransactionId": 300100175337997,
	"ActionCode": "UPDATE",
	"TransactionStatusCode": "SC",
	"TransactionStatus": "Successfully completed",
	"DocumentNumber": "SO-MAR03-01",
	"SourceSystemId": 100000011825006,
	"SourceSystem": null,
	"OrderTypeCode": "SALES_ORDER",
	"Order": "SO-MAR03-01",
	"SourceOrder": "SO-MAR03-01",
	"LogisticsServiceProviderCustomerId": null,
	"LogisticsServiceProviderCustomer": null,
	"LogisticsServiceProviderCustomerNumber": null,
	"ShipToPartyId": null,
	"ShipToCustomer": null,
	"ShipToCustomerNumber": null,
	"ShipToPartySiteId": null,
	"ShipToPartySiteNumber": null,
	"ShipToContactId": null,
	"ShipToContact": null,
	"ShipToContactNumber": null,
	"SoldToPartyId": 1006,
	"SoldToCustomer": null,
	"SoldToCustomerNumber": null,
	"SoldToContactId": null,
	"SoldToContact": null,
	"SoldToContactNumber": null,
	"BillToPartyId": null,
	"BillToCustomer": null,
	"BillToCustomerNumber": null,
	"BillToPartySiteId": null,
	"BillToPartySiteNumber": null,
	"BillToContactId": null,
	"BillToContact": null,
	"BillToContactNumber": null,
	"OrganizationId": 207,
	"OrganizationCode": null,
	"OrganizationName": null,
	"ShipFromLocationId": null,
	"CarrierId": null,
	"Carrier": null,
	"CarrierNumber": null,
	"ModeOfTransportCode": null,
	"ServiceLevelCode": null,
	"FOBCode": null,
	"FreightTermsCode": null,
	"Currency": "USD",
	"ConversionTypeCode": null,
	"ConversionDate": null,
	"ConversionRate": null,
	"CreationDate": "2019-03-05T23:46:48+00:00",
	"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
	"LastUpdateDate": "2019-03-05T23:46:48.039+00:00",
	"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
	"shipmentLines": {
		"items": [
		{
			"DeliveryDetailInterfaceId": 300100175337998,
			"LineActionType": "UPDATE",
			"OrderTypeCode": "SALES_ORDER",
			"Order": "SO-MAR03-01",
			"OrderLine": "1",
			"OrderSchedule": null,
			"SourceOrder": "SO-MAR03-01",
			"SourceOrderLine": "1",
			"SourceOrderFulfillmentLine": "1",
			"SourceOrderFulfillmentLineId": 1001,
			"OrganizationId": 207,
			"OrganizationCode": null,
			"OrganizationName": null,
			"ItemId": 149,
			"Item": null,
			"ItemDescription": null,
			"RequestedDate": "2018-08-26T00:00:00+00:00",
			"ScheduledShipDate": "2018-08-26T00:00:00+00:00",
			"RequestedDateTypeCode": null,
			"FreightTermsCode": null,
			"ShipmentPriorityCode": null,
			"FOBCode": null,
			"GradeCode": null,
			"CustomerPONumber": null,
			"CustomerItem": null,
			"ShippedQuantity": null,
			"ConvertedQuantity": null,
			"StagedQuantity": null,
			"BackorderedQuantity": null,
			"QuantityUOMCode": null,
			"SecondaryConvertedQuantity": null,
			"SecondaryStagedQuantity": null,
			"SecondaryBackorderedQuantity": null,
			"SecondaryQuantityUOMCode": null,
			"SecondaryQuantityUOM": null,
			"SourceRequestedQuantity": 30,
			"SourceRequestedQuantityUOMCode": "Ea",
			"SourceRequestedQuantityUOM": null,
			"SecondarySourceRequestedQuantity": null,
			"SecondarySourceRequestedQuantityUOMCode": null,
			"SecondarySourceRequestedQuantityUOM": null,
			"BusinessUnitId": 204,
			"BusinessUnit": null,
			"CarrierId": 12521,
			"Carrier": null,
			"CarrierNumber": null,
			"ModeOfTransportCode": "AIR",
			"ServiceLevelCode": "2DA",
			"EarliestPickupDate": null,
			"LatestPickupDate": null,
			"EarliestDropoffDate": null,
			"LatestDropoffDate": null,
			"ShipToPartyId": 1006,
			"ShipToCustomer": null,
			"ShipToCustomerNumber": null,
			"ShipToPartySiteId": 1089,
			"ShipToPartySiteNumber": null,
			"ShipToContactId": 1560,
			"ShipToContact": null,
			"ShipToContactNumber": null,
			"SoldToPartyId": 1006,
			"SoldToCustomer": null,
			"SoldToCustomerNumber": null,
			"SoldToContactId": null,
			"SoldToContact": null,
			"SoldToContactNumber": null,
			"BillToPartyId": 1006,
			"BillToCustomer": null,
			"BillToCustomerNumber": null,
			"BillToPartySiteId": 1090,
			"BillToPartySiteNumber": null,
			"BillToContactId": 1560,
			"BillToContact": null,
			"BillToContactNumber": null,
			"ShipmentSet": null,
			"ArrivalSet": null,
			"SourceLineUpdateDate": "2019-03-05T23:46:48+00:00",
			"SourceSystemId": 100000011825006,
			"UnitPrice": 100,
			"Currency": "USD",
			"SellingPrice": null,
			"SellingPriceCurrency": null,
			"ReleaseLockFlag": null,
			"ParentItemId": null,
			"ParentItem": null,
			"ParentSourceOrderFulfillmentLineId": null,
			"BaseItemId": null,
			"BaseItem": null,
			"EndAssemblyItem": null,
			"SourceSubinventory": null,
			"DoNotShipBeforeDate": null,
			"DoNotShipAfterDate": null,
			"MaximumOvershipmentPercentage": null,
			"MaximumUndershipmentPercentage": null,
			"TaxationCountryCode": null,
			"FirstPartyTaxRegistrationId": null,
			"FirstPartyTaxRegistrationNumber": null,
			"ThirdPartyTaxRegistrationId": null,
			"ThirdPartyTaxRegistrationNumber": null,
			"LocationOfFinalDischargeId": null,
			"LocationOfFinalDischargeCode": null,
			"DocumentFiscalClassificationCode": null,
			"TransactionBusinessCategoryCode": null,
			"UserDefinedFiscalClassificationCode": null,
			"TaxInvoiceNumber": null,
			"TaxInvoiceDate": null,
			"ProductCategoryCode": null,
			"IntendedUseClassificationId": null,
			"IntendedUse": null,
			"ProductTypeCode": null,
			"AssessableValue": null,
			"TaxClassificationCode": null,
			"TaxExemptionCertificateNumber": null,
			"TaxExemptionReasonCode": null,
			"ProductFiscalClassificationId": null,
			"ProductFiscalClassification": null,
			"TransportationPlanningStatusCode": null,
			"TransportationPlanningDate": null,
			"TransportationShipment": null,
			"TransportationShipmentLine": null,
			"InitialDestinationId": null,
			"TradeComplianceStatusCode": null,
			"TradeComplianceDate": null,
			"TradeComplianceReason": null,
			"ProjectSalesOrderFlag": null,
			"ProjectCostingProjectId": null,
			"ProjectCostingProjectNumber": null,
			"ProjectCostingTaskId": null,
			"ProjectCostingTaskNumber": null,
			"SrcAttributeCategory": null,
			"SrcAttribute1": null,
			"SrcAttribute2": null,
			"SrcAttribute3": null,
			"SrcAttribute4": null,
			"SrcAttribute5": null,
			"SrcAttribute6": null,
			"SrcAttribute7": null,
			"SrcAttribute8": null,
			"SrcAttribute9": null,
			"SrcAttribute10": null,
			"SrcAttribute11": null,
			"SrcAttribute12": null,
			"SrcAttribute13": null,
			"SrcAttribute14": null,
			"SrcAttribute15": null,
			"SrcAttribute16": null,
			"SrcAttribute17": null,
			"SrcAttribute18": null,
			"SrcAttribute19": null,
			"SrcAttribute20": null,
			"SrcAttributeNumber1": null,
			"SrcAttributeNumber2": null,
			"SrcAttributeNumber3": null,
			"SrcAttributeNumber4": null,
			"SrcAttributeNumber5": null,
			"SrcAttributeNumber6": null,
			"SrcAttributeNumber7": null,
			"SrcAttributeNumber8": null,
			"SrcAttributeNumber9": null,
			"SrcAttributeNumber10": null,
			"SrcAttributeDate1": null,
			"SrcAttributeDate2": null,
			"SrcAttributeDate3": null,
			"SrcAttributeDate4": null,
			"SrcAttributeDate5": null,
			"SrcAttributeTimestamp1": null,
			"SrcAttributeTimestamp2": null,
			"SrcAttributeTimestamp3": null,
			"SrcAttributeTimestamp4": null,
			"SrcAttributeTimestamp5": null,
			"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
			"CreationDate": "2019-03-05T23:46:48.024+00:00",
			"LastUpdateDate": "2019-03-05T23:46:48.043+00:00",
			"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
			"links": [
			{
				"rel": "self",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337997/child/shipmentLines/300100175337998",
				"name": "shipmentLines",
				"kind": "item",
				"properties": {
					"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
				}
			},
			{
				"rel": "canonical",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337997/child/shipmentLines/300100175337998",
				"name": "shipmentLines",
				"kind": "item"
			},
			{
				"rel": "parent",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337997",
				"name": "shipmentLineTransactionRequests",
				"kind": "item"
			},
			{
				"rel": "child",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337997/child/shipmentLines/300100175337998/child/errors",
				"name": "errors",
				"kind": "collection"
			},
			{
				"rel": "child",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337997/child/shipmentLines/300100175337998/child/DFF",
				"name": "DFF",
				"kind": "collection"
			},
			{
				"rel": "child",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337997/child/shipmentLines/300100175337998/child/attachments",
				"name": "attachments",
				"kind": "collection"
			},
			{
				"rel": "child",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337997/child/shipmentLines/300100175337998/child/holds",
				"name": "holds",
				"kind": "collection"
			},
			{
				"rel": "child",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337997/child/shipmentLines/300100175337998/child/notes",
				"name": "notes",
				"kind": "collection"
			}
			]
		}
		],
		"count": 1,
		"hasMore": false,
		"limit": 25,
		"offset": 0,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337997/child/shipmentLines",
			"name": "shipmentLines",
			"kind": "collection"
		}
		]
	},
	"links": [
	{
		"rel": "self",
		"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337997",
		"name": "shipmentLineTransactionRequests",
		"kind": "item",
		"properties": {
			"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
		}
	},
	{
		"rel": "canonical",
		"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337997",
		"name": "shipmentLineTransactionRequests",
		"kind": "item"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337997/child/shipmentLines",
		"name": "shipmentLines",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337997/child/errors",
		"name": "errors",
		"kind": "collection"
	}
	]
}

Example 8 Request Body

The following example includes the contents of the request body in JSON format to cancel a shipment line. 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 creates.
{
	"ActionCode": "CANCEL",
	"DocumentNumber": "SO-MAR03-01",
	"SourceSystemId": 100000011825006,
	"OrderTypeCode": "SALES_ORDER",
	"Order": "SO-MAR03-01",
	"SourceOrder": "SO-MAR03-01",
	"SoldToPartyId": 1006,
	"OrganizationId": 204,
	"Currency": "USD",
	"shipmentLines": [
	{
		"SourceOrderLine": "1",
		"SourceOrderFulfillmentLine": "1",
		"SourceOrderFulfillmentLineId": 1001,
		"OrderLine": "1",
		"ItemId": 149,
		"OrganizationId": 204,
		"UnitPrice": 100,
		"SourceRequestedQuantity": 3,
		"SourceRequestedQuantityUOMCode": "Ea",
		"BusinessUnitId": 204,
		"RequestedDate": "2012-08-26T00:00:00-00:00",
		"ScheduledShipDate": "2015-08-26T00:00:00-00:00",
		"ShipToPartyId": 1006,
		"ShipToPartySiteId": 1089,
		"ShipToContactId": 1560,
		"SoldToPartyId": 1006,
		"BillToPartyId": 1006,
		"BillToPartySiteId": 1090,
		"BillToContactId": 1560,
		"CarrierId": 12521,
		"ModeOfTransportCode": "AIR",
		"ServiceLevelCode": "2DA"
	}
	]
}

Example 8 Response Body

The following example includes the contents of the response body in JSON format:

{
	"TransactionId": 300100175337999,
	"ActionCode": "CANCEL",
	"TransactionStatusCode": "SC",
	"TransactionStatus": "Successfully completed",
	"DocumentNumber": "SO-MAR03-01",
	"SourceSystemId": 100000011825006,
	"SourceSystem": null,
	"OrderTypeCode": "SALES_ORDER",
	"Order": "SO-MAR03-01",
	"SourceOrder": "SO-MAR03-01",
	"LogisticsServiceProviderCustomerId": null,
	"LogisticsServiceProviderCustomer": null,
	"LogisticsServiceProviderCustomerNumber": null,
	"ShipToPartyId": null,
	"ShipToCustomer": null,
	"ShipToCustomerNumber": null,
	"ShipToPartySiteId": null,
	"ShipToPartySiteNumber": null,
	"ShipToContactId": null,
	"ShipToContact": null,
	"ShipToContactNumber": null,
	"SoldToPartyId": 1006,
	"SoldToCustomer": null,
	"SoldToCustomerNumber": null,
	"SoldToContactId": null,
	"SoldToContact": null,
	"SoldToContactNumber": null,
	"BillToPartyId": null,
	"BillToCustomer": null,
	"BillToCustomerNumber": null,
	"BillToPartySiteId": null,
	"BillToPartySiteNumber": null,
	"BillToContactId": null,
	"BillToContact": null,
	"BillToContactNumber": null,
	"OrganizationId": 204,
	"OrganizationCode": null,
	"OrganizationName": null,
	"ShipFromLocationId": null,
	"CarrierId": null,
	"Carrier": null,
	"CarrierNumber": null,
	"ModeOfTransportCode": null,
	"ServiceLevelCode": null,
	"FOBCode": null,
	"FreightTermsCode": null,
	"Currency": "USD",
	"ConversionTypeCode": null,
	"ConversionDate": null,
	"ConversionRate": null,
	"CreationDate": "2019-03-05T23:47:16+00:00",
	"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
	"LastUpdateDate": "2019-03-05T23:47:16.165+00:00",
	"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
	"shipmentLines": [
	{
		"DeliveryDetailInterfaceId": 300100175338000,
		"LineActionType": "CANCEL",
		"OrderTypeCode": "SALES_ORDER",
		"Order": "SO-MAR03-01",
		"OrderLine": "1",
		"OrderSchedule": null,
		"SourceOrder": "SO-MAR03-01",
		"SourceOrderLine": "1",
		"SourceOrderFulfillmentLine": "1",
		"SourceOrderFulfillmentLineId": 1001,
		"OrganizationId": 204,
		"OrganizationCode": null,
		"OrganizationName": null,
		"ItemId": 149,
		"Item": null,
		"ItemDescription": null,
		"RequestedDate": "2012-08-26T00:00:00+00:00",
		"ScheduledShipDate": "2015-08-26T00:00:00+00:00",
		"RequestedDateTypeCode": null,
		"FreightTermsCode": null,
		"ShipmentPriorityCode": null,
		"FOBCode": null,
		"GradeCode": null,
		"CustomerPONumber": null,
		"CustomerItem": null,
		"ShippedQuantity": null,
		"ConvertedQuantity": null,
		"StagedQuantity": null,
		"BackorderedQuantity": null,
		"QuantityUOMCode": null,
		"SecondaryConvertedQuantity": null,
		"SecondaryStagedQuantity": null,
		"SecondaryBackorderedQuantity": null,
		"SecondaryQuantityUOMCode": null,
		"SecondaryQuantityUOM": null,
		"SourceRequestedQuantity": 3,
		"SourceRequestedQuantityUOMCode": "Ea",
		"SourceRequestedQuantityUOM": null,
		"SecondarySourceRequestedQuantity": null,
		"SecondarySourceRequestedQuantityUOMCode": null,
		"SecondarySourceRequestedQuantityUOM": null,
		"BusinessUnitId": 204,
		"BusinessUnit": null,
		"CarrierId": 12521,
		"Carrier": null,
		"CarrierNumber": null,
		"ModeOfTransportCode": "AIR",
		"ServiceLevelCode": "2DA",
		"EarliestPickupDate": null,
		"LatestPickupDate": null,
		"EarliestDropoffDate": null,
		"LatestDropoffDate": null,
		"ShipToPartyId": 1006,
		"ShipToCustomer": null,
		"ShipToCustomerNumber": null,
		"ShipToPartySiteId": 1089,
		"ShipToPartySiteNumber": null,
		"ShipToContactId": 1560,
		"ShipToContact": null,
		"ShipToContactNumber": null,
		"SoldToPartyId": 1006,
		"SoldToCustomer": null,
		"SoldToCustomerNumber": null,
		"SoldToContactId": null,
		"SoldToContact": null,
		"SoldToContactNumber": null,
		"BillToPartyId": 1006,
		"BillToCustomer": null,
		"BillToCustomerNumber": null,
		"BillToPartySiteId": 1090,
		"BillToPartySiteNumber": null,
		"BillToContactId": 1560,
		"BillToContact": null,
		"BillToContactNumber": null,
		"ShipmentSet": null,
		"ArrivalSet": null,
		"SourceLineUpdateDate": "2019-03-05T23:47:16+00:00",
		"SourceSystemId": 100000011825006,
		"UnitPrice": 100,
		"Currency": "USD",
		"SellingPrice": null,
		"SellingPriceCurrency": null,
		"ReleaseLockFlag": null,
		"ParentItemId": null,
		"ParentItem": null,
		"ParentSourceOrderFulfillmentLineId": null,
		"BaseItemId": null,
		"BaseItem": null,
		"EndAssemblyItem": null,
		"SourceSubinventory": null,
		"DoNotShipBeforeDate": null,
		"DoNotShipAfterDate": null,
		"MaximumOvershipmentPercentage": null,
		"MaximumUndershipmentPercentage": null,
		"TaxationCountryCode": null,
		"FirstPartyTaxRegistrationId": null,
		"FirstPartyTaxRegistrationNumber": null,
		"ThirdPartyTaxRegistrationId": null,
		"ThirdPartyTaxRegistrationNumber": null,
		"LocationOfFinalDischargeId": null,
		"LocationOfFinalDischargeCode": null,
		"DocumentFiscalClassificationCode": null,
		"TransactionBusinessCategoryCode": null,
		"UserDefinedFiscalClassificationCode": null,
		"TaxInvoiceNumber": null,
		"TaxInvoiceDate": null,
		"ProductCategoryCode": null,
		"IntendedUseClassificationId": null,
		"IntendedUse": null,
		"ProductTypeCode": null,
		"AssessableValue": null,
		"TaxClassificationCode": null,
		"TaxExemptionCertificateNumber": null,
		"TaxExemptionReasonCode": null,
		"ProductFiscalClassificationId": null,
		"ProductFiscalClassification": null,
		"TransportationPlanningStatusCode": null,
		"TransportationPlanningDate": null,
		"TransportationShipment": null,
		"TransportationShipmentLine": null,
		"InitialDestinationId": null,
		"TradeComplianceStatusCode": null,
		"TradeComplianceDate": null,
		"TradeComplianceReason": null,
		"ProjectSalesOrderFlag": null,
		"ProjectCostingProjectId": null,
		"ProjectCostingProjectNumber": null,
		"ProjectCostingTaskId": null,
		"ProjectCostingTaskNumber": null,
		"SrcAttributeCategory": null,
		"SrcAttribute1": null,
		"SrcAttribute2": null,
		"SrcAttribute3": null,
		"SrcAttribute4": null,
		"SrcAttribute5": null,
		"SrcAttribute6": null,
		"SrcAttribute7": null,
		"SrcAttribute8": null,
		"SrcAttribute9": null,
		"SrcAttribute10": null,
		"SrcAttribute11": null,
		"SrcAttribute12": null,
		"SrcAttribute13": null,
		"SrcAttribute14": null,
		"SrcAttribute15": null,
		"SrcAttribute16": null,
		"SrcAttribute17": null,
		"SrcAttribute18": null,
		"SrcAttribute19": null,
		"SrcAttribute20": null,
		"SrcAttributeNumber1": null,
		"SrcAttributeNumber2": null,
		"SrcAttributeNumber3": null,
		"SrcAttributeNumber4": null,
		"SrcAttributeNumber5": null,
		"SrcAttributeNumber6": null,
		"SrcAttributeNumber7": null,
		"SrcAttributeNumber8": null,
		"SrcAttributeNumber9": null,
		"SrcAttributeNumber10": null,
		"SrcAttributeDate1": null,
		"SrcAttributeDate2": null,
		"SrcAttributeDate3": null,
		"SrcAttributeDate4": null,
		"SrcAttributeDate5": null,
		"SrcAttributeTimestamp1": null,
		"SrcAttributeTimestamp2": null,
		"SrcAttributeTimestamp3": null,
		"SrcAttributeTimestamp4": null,
		"SrcAttributeTimestamp5": null,
		"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
		"CreationDate": "2019-03-05T23:47:16.148+00:00",
		"LastUpdateDate": "2019-03-05T23:47:16.180+00:00",
		"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337999/child/shipmentLines/300100175338000",
			"name": "shipmentLines",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337999/child/shipmentLines/300100175338000",
			"name": "shipmentLines",
			"kind": "item"
		},
		{
			"rel": "parent",
			"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337999",
			"name": "shipmentLineTransactionRequests",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337999/child/shipmentLines/300100175338000/child/errors",
			"name": "errors",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337999/child/shipmentLines/300100175338000/child/DFF",
			"name": "DFF",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337999/child/shipmentLines/300100175338000/child/attachments",
			"name": "attachments",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337999/child/shipmentLines/300100175338000/child/holds",
			"name": "holds",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337999/child/shipmentLines/300100175338000/child/notes",
			"name": "notes",
			"kind": "collection"
		}
		]
	}
	],
	"links": [
	{
		"rel": "self",
		"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337999",
		"name": "shipmentLineTransactionRequests",
		"kind": "item",
		"properties": {
			"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
		}
	},
	{
		"rel": "canonical",
		"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337999",
		"name": "shipmentLineTransactionRequests",
		"kind": "item"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337999/child/shipmentLines",
		"name": "shipmentLines",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175337999/child/errors",
		"name": "errors",
		"kind": "collection"
	}
	]
}

Example 9 Request Body

The following example includes the contents of the request body in JSON format to create a shipping interface record to create a shipment line. 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 creates. You must submit the Receive Shipment Request scheduled process to process the interface record.
{
	"ActionCode": "StagingCreate",
	"DocumentNumber": "SO-MAR03-02",
	"SourceSystemId": 100000011825006,
	"OrderTypeCode": "SALES_ORDER",
	"Order": "SO-MAR03-02",
	"SourceOrder": "SO-MAR03-02",
	"SoldToPartyId": 1006,
	"OrganizationId": 207,
	"Currency": "USD",
	"shipmentLines": [
	{
		"SourceOrderLine": "1",
		"SourceOrderFulfillmentLine": "1",
		"SourceOrderFulfillmentLineId": 1001,
		"OrderLine": "1",
		"ItemId": 149,
		"OrganizationId": 207,
		"UnitPrice": 100,
		"SourceRequestedQuantity": 30,
		"SourceRequestedQuantityUOMCode": "Ea",
		"BusinessUnitId": 204,
		"RequestedDate": "2019-03-05",
		"ScheduledShipDate": "2019-03-06",
		"ShipToPartyId": 1006,
		"ShipToPartySiteId": 1089,
		"ShipToContactId": 1560,
		"SoldToPartyId": 1006,
		"BillToPartyId": 1006,
		"BillToPartySiteId": 1090,
		"BillToContactId": 1560,
		"CarrierId": 12521,
		"ModeOfTransportCode": "AIR",
		"ServiceLevelCode": "2DA"
	}
	]
}

Example 9 Response Body

The following example includes the contents of the response body in JSON format:

{
	"TransactionId": 300100175338001,
	"ActionCode": "StagingCreate",
	"TransactionStatusCode": "AP",
	"TransactionStatus": "Awaiting processing",
	"DocumentNumber": "SO-MAR03-02",
	"SourceSystemId": 100000011825006,
	"SourceSystem": null,
	"OrderTypeCode": "SALES_ORDER",
	"Order": "SO-MAR03-02",
	"SourceOrder": "SO-MAR03-02",
	"LogisticsServiceProviderCustomerId": null,
	"LogisticsServiceProviderCustomer": null,
	"LogisticsServiceProviderCustomerNumber": null,
	"ShipToPartyId": null,
	"ShipToCustomer": null,
	"ShipToCustomerNumber": null,
	"ShipToPartySiteId": null,
	"ShipToPartySiteNumber": null,
	"ShipToContactId": null,
	"ShipToContact": null,
	"ShipToContactNumber": null,
	"SoldToPartyId": 1006,
	"SoldToCustomer": null,
	"SoldToCustomerNumber": null,
	"SoldToContactId": null,
	"SoldToContact": null,
	"SoldToContactNumber": null,
	"BillToPartyId": null,
	"BillToCustomer": null,
	"BillToCustomerNumber": null,
	"BillToPartySiteId": null,
	"BillToPartySiteNumber": null,
	"BillToContactId": null,
	"BillToContact": null,
	"BillToContactNumber": null,
	"OrganizationId": 207,
	"OrganizationCode": null,
	"OrganizationName": null,
	"ShipFromLocationId": null,
	"CarrierId": null,
	"Carrier": null,
	"CarrierNumber": null,
	"ModeOfTransportCode": null,
	"ServiceLevelCode": null,
	"FOBCode": null,
	"FreightTermsCode": null,
	"Currency": "USD",
	"ConversionTypeCode": null,
	"ConversionDate": null,
	"ConversionRate": null,
	"CreationDate": "2019-03-05T23:47:59+00:00",
	"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
	"LastUpdateDate": "2019-03-05T23:48:00.355+00:00",
	"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
	"shipmentLines": {
		"items": [
		{
			"DeliveryDetailInterfaceId": 300100175338002,
			"LineActionType": "CREATE",
			"OrderTypeCode": "SALES_ORDER",
			"Order": "SO-MAR03-02",
			"OrderLine": "1",
			"OrderSchedule": null,
			"SourceOrder": "SO-MAR03-02",
			"SourceOrderLine": "1",
			"SourceOrderFulfillmentLine": "1",
			"SourceOrderFulfillmentLineId": 1001,
			"OrganizationId": 207,
			"OrganizationCode": null,
			"OrganizationName": null,
			"ItemId": 149,
			"Item": null,
			"ItemDescription": null,
			"RequestedDate": "2019-03-05T00:00:00+00:00",
			"ScheduledShipDate": "2019-03-06T00:00:00+00:00",
			"RequestedDateTypeCode": null,
			"FreightTermsCode": null,
			"ShipmentPriorityCode": null,
			"FOBCode": null,
			"GradeCode": null,
			"CustomerPONumber": null,
			"CustomerItem": null,
			"ShippedQuantity": null,
			"ConvertedQuantity": null,
			"StagedQuantity": null,
			"BackorderedQuantity": null,
			"QuantityUOMCode": null,
			"SecondaryConvertedQuantity": null,
			"SecondaryStagedQuantity": null,
			"SecondaryBackorderedQuantity": null,
			"SecondaryQuantityUOMCode": null,
			"SecondaryQuantityUOM": null,
			"SourceRequestedQuantity": 30,
			"SourceRequestedQuantityUOMCode": "Ea",
			"SourceRequestedQuantityUOM": null,
			"SecondarySourceRequestedQuantity": null,
			"SecondarySourceRequestedQuantityUOMCode": null,
			"SecondarySourceRequestedQuantityUOM": null,
			"BusinessUnitId": 204,
			"BusinessUnit": null,
			"CarrierId": 12521,
			"Carrier": null,
			"CarrierNumber": null,
			"ModeOfTransportCode": "AIR",
			"ServiceLevelCode": "2DA",
			"EarliestPickupDate": null,
			"LatestPickupDate": null,
			"EarliestDropoffDate": null,
			"LatestDropoffDate": null,
			"ShipToPartyId": 1006,
			"ShipToCustomer": null,
			"ShipToCustomerNumber": null,
			"ShipToPartySiteId": 1089,
			"ShipToPartySiteNumber": null,
			"ShipToContactId": 1560,
			"ShipToContact": null,
			"ShipToContactNumber": null,
			"SoldToPartyId": 1006,
			"SoldToCustomer": null,
			"SoldToCustomerNumber": null,
			"SoldToContactId": null,
			"SoldToContact": null,
			"SoldToContactNumber": null,
			"BillToPartyId": 1006,
			"BillToCustomer": null,
			"BillToCustomerNumber": null,
			"BillToPartySiteId": 1090,
			"BillToPartySiteNumber": null,
			"BillToContactId": 1560,
			"BillToContact": null,
			"BillToContactNumber": null,
			"ShipmentSet": null,
			"ArrivalSet": null,
			"SourceLineUpdateDate": "2019-03-05T23:48:00+00:00",
			"SourceSystemId": 100000011825006,
			"UnitPrice": 100,
			"Currency": "USD",
			"SellingPrice": null,
			"SellingPriceCurrency": null,
			"ReleaseLockFlag": null,
			"ParentItemId": null,
			"ParentItem": null,
			"ParentSourceOrderFulfillmentLineId": null,
			"BaseItemId": null,
			"BaseItem": null,
			"EndAssemblyItem": null,
			"SourceSubinventory": null,
			"DoNotShipBeforeDate": null,
			"DoNotShipAfterDate": null,
			"MaximumOvershipmentPercentage": null,
			"MaximumUndershipmentPercentage": null,
			"TaxationCountryCode": null,
			"FirstPartyTaxRegistrationId": null,
			"FirstPartyTaxRegistrationNumber": null,
			"ThirdPartyTaxRegistrationId": null,
			"ThirdPartyTaxRegistrationNumber": null,
			"LocationOfFinalDischargeId": null,
			"LocationOfFinalDischargeCode": null,
			"DocumentFiscalClassificationCode": null,
			"TransactionBusinessCategoryCode": null,
			"UserDefinedFiscalClassificationCode": null,
			"TaxInvoiceNumber": null,
			"TaxInvoiceDate": null,
			"ProductCategoryCode": null,
			"IntendedUseClassificationId": null,
			"IntendedUse": null,
			"ProductTypeCode": null,
			"AssessableValue": null,
			"TaxClassificationCode": null,
			"TaxExemptionCertificateNumber": null,
			"TaxExemptionReasonCode": null,
			"ProductFiscalClassificationId": null,
			"ProductFiscalClassification": null,
			"TransportationPlanningStatusCode": null,
			"TransportationPlanningDate": null,
			"TransportationShipment": null,
			"TransportationShipmentLine": null,
			"InitialDestinationId": null,
			"TradeComplianceStatusCode": null,
			"TradeComplianceDate": null,
			"TradeComplianceReason": null,
			"ProjectSalesOrderFlag": null,
			"ProjectCostingProjectId": null,
			"ProjectCostingProjectNumber": null,
			"ProjectCostingTaskId": null,
			"ProjectCostingTaskNumber": null,
			"SrcAttributeCategory": null,
			"SrcAttribute1": null,
			"SrcAttribute2": null,
			"SrcAttribute3": null,
			"SrcAttribute4": null,
			"SrcAttribute5": null,
			"SrcAttribute6": null,
			"SrcAttribute7": null,
			"SrcAttribute8": null,
			"SrcAttribute9": null,
			"SrcAttribute10": null,
			"SrcAttribute11": null,
			"SrcAttribute12": null,
			"SrcAttribute13": null,
			"SrcAttribute14": null,
			"SrcAttribute15": null,
			"SrcAttribute16": null,
			"SrcAttribute17": null,
			"SrcAttribute18": null,
			"SrcAttribute19": null,
			"SrcAttribute20": null,
			"SrcAttributeNumber1": null,
			"SrcAttributeNumber2": null,
			"SrcAttributeNumber3": null,
			"SrcAttributeNumber4": null,
			"SrcAttributeNumber5": null,
			"SrcAttributeNumber6": null,
			"SrcAttributeNumber7": null,
			"SrcAttributeNumber8": null,
			"SrcAttributeNumber9": null,
			"SrcAttributeNumber10": null,
			"SrcAttributeDate1": null,
			"SrcAttributeDate2": null,
			"SrcAttributeDate3": null,
			"SrcAttributeDate4": null,
			"SrcAttributeDate5": null,
			"SrcAttributeTimestamp1": null,
			"SrcAttributeTimestamp2": null,
			"SrcAttributeTimestamp3": null,
			"SrcAttributeTimestamp4": null,
			"SrcAttributeTimestamp5": null,
			"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
			"CreationDate": "2019-03-05T23:47:59.031+00:00",
			"LastUpdateDate": "2019-03-05T23:48:00.359+00:00",
			"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
			"links": [
			{
				"rel": "self",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338001/child/shipmentLines/300100175338002",
				"name": "shipmentLines",
				"kind": "item",
				"properties": {
					"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
				}
			},
			{
				"rel": "canonical",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338001/child/shipmentLines/300100175338002",
				"name": "shipmentLines",
				"kind": "item"
			},
			{
				"rel": "parent",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338001",
				"name": "shipmentLineTransactionRequests",
				"kind": "item"
			},
			{
				"rel": "child",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338001/child/shipmentLines/300100175338002/child/errors",
				"name": "errors",
				"kind": "collection"
			},
			{
				"rel": "child",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338001/child/shipmentLines/300100175338002/child/DFF",
				"name": "DFF",
				"kind": "collection"
			},
			{
				"rel": "child",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338001/child/shipmentLines/300100175338002/child/attachments",
				"name": "attachments",
				"kind": "collection"
			},
			{
				"rel": "child",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338001/child/shipmentLines/300100175338002/child/holds",
				"name": "holds",
				"kind": "collection"
			},
			{
				"rel": "child",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338001/child/shipmentLines/300100175338002/child/notes",
				"name": "notes",
				"kind": "collection"
			}
			]
		}
		],
		"count": 1,
		"hasMore": false,
		"limit": 25,
		"offset": 0,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338001/child/shipmentLines",
			"name": "shipmentLines",
			"kind": "collection"
		}
		]
	},
	"links": [
	{
		"rel": "self",
		"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338001",
		"name": "shipmentLineTransactionRequests",
		"kind": "item",
		"properties": {
			"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
		}
	},
	{
		"rel": "canonical",
		"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338001",
		"name": "shipmentLineTransactionRequests",
		"kind": "item"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338001/child/shipmentLines",
		"name": "shipmentLines",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338001/child/errors",
		"name": "errors",
		"kind": "collection"
	}
	]
}

Example 10 Request Body

The following example includes the contents of the request body in JSON format to create a shipping interface record to update a shipment line. 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 creates. You must submit the Receive Shipment Request scheduled process to process the interface record.
{
	"ActionCode": "StagingUpdate",
	"DocumentNumber": "SO-MAR03-02",
	"SourceSystemId": 100000011825006,
	"OrderTypeCode": "SALES_ORDER",
	"Order": "SO-MAR03-02",
	"SourceOrder": "SO-MAR03-02",
	"SoldToPartyId": 1006,
	"OrganizationId": 207,
	"Currency": "USD",
	"shipmentLines": [
	{
		"SourceOrderLine": "1",
		"SourceOrderFulfillmentLine": "1",
		"SourceOrderFulfillmentLineId": 1001,
		"OrderLine": "1",
		"ItemId": 149,
		"OrganizationId": 207,
		"UnitPrice": 100,
		"SourceRequestedQuantity": 30,
		"SourceRequestedQuantityUOMCode": "Ea",
		"BusinessUnitId": 204,
		"RequestedDate": "2018-08-26T00:00:00-00:00",
		"ScheduledShipDate": "2018-08-26T00:00:00-00:00",
		"ShipToPartyId": 1006,
		"ShipToPartySiteId": 1089,
		"ShipToContactId": 1560,
		"SoldToPartyId": 1006,
		"BillToPartyId": 1006,
		"BillToPartySiteId": 1090,
		"BillToContactId": 1560,
		"CarrierId": 12521,
		"ModeOfTransportCode": "AIR",
		"ServiceLevelCode": "2DA"
	}
	]
}

Example 10 Response Body

The following example includes the contents of the response body in JSON format:

{
	"TransactionId": 300100175338003,
	"ActionCode": "StagingUpdate",
	"TransactionStatusCode": "AP",
	"TransactionStatus": "Awaiting processing",
	"DocumentNumber": "SO-MAR03-02",
	"SourceSystemId": 100000011825006,
	"SourceSystem": null,
	"OrderTypeCode": "SALES_ORDER",
	"Order": "SO-MAR03-02",
	"SourceOrder": "SO-MAR03-02",
	"LogisticsServiceProviderCustomerId": null,
	"LogisticsServiceProviderCustomer": null,
	"LogisticsServiceProviderCustomerNumber": null,
	"ShipToPartyId": null,
	"ShipToCustomer": null,
	"ShipToCustomerNumber": null,
	"ShipToPartySiteId": null,
	"ShipToPartySiteNumber": null,
	"ShipToContactId": null,
	"ShipToContact": null,
	"ShipToContactNumber": null,
	"SoldToPartyId": 1006,
	"SoldToCustomer": null,
	"SoldToCustomerNumber": null,
	"SoldToContactId": null,
	"SoldToContact": null,
	"SoldToContactNumber": null,
	"BillToPartyId": null,
	"BillToCustomer": null,
	"BillToCustomerNumber": null,
	"BillToPartySiteId": null,
	"BillToPartySiteNumber": null,
	"BillToContactId": null,
	"BillToContact": null,
	"BillToContactNumber": null,
	"OrganizationId": 207,
	"OrganizationCode": null,
	"OrganizationName": null,
	"ShipFromLocationId": null,
	"CarrierId": null,
	"Carrier": null,
	"CarrierNumber": null,
	"ModeOfTransportCode": null,
	"ServiceLevelCode": null,
	"FOBCode": null,
	"FreightTermsCode": null,
	"Currency": "USD",
	"ConversionTypeCode": null,
	"ConversionDate": null,
	"ConversionRate": null,
	"CreationDate": "2019-03-05T23:48:25+00:00",
	"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
	"LastUpdateDate": "2019-03-05T23:48:25.034+00:00",
	"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
	"shipmentLines": {
		"items": [
		{
			"DeliveryDetailInterfaceId": 300100175338004,
			"LineActionType": "UPDATE",
			"OrderTypeCode": "SALES_ORDER",
			"Order": "SO-MAR03-02",
			"OrderLine": "1",
			"OrderSchedule": null,
			"SourceOrder": "SO-MAR03-02",
			"SourceOrderLine": "1",
			"SourceOrderFulfillmentLine": "1",
			"SourceOrderFulfillmentLineId": 1001,
			"OrganizationId": 207,
			"OrganizationCode": null,
			"OrganizationName": null,
			"ItemId": 149,
			"Item": null,
			"ItemDescription": null,
			"RequestedDate": "2018-08-26T00:00:00+00:00",
			"ScheduledShipDate": "2018-08-26T00:00:00+00:00",
			"RequestedDateTypeCode": null,
			"FreightTermsCode": null,
			"ShipmentPriorityCode": null,
			"FOBCode": null,
			"GradeCode": null,
			"CustomerPONumber": null,
			"CustomerItem": null,
			"ShippedQuantity": null,
			"ConvertedQuantity": null,
			"StagedQuantity": null,
			"BackorderedQuantity": null,
			"QuantityUOMCode": null,
			"SecondaryConvertedQuantity": null,
			"SecondaryStagedQuantity": null,
			"SecondaryBackorderedQuantity": null,
			"SecondaryQuantityUOMCode": null,
			"SecondaryQuantityUOM": null,
			"SourceRequestedQuantity": 30,
			"SourceRequestedQuantityUOMCode": "Ea",
			"SourceRequestedQuantityUOM": null,
			"SecondarySourceRequestedQuantity": null,
			"SecondarySourceRequestedQuantityUOMCode": null,
			"SecondarySourceRequestedQuantityUOM": null,
			"BusinessUnitId": 204,
			"BusinessUnit": null,
			"CarrierId": 12521,
			"Carrier": null,
			"CarrierNumber": null,
			"ModeOfTransportCode": "AIR",
			"ServiceLevelCode": "2DA",
			"EarliestPickupDate": null,
			"LatestPickupDate": null,
			"EarliestDropoffDate": null,
			"LatestDropoffDate": null,
			"ShipToPartyId": 1006,
			"ShipToCustomer": null,
			"ShipToCustomerNumber": null,
			"ShipToPartySiteId": 1089,
			"ShipToPartySiteNumber": null,
			"ShipToContactId": 1560,
			"ShipToContact": null,
			"ShipToContactNumber": null,
			"SoldToPartyId": 1006,
			"SoldToCustomer": null,
			"SoldToCustomerNumber": null,
			"SoldToContactId": null,
			"SoldToContact": null,
			"SoldToContactNumber": null,
			"BillToPartyId": 1006,
			"BillToCustomer": null,
			"BillToCustomerNumber": null,
			"BillToPartySiteId": 1090,
			"BillToPartySiteNumber": null,
			"BillToContactId": 1560,
			"BillToContact": null,
			"BillToContactNumber": null,
			"ShipmentSet": null,
			"ArrivalSet": null,
			"SourceLineUpdateDate": "2019-03-05T23:48:25+00:00",
			"SourceSystemId": 100000011825006,
			"UnitPrice": 100,
			"Currency": "USD",
			"SellingPrice": null,
			"SellingPriceCurrency": null,
			"ReleaseLockFlag": null,
			"ParentItemId": null,
			"ParentItem": null,
			"ParentSourceOrderFulfillmentLineId": null,
			"BaseItemId": null,
			"BaseItem": null,
			"EndAssemblyItem": null,
			"SourceSubinventory": null,
			"DoNotShipBeforeDate": null,
			"DoNotShipAfterDate": null,
			"MaximumOvershipmentPercentage": null,
			"MaximumUndershipmentPercentage": null,
			"TaxationCountryCode": null,
			"FirstPartyTaxRegistrationId": null,
			"FirstPartyTaxRegistrationNumber": null,
			"ThirdPartyTaxRegistrationId": null,
			"ThirdPartyTaxRegistrationNumber": null,
			"LocationOfFinalDischargeId": null,
			"LocationOfFinalDischargeCode": null,
			"DocumentFiscalClassificationCode": null,
			"TransactionBusinessCategoryCode": null,
			"UserDefinedFiscalClassificationCode": null,
			"TaxInvoiceNumber": null,
			"TaxInvoiceDate": null,
			"ProductCategoryCode": null,
			"IntendedUseClassificationId": null,
			"IntendedUse": null,
			"ProductTypeCode": null,
			"AssessableValue": null,
			"TaxClassificationCode": null,
			"TaxExemptionCertificateNumber": null,
			"TaxExemptionReasonCode": null,
			"ProductFiscalClassificationId": null,
			"ProductFiscalClassification": null,
			"TransportationPlanningStatusCode": null,
			"TransportationPlanningDate": null,
			"TransportationShipment": null,
			"TransportationShipmentLine": null,
			"InitialDestinationId": null,
			"TradeComplianceStatusCode": null,
			"TradeComplianceDate": null,
			"TradeComplianceReason": null,
			"ProjectSalesOrderFlag": null,
			"ProjectCostingProjectId": null,
			"ProjectCostingProjectNumber": null,
			"ProjectCostingTaskId": null,
			"ProjectCostingTaskNumber": null,
			"SrcAttributeCategory": null,
			"SrcAttribute1": null,
			"SrcAttribute2": null,
			"SrcAttribute3": null,
			"SrcAttribute4": null,
			"SrcAttribute5": null,
			"SrcAttribute6": null,
			"SrcAttribute7": null,
			"SrcAttribute8": null,
			"SrcAttribute9": null,
			"SrcAttribute10": null,
			"SrcAttribute11": null,
			"SrcAttribute12": null,
			"SrcAttribute13": null,
			"SrcAttribute14": null,
			"SrcAttribute15": null,
			"SrcAttribute16": null,
			"SrcAttribute17": null,
			"SrcAttribute18": null,
			"SrcAttribute19": null,
			"SrcAttribute20": null,
			"SrcAttributeNumber1": null,
			"SrcAttributeNumber2": null,
			"SrcAttributeNumber3": null,
			"SrcAttributeNumber4": null,
			"SrcAttributeNumber5": null,
			"SrcAttributeNumber6": null,
			"SrcAttributeNumber7": null,
			"SrcAttributeNumber8": null,
			"SrcAttributeNumber9": null,
			"SrcAttributeNumber10": null,
			"SrcAttributeDate1": null,
			"SrcAttributeDate2": null,
			"SrcAttributeDate3": null,
			"SrcAttributeDate4": null,
			"SrcAttributeDate5": null,
			"SrcAttributeTimestamp1": null,
			"SrcAttributeTimestamp2": null,
			"SrcAttributeTimestamp3": null,
			"SrcAttributeTimestamp4": null,
			"SrcAttributeTimestamp5": null,
			"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
			"CreationDate": "2019-03-05T23:48:25.022+00:00",
			"LastUpdateDate": "2019-03-05T23:48:25.038+00:00",
			"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
			"links": [
			{
				"rel": "self",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338003/child/shipmentLines/300100175338004",
				"name": "shipmentLines",
				"kind": "item",
				"properties": {
					"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
				}
			},
			{
				"rel": "canonical",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338003/child/shipmentLines/300100175338004",
				"name": "shipmentLines",
				"kind": "item"
			},
			{
				"rel": "parent",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338003",
				"name": "shipmentLineTransactionRequests",
				"kind": "item"
			},
			{
				"rel": "child",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338003/child/shipmentLines/300100175338004/child/errors",
				"name": "errors",
				"kind": "collection"
			},
			{
				"rel": "child",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338003/child/shipmentLines/300100175338004/child/DFF",
				"name": "DFF",
				"kind": "collection"
			},
			{
				"rel": "child",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338003/child/shipmentLines/300100175338004/child/attachments",
				"name": "attachments",
				"kind": "collection"
			},
			{
				"rel": "child",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338003/child/shipmentLines/300100175338004/child/holds",
				"name": "holds",
				"kind": "collection"
			},
			{
				"rel": "child",
				"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338003/child/shipmentLines/300100175338004/child/notes",
				"name": "notes",
				"kind": "collection"
			}
			]
		}
		],
		"count": 1,
		"hasMore": false,
		"limit": 25,
		"offset": 0,
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338003/child/shipmentLines",
			"name": "shipmentLines",
			"kind": "collection"
		}
		]
	},
	"links": [
	{
		"rel": "self",
		"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338003",
		"name": "shipmentLineTransactionRequests",
		"kind": "item",
		"properties": {
			"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
		}
	},
	{
		"rel": "canonical",
		"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338003",
		"name": "shipmentLineTransactionRequests",
		"kind": "item"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338003/child/shipmentLines",
		"name": "shipmentLines",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338003/child/errors",
		"name": "errors",
		"kind": "collection"
	}
	]
}

Example 11 Request Body

The following example includes the contents of the request body in JSON format to create a shipping interface record to cancel a shipment line. 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 creates. You must submit the Receive Shipment Request scheduled process to process the interface record.
{
	"ActionCode": "StagingCancel",
	"DocumentNumber": "SO-MAR03-01",
	"SourceSystemId": 100000011825006,
	"OrderTypeCode": "SALES_ORDER",
	"Order": "SO-MAR03-01",
	"SourceOrder": "SO-MAR03-01",
	"SoldToPartyId": 1006,
	"OrganizationId": 204,
	"Currency": "USD",
	"shipmentLines": [
	{
		"SourceOrderLine": "1",
		"SourceOrderFulfillmentLine": "1",
		"SourceOrderFulfillmentLineId": 1001,
		"OrderLine": "1",
		"ItemId": 149,
		"OrganizationId": 204,
		"UnitPrice": 100,
		"SourceRequestedQuantity": 3,
		"SourceRequestedQuantityUOMCode": "Ea",
		"BusinessUnitId": 204,
		"RequestedDate": "2012-08-26T00:00:00-00:00",
		"ScheduledShipDate": "2015-08-26T00:00:00-00:00",
		"ShipToPartyId": 1006,
		"ShipToPartySiteId": 1089,
		"ShipToContactId": 1560,
		"SoldToPartyId": 1006,
		"BillToPartyId": 1006,
		"BillToPartySiteId": 1090,
		"BillToContactId": 1560,
		"CarrierId": 12521,
		"ModeOfTransportCode": "AIR",
		"ServiceLevelCode": "2DA"
	}
	]
}

Example 11 Response Body

The following example includes the contents of the response body in JSON format:

{
	"TransactionId": 300100175338005,
	"ActionCode": "StagingCancel",
	"TransactionStatusCode": "AP",
	"TransactionStatus": "Awaiting processing",
	"DocumentNumber": "SO-MAR03-01",
	"SourceSystemId": 100000011825006,
	"SourceSystem": null,
	"OrderTypeCode": "SALES_ORDER",
	"Order": "SO-MAR03-01",
	"SourceOrder": "SO-MAR03-01",
	"LogisticsServiceProviderCustomerId": null,
	"LogisticsServiceProviderCustomer": null,
	"LogisticsServiceProviderCustomerNumber": null,
	"ShipToPartyId": null,
	"ShipToCustomer": null,
	"ShipToCustomerNumber": null,
	"ShipToPartySiteId": null,
	"ShipToPartySiteNumber": null,
	"ShipToContactId": null,
	"ShipToContact": null,
	"ShipToContactNumber": null,
	"SoldToPartyId": 1006,
	"SoldToCustomer": null,
	"SoldToCustomerNumber": null,
	"SoldToContactId": null,
	"SoldToContact": null,
	"SoldToContactNumber": null,
	"BillToPartyId": null,
	"BillToCustomer": null,
	"BillToCustomerNumber": null,
	"BillToPartySiteId": null,
	"BillToPartySiteNumber": null,
	"BillToContactId": null,
	"BillToContact": null,
	"BillToContactNumber": null,
	"OrganizationId": 204,
	"OrganizationCode": null,
	"OrganizationName": null,
	"ShipFromLocationId": null,
	"CarrierId": null,
	"Carrier": null,
	"CarrierNumber": null,
	"ModeOfTransportCode": null,
	"ServiceLevelCode": null,
	"FOBCode": null,
	"FreightTermsCode": null,
	"Currency": "USD",
	"ConversionTypeCode": null,
	"ConversionDate": null,
	"ConversionRate": null,
	"CreationDate": "2019-03-05T23:49:38+00:00",
	"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
	"LastUpdateDate": "2019-03-05T23:49:38.033+00:00",
	"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
	"shipmentLines": [
	{
		"DeliveryDetailInterfaceId": 300100175338006,
		"LineActionType": "CANCEL",
		"OrderTypeCode": "SALES_ORDER",
		"Order": "SO-MAR03-01",
		"OrderLine": "1",
		"OrderSchedule": null,
		"SourceOrder": "SO-MAR03-01",
		"SourceOrderLine": "1",
		"SourceOrderFulfillmentLine": "1",
		"SourceOrderFulfillmentLineId": 1001,
		"OrganizationId": 204,
		"OrganizationCode": null,
		"OrganizationName": null,
		"ItemId": 149,
		"Item": null,
		"ItemDescription": null,
		"RequestedDate": "2012-08-26T00:00:00+00:00",
		"ScheduledShipDate": "2015-08-26T00:00:00+00:00",
		"RequestedDateTypeCode": null,
		"FreightTermsCode": null,
		"ShipmentPriorityCode": null,
		"FOBCode": null,
		"GradeCode": null,
		"CustomerPONumber": null,
		"CustomerItem": null,
		"ShippedQuantity": null,
		"ConvertedQuantity": null,
		"StagedQuantity": null,
		"BackorderedQuantity": null,
		"QuantityUOMCode": null,
		"SecondaryConvertedQuantity": null,
		"SecondaryStagedQuantity": null,
		"SecondaryBackorderedQuantity": null,
		"SecondaryQuantityUOMCode": null,
		"SecondaryQuantityUOM": null,
		"SourceRequestedQuantity": 3,
		"SourceRequestedQuantityUOMCode": "Ea",
		"SourceRequestedQuantityUOM": null,
		"SecondarySourceRequestedQuantity": null,
		"SecondarySourceRequestedQuantityUOMCode": null,
		"SecondarySourceRequestedQuantityUOM": null,
		"BusinessUnitId": 204,
		"BusinessUnit": null,
		"CarrierId": 12521,
		"Carrier": null,
		"CarrierNumber": null,
		"ModeOfTransportCode": "AIR",
		"ServiceLevelCode": "2DA",
		"EarliestPickupDate": null,
		"LatestPickupDate": null,
		"EarliestDropoffDate": null,
		"LatestDropoffDate": null,
		"ShipToPartyId": 1006,
		"ShipToCustomer": null,
		"ShipToCustomerNumber": null,
		"ShipToPartySiteId": 1089,
		"ShipToPartySiteNumber": null,
		"ShipToContactId": 1560,
		"ShipToContact": null,
		"ShipToContactNumber": null,
		"SoldToPartyId": 1006,
		"SoldToCustomer": null,
		"SoldToCustomerNumber": null,
		"SoldToContactId": null,
		"SoldToContact": null,
		"SoldToContactNumber": null,
		"BillToPartyId": 1006,
		"BillToCustomer": null,
		"BillToCustomerNumber": null,
		"BillToPartySiteId": 1090,
		"BillToPartySiteNumber": null,
		"BillToContactId": 1560,
		"BillToContact": null,
		"BillToContactNumber": null,
		"ShipmentSet": null,
		"ArrivalSet": null,
		"SourceLineUpdateDate": "2019-03-05T23:49:38+00:00",
		"SourceSystemId": 100000011825006,
		"UnitPrice": 100,
		"Currency": "USD",
		"SellingPrice": null,
		"SellingPriceCurrency": null,
		"ReleaseLockFlag": null,
		"ParentItemId": null,
		"ParentItem": null,
		"ParentSourceOrderFulfillmentLineId": null,
		"BaseItemId": null,
		"BaseItem": null,
		"EndAssemblyItem": null,
		"SourceSubinventory": null,
		"DoNotShipBeforeDate": null,
		"DoNotShipAfterDate": null,
		"MaximumOvershipmentPercentage": null,
		"MaximumUndershipmentPercentage": null,
		"TaxationCountryCode": null,
		"FirstPartyTaxRegistrationId": null,
		"FirstPartyTaxRegistrationNumber": null,
		"ThirdPartyTaxRegistrationId": null,
		"ThirdPartyTaxRegistrationNumber": null,
		"LocationOfFinalDischargeId": null,
		"LocationOfFinalDischargeCode": null,
		"DocumentFiscalClassificationCode": null,
		"TransactionBusinessCategoryCode": null,
		"UserDefinedFiscalClassificationCode": null,
		"TaxInvoiceNumber": null,
		"TaxInvoiceDate": null,
		"ProductCategoryCode": null,
		"IntendedUseClassificationId": null,
		"IntendedUse": null,
		"ProductTypeCode": null,
		"AssessableValue": null,
		"TaxClassificationCode": null,
		"TaxExemptionCertificateNumber": null,
		"TaxExemptionReasonCode": null,
		"ProductFiscalClassificationId": null,
		"ProductFiscalClassification": null,
		"TransportationPlanningStatusCode": null,
		"TransportationPlanningDate": null,
		"TransportationShipment": null,
		"TransportationShipmentLine": null,
		"InitialDestinationId": null,
		"TradeComplianceStatusCode": null,
		"TradeComplianceDate": null,
		"TradeComplianceReason": null,
		"ProjectSalesOrderFlag": null,
		"ProjectCostingProjectId": null,
		"ProjectCostingProjectNumber": null,
		"ProjectCostingTaskId": null,
		"ProjectCostingTaskNumber": null,
		"SrcAttributeCategory": null,
		"SrcAttribute1": null,
		"SrcAttribute2": null,
		"SrcAttribute3": null,
		"SrcAttribute4": null,
		"SrcAttribute5": null,
		"SrcAttribute6": null,
		"SrcAttribute7": null,
		"SrcAttribute8": null,
		"SrcAttribute9": null,
		"SrcAttribute10": null,
		"SrcAttribute11": null,
		"SrcAttribute12": null,
		"SrcAttribute13": null,
		"SrcAttribute14": null,
		"SrcAttribute15": null,
		"SrcAttribute16": null,
		"SrcAttribute17": null,
		"SrcAttribute18": null,
		"SrcAttribute19": null,
		"SrcAttribute20": null,
		"SrcAttributeNumber1": null,
		"SrcAttributeNumber2": null,
		"SrcAttributeNumber3": null,
		"SrcAttributeNumber4": null,
		"SrcAttributeNumber5": null,
		"SrcAttributeNumber6": null,
		"SrcAttributeNumber7": null,
		"SrcAttributeNumber8": null,
		"SrcAttributeNumber9": null,
		"SrcAttributeNumber10": null,
		"SrcAttributeDate1": null,
		"SrcAttributeDate2": null,
		"SrcAttributeDate3": null,
		"SrcAttributeDate4": null,
		"SrcAttributeDate5": null,
		"SrcAttributeTimestamp1": null,
		"SrcAttributeTimestamp2": null,
		"SrcAttributeTimestamp3": null,
		"SrcAttributeTimestamp4": null,
		"SrcAttributeTimestamp5": null,
		"CreatedBy": "WHSE_MGR_ALL_INV_ORGS",
		"CreationDate": "2019-03-05T23:49:38.020+00:00",
		"LastUpdateDate": "2019-03-05T23:49:38.036+00:00",
		"LastUpdatedBy": "WHSE_MGR_ALL_INV_ORGS",
		"links": [
		{
			"rel": "self",
			"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338005/child/shipmentLines/300100175338006",
			"name": "shipmentLines",
			"kind": "item",
			"properties": {
				"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
			}
		},
		{
			"rel": "canonical",
			"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338005/child/shipmentLines/300100175338006",
			"name": "shipmentLines",
			"kind": "item"
		},
		{
			"rel": "parent",
			"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338005",
			"name": "shipmentLineTransactionRequests",
			"kind": "item"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338005/child/shipmentLines/300100175338006/child/errors",
			"name": "errors",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338005/child/shipmentLines/300100175338006/child/DFF",
			"name": "DFF",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338005/child/shipmentLines/300100175338006/child/attachments",
			"name": "attachments",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338005/child/shipmentLines/300100175338006/child/holds",
			"name": "holds",
			"kind": "collection"
		},
		{
			"rel": "child",
			"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338005/child/shipmentLines/300100175338006/child/notes",
			"name": "notes",
			"kind": "collection"
		}
		]
	}
	],
	"links": [
	{
		"rel": "self",
		"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338005",
		"name": "shipmentLineTransactionRequests",
		"kind": "item",
		"properties": {
			"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
		}
	},
	{
		"rel": "canonical",
		"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338005",
		"name": "shipmentLineTransactionRequests",
		"kind": "item"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338005/child/shipmentLines",
		"name": "shipmentLines",
		"kind": "collection"
	},
	{
		"rel": "child",
		"href": "https://servername/fscmRestApi/resources/version/shipmentLineTransactionRequests/300100175338005/child/errors",
		"name": "errors",
		"kind": "collection"
	}
	]
}

Back to Top