function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
HarishGoudd BuuraHarishGoudd Buura 

how to get account field of contact in json

this is json          /services/data/v30.0/sobjects/Contact/
 
{
  "name" : "Wingo Ducks",
  "phone" : "707-555-1234",
  "Account" : "Google, Inc. "
}

The value provided for foreign key reference Account is not a nested SObject

I want to get account associated with contact 
Best Answer chosen by HarishGoudd Buura
HarishGoudd BuuraHarishGoudd Buura
we should give AccountId   then Account name will be fetched