I tried using the following PUT method in Postman:
However, I have to wait 5 minutes until I get a “Could not get response” message when I use this body:
{
"SalesPriceDetails": [
{
"InventoryID": { "value": "00099-00098" },
"PriceType": { "value": "Customer Price Class" },
"PriceCode": { "value": "VIP" },
"UOM": { "value": "EA" },
"Price": { "value": "149.44" },
"Currency": { "value": "USD" },
"EffectiveDate": { "value": "2022-03-01T00:00:00-08:00" }
}
]
}


