Operation Id:
clients/pricelists/clients/put [Official Documentaction]
Methods
- priceListId Integer
- clientsIds Array<Integer>
Examples
This function sets the price list ID to 200 and assigns client IDs 9 and 10 to it.
Loading editor...
const result = await idosellRequest.putClientsPricelistsClients .priceListId(200) .clientsIds([9,10]) .exec();