I want to create a new lead in MS Dynamics, but I have some issues with "address1_country". When I give a value for "address1_country" e.g. "BE", it doesn't update.
It seems to be a lookup field.
This is the body:
{
"firstname": "Test 123",
"lastname": "Test 456",
"cos_legaljustificationid@odata.bind":"/cos_legaljustifications(82ac0afd-b08c-e711-80d9-00155d141472)",
"cos_datasource": "181510001",
"address1_country" : "BE",
"address1_postalcode": "1234",
}
In the response, I get this:
"address1_country": null,
What did I do wrong?