Hi,
Just a quick note, the example JSON code supplied in the API sandbox utility is wrong I think. Specifically, the contact telephone numbers are shown as:
"Telephone": [
"0207 111 6678",
"0207 111 6666"
],
This generates an error when submitted. I think it should be the same as in Client_Create:
"TelephoneNumbers": {
"Telephone": [
"0207 111 3333",
"0207 111 4444"
]
},
Thanks,
Gary.