Need payload to update Transportation Planning Status in Shipment lines
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):