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
Julio SJulio S 

Patch Error

We are trying to `patch` `https://na17.salesforce.com/services/data/v42.0/sobjects/Account/001o000000zEwFGAA0`with payload

```[BillingCity] => Kiama
            [BillingCountry] => Australia
            [BillingPostalCode] => 2533
            [BillingState] => New South Wales
            [BillingStreet] => 1 Blowhole Point Road
            [Business_Type__c] => Retail
            [Current_Plan__c] => Manage
            [Description] => 
            [First_Paid_Date__c] => 2014-08-26
            [Insights_Plan__c] => 
            [Kounta_Site_ID__c] => 8161
            [Last_Sale_Date__c] => 2018-09-19
            [MRR__c] => 90.91
            [Name] => Kiama Council trading as Kiama Tourism & Events
            [Number_of_Registers__c] => One
            [Parent_Company__c] => 001o000000zEHawAAG
            [Phase__c] => Trading
            [Phone] => 0242323322
            [Purchase_Plan__c] => 
            [Service_Type__c] => 
            [Site_Owner__c] => 003o000001Aaa59AAB
            [Site_s_in_Company__c] => 1
            [Website] => www.kiama.com.au
            [RecordTypeId] => 012o0000000u900```

and getting error

```[{"message":"entity is deleted","errorCode":"ENTITY_IS_DELETED","fields":[]}]```

but on web its different