"customerClient": {
"descriptiveName": "Test123",
"currencyCode": "USD",
"timeZone": "America/New_York"
},
Note that it's "New_York" and there is no "name" field. I wasn't able to recreate your error and there's also no "create" operation.
For the "update" with :mutate, here is a valid 'body':
"operation": {
"update": {
"resourceName": "customers/1234567890",
"descriptiveName": "SojernMCCAcc",
},
"updateMask": "descriptiveName"
},
It appears that in both calls you are referencing the unavailable field "name".
Regards,
|
||||||