We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
client.set_entry(module_name="Leads", name_value_list={ "id": {"name": "id", "value": "b4452541-462a-c7d5-54da-5de9115541ea"}, "department": {"name": "department", "value": "123"}, })
after that command happens actually nothing
'salutation': {'name': 'salutation', 'value': ''}, 'first_name': {'name': 'first_name', 'value': 'Алексей Павлович'}, 'last_name': {'name': 'last_name', 'value': 'Молотков'}, 'full_name': {'name': 'full_name', 'value': 'Алексей Павлович Молотков'}, 'title': {'name': 'title', 'value': ''}, 'department': {'name': 'department', 'value': ''},
would you be pleasent to help me solving that problem?
Other commands like get_entry or get_entries are working fine.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
client.set_entry(module_name="Leads",
name_value_list={
"id": {"name": "id", "value": "b4452541-462a-c7d5-54da-5de9115541ea"},
"department": {"name": "department", "value": "123"},
})
after that command happens actually nothing
'salutation': {'name': 'salutation', 'value': ''},
'first_name': {'name': 'first_name', 'value': 'Алексей Павлович'},
'last_name': {'name': 'last_name', 'value': 'Молотков'},
'full_name': {'name': 'full_name', 'value': 'Алексей Павлович Молотков'},
'title': {'name': 'title', 'value': ''},
'department': {'name': 'department', 'value': ''},
would you be pleasent to help me solving that problem?
Other commands like get_entry or get_entries are working fine.
The text was updated successfully, but these errors were encountered: