APIs & Integrations

AHussein6
Member

what is the association type for associating a note to a meeting

SOLVE

trying to associate a note with a meeting

 

and that's what i get 

{
"status": "error",
"message": "Engagement_to_contact is not a valid association type between notes and meetings",
"correlationId": "9cce45fc-c59a-40a7-bb77-cc4bbb20d42b",
"context": {
"type": [
"Engagement_to_contact"
],
"fromObjectType": [
"notes"
],
"toObjectType": [
"meetings"
]
},
"category": "VALIDATION_ERROR",
"subCategory": "crm.associations.INVALID_ASSOCIATION_TYPE"
}

0 Upvotes
1 Accepted solution
SteveHTM
Solution
Key Advisor

what is the association type for associating a note to a meeting

SOLVE

@AHussein6  - whenever I try and use the v4 asscoiations API, I first search for the available object to object association types using the schema call: 

GET /crm/v4/associations/{fromObjectType}/{toObjectType}/labels

 

I tried this for your meetings/notes associations and got back a NULL result:

HTTP 200

{
"results": []
}

 

I'm wondering if this should really be true, but the API supppot here may not be complete.

 

Steve

 

@AHussein6

Steve Christian

HTM Solutions

https://info.htmsolutions.biz/meetings/stevec2

mobilePhone
+1 6195183009
emailAddress
stevec@htmsolutions.biz
website
www.htmsolutions.biz
address
San Diego, CA
Create Your Own Free Signature

View solution in original post

0 Upvotes
1 Reply 1
SteveHTM
Solution
Key Advisor

what is the association type for associating a note to a meeting

SOLVE

@AHussein6  - whenever I try and use the v4 asscoiations API, I first search for the available object to object association types using the schema call: 

GET /crm/v4/associations/{fromObjectType}/{toObjectType}/labels

 

I tried this for your meetings/notes associations and got back a NULL result:

HTTP 200

{
"results": []
}

 

I'm wondering if this should really be true, but the API supppot here may not be complete.

 

Steve

 

@AHussein6

Steve Christian

HTM Solutions

https://info.htmsolutions.biz/meetings/stevec2

mobilePhone
+1 6195183009
emailAddress
stevec@htmsolutions.biz
website
www.htmsolutions.biz
address
San Diego, CA
Create Your Own Free Signature
0 Upvotes