How to update EFF - Freight-Outbound - Freight Charge per Unit (Actuals) of Sales Order Line
Used the below API:
https://<hostname>:443/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/OPS%3A300000083395366/child/lines/00020000000EACED00057708000110D9366743280000000EACED00057708000110D936674327/child/additionalInformation/300000083395368/child/FulfillLineEffBFreightprivateVO/300000083395417
Payload:
{
outboundFreightCharge":100
}
Getting Error:
The request couldn't be completed because either it doesn't include a value for the ShipmentPriorityCode attribute, or the value of 4068 that it does provide isn't valid.SourceTransactionLineNumber 5, SourceScheduleNumber 1: The request couldn't be completed because either it doesn't include a value for the ShipmentPriorityCode attribute, or the value of 4068 that it does provide isn't valid.
Could you confirm is API and Payload is correct
Thank you