You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Need payload to update Transportation Planning Status in Shipment lines

edited Jul 30, 2024 9:00AM in Inventory Management 1 comment

Summary:

Hi Team,

We are trying to update Transportation planning shipment number, shipment line number, transportation status from Pending to Planned using REST API.

Below listed API is not working as expected , kindly assist to overcome the issue.

Request:

/fscmRestApi/resources/11.13.18.05/shipmentLineTransactionRequests

{

    "ActionCode": "TPUpdate",

    "SourceSystemId": 300000000215761,

    "OrderTypeCode": "SALES_ORDER",

    "Order": "94265",

    "SourceOrder": "94265",

    "shipmentLines" : [{

        "TransportationShipment": "1",

        "TransportationShipmentLine": "1",

        "TransportationPlanningStatusCode" : "PLANNED",

        "TransportationPlanningDate" : "2024-07-23",

        "OrganizationCode": "LMDLA_WEG"

    }]

}

Response:

Content (please ensure you mask any confidential information):


Version (include the version you are using, if applicable):



Code Snippet (add any code snippets that support your topic, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!