Symptom
You are working with Price Lists via Odata (like sap/c4c/odata/v1/c4codataapi/InternalPriceDiscountListCollection ) and you need to release them via a PATCH call but you are not successful doing it.
Environment
SAP Cloud for Customer
Cause
Price List was created with status 1(Not Released).
In such case you need to release the price lists from UI as currently via PATCH call, the price lists cannot be released.
The releasing of price lists doesn't just constitute the setting of status, there are many other operations that are performed when the price lists is released.
Resolution
This is the system standard behavior. Alternatively, if you create a price list via OData and set the release status code to 3(Released) directly it will work.
Keywords
sap/c4c/odata/v1/c4codataapi/InternalPriceDiscountListCollection, Odata, OData, Price, List, Release, Status, Patch, Cannot, Work, Does, Not, Released , KBA , LOD-LE-PRC-PMD , Price Master Data , Problem