build_soap_xml_from_list | R Documentation |
Parse data into XML format
build_soap_xml_from_list( input_data, operation = c("create", "retrieve", "update", "upsert", "delete", "undelete", "emptyRecycleBin", "getDeleted", "getUpdated", "search", "query", "queryMore", "convertLead", "merge", "describeSObjects", "setPassword", "resetPassword", "findDuplicates", "findDuplicatesByIds"), object_name = NULL, fields = NULL, external_id_fieldname = NULL, root_name = NULL, ns = character(0), root = NULL )
input_data |
a |
operation |
|
object_name |
|
fields |
|
external_id_fieldname |
|
root_name |
|
ns |
named vector; a collection of character strings indicating the namespace definitions of the root node if created |
root |
|
xmlNode
; an XML node with the complete XML built using the root
and the input data in the format needed for the operation.
This function is meant to be used internally. Only use when debugging.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.