make_composite_batch_url {salesforcer} | R Documentation |
Composite Batch URL Generator
Description
Composite Batch URL Generator
Usage
make_composite_batch_url()
Value
character
; a complete URL (as a string) that will be used to
send composite batch REST API calls to. This URL is specific to your instance
and the API version being used because it relies on the base REST URL.
Note
This function is meant to be used internally. Only use when debugging.
[Package salesforcer version 1.0.1 Index]