Operation Id: 
clients/pricelists/rename/put [Official Documentaction]
Methods
- priceListName String
- priceListId Integer
Examples
This function updates the price list name of a client with the given price list ID to "pricing2".
Loading editor...
const result = await idosellRequest.putClientsPricelistsRename
	.priceListId(200)
	.priceListName("pricing2")
	.exec();