Problem with creating a note using https://api.hubapi.com/crm/v3/objects/notes
SOLVE
I added "hs_timestamp" the JSON see the error message:
{ "correlationId": "0ebef994-344a-4b10-b7ad-2944a6de62b9", "message": "invalid from object type 0-46 for associations to be created. expected: 0-2", "category": "VALIDATION_ERROR", "status": "error" }
Problem with creating a note using https://api.hubapi.com/crm/v3/objects/notes
SOLVE
Thanks MichaelMa,
I changed the JSON and received the following error:
{"correlationId":"3fceddb8-7c41-4fb7-adfd-7253f5eca0e9","message":"invalid from object type 0-46 for associations to be created. expected: 0-2","category":"VALIDATION_ERROR","status":"error"}
Following is the JSON structure based on the link that you provided.
Any idea what the problem is? I find the error message challenging..