Create Contact Export - 409 Response

Hello there,

I’m facing an issues that is not described in the documentation, when creating a Contact Export by API Call.

On “crm/v3/exports/export/async” endpoint, I’m sending this :

And everytime I’m receiving a 409 Conflict response from Hubspot API.

In Hubspot Back Office, every export are marked ready, so no other export is in conflict with the new one I’m wanting to create.

Can I get some help here as I’m running out of solutions ? :slightly_smiling_face:

Thanks a lot

Alex

Hey @AlexLHW it looks like you’re adding each property in the “objectProperties” array in quotes.

From the documentation it looks like this is identifying the array by token and not as a string.

If you only have quotes enclosing the array and not for each object does this work? It also looks like you may have spelled “language” wrong.

Hey Tom,
Sorry for the mispelling of “language”, actually in my app I spelled it right ^^, the screenshot was made on purpose for this post, as in my app it is a c# class.

I tried adding objectProperties the way you mentionned, but I got a 400 Bad Request with it. Btw not sure that would have helped since objectProperties is a array of string, so enclosing each properties with quotes is the right way I think so ?

Thanks for your help ! :slightly_smiling_face: