basecrm-python icon indicating copy to clipboard operation
basecrm-python copied to clipboard

Wrong url preperation

Open carlbordum opened this issue 7 years ago • 1 comments

When I want to pass along 'custom_fields[Name#3]', it gets sent as the invalid custom_fields/Name#3

carlbordum avatar Dec 11 '17 19:12 carlbordum

Hey @Zaab1t. Unfortunately I cannot reproduce. Can you provide more details - which API are you trying to use?

I created a Deal Custom Field named "Name#3" and I was able to query Deals with:

client.deals.list(**{'custom_fields[Name#3]': 'value'})

acanpacan avatar Dec 15 '17 17:12 acanpacan