Greetings All!

I'm having some trouble getting a REST API call working.  The issue appears 
to be with my JSON, given the error message, but I know from long 
experience not to bet on that.

The URL I'm sending against is:
https://googleads.googleapis.com/v5/customers/<client 
customerID>/customerClientLinks:mutate

but I've also tried it with

https://googleads.googleapis.com/v5/customers/<manager customer 
id>/customerClientLinks:mutate

The JSON I'm sending is:

{
  "operations": [
"updateMask": "status",
update: {
"resourceName": "customers/<customer client 
id>/customerClientLinks/<resource id>",
"status": "INACTIVE"
}
  ]
}

The error message I get is:

{ "error": { "code": 400, "message": "Invalid JSON payload received. 
Expected , or ] after array value.\nns\": [\n\t\"updateMask\": 
\"status\",\n\tupdate:\n ^", "status": "INVALID_ARGUMENT" } }  

Any thoughts?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3f15bfdc-5810-4bee-aed9-e57f7584b201n%40googlegroups.com.

Reply via email to