API Sandbox Test Utility : Client_Update method data error

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.

Hello @TheDigitalGene

Thanks for getting touch.

I have passed this to the development team for review.

Hello @TheDigitalGene

Thank you for reporting this.

The example has now been updated.