Skip to content
New issue

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

How to send a custom Date Field via API #3

Open
igianni84 opened this issue Mar 30, 2020 · 3 comments
Open

How to send a custom Date Field via API #3

igianni84 opened this issue Mar 30, 2020 · 3 comments

Comments

@igianni84
Copy link

Hi, I have created a custom field in Date format.

How do I update this field to a contact via API? The field I'm trying to update is field [17].

Ex:

parameters = {
         "contact": {
         'phone': '999',
                 "field [17]": "2020-04-01T00: 00: 00-00: 00"
         }
         }
         print ('I pass the parameters:' + str (parameters))
         answer = ac_client.contacts.update_a_contact (idMarketing, parameters)

@ingmferrer ingmferrer self-assigned this May 22, 2020
@Guzzler
Copy link

Guzzler commented Aug 25, 2020

Is this issue still open? Looking for a similar usecase to update multiple custom fields that are not being set by the contact update api. @ingmferrer is there a fix incoming for the same?

@ben-kwh
Copy link

ben-kwh commented Oct 22, 2020

upvote. Looking to write and access datetime and multiselect custom fields on Accounts, Contacts, and Deals

@machachen
Copy link

Is this package still being updated? We're Looking for a solution as well.

@ingmferrer ingmferrer removed their assignment Apr 5, 2023
ingmferrer pushed a commit that referenced this issue Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants