Can you pass datetime data to a date field via API

I believe this was possible in V12 but it sees to get blocked now in V13

Parents Reply
  • I just modified the closed_date of an RLI in version 13.0 with API v11_20 with a timestamp and it worked fine.

    rest/v11_20/RevenueLineItems/7c1a703a-15aa-11ee-ba0f-54ee7593936c

    {
    "name":"changes RLI",
    "date_closed":"2023-09-03T16:20:07+02:00"
    }

    result:

        "date_closed""2023-09-03",
        "date_closed_timestamp"1693699200,
    What happens with hubspot_recent_conversion_date_c?
    How is it defined in studio?
    Maybe some connector issue to or from HubSpot?
Children