Aktualisieren Sie die Anforderung an PHP-Salesforce-rest-api

    $new_data = [
       'Name' => 'another name',
    ];

    /* returns statuscode */
    $salesforceFunctions->update('Account', $id, $new_data);
Upset Unicorn