I’m creating an opportunity using the Rest API. While creating it, I need to assign it to an existing Affiliate (Referral Partner).
Thiis is my json content:
{
"contact": {
"id": "90"
},
"custom_fields": [
{
"content": "Affiliate",
"id": 2
}
],
"stage": {
"id": "18"
},
"opportunity_title": "Test Opportunity"
}
The opportunity is created but not assigned to an affiliate
Any suggestions?
Thanks