Perbarui permintaan PHP-Salesforce-REST-API

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

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