sf_update_rest {salesforcer}R Documentation

Update Records using REST API

Description

Update Records using REST API

Usage

sf_update_rest(
  input_data,
  object_name,
  guess_types = TRUE,
  control,
  ...,
  verbose = FALSE
)

Note

This function is meant to be used internally. Only use when debugging.


[Package salesforcer version 1.0.2 Index]