PRICE_LIST_TYPE and PRICE_LIST_CODE as parameters. The client can update fields like description_it and active status.description_it, description_en, etc., allowing different language versions of the description to be added.PRICE_LIST_TYPE and PRICE_LIST_CODE must exist in the system for the update to succeed.PATCH request to update a specific price list using its type and code, providing new data such as description_it and active status.prog_id and the price_list_code.PRICE_LIST_CODE does not exist, the API returns an error message indicating that the price list was not found.{
"message": "Price list not found"
}