build_delete_id_body: Build Request Body for Delete by Id

Description Usage Arguments Value Note

View source: R/delete.R

Description

This function builds the XML body for a request to delete an entity by Id.

Usage

1
build_delete_id_body(id, entity_name)

Arguments

id

character; a MS Dynamics CRM generated id

entity_name

character; the name of one MS Dynamics CRM entity that the function is operating against (e.g. "Account", "Contact", "CustomObject__c")

Value

XMLNode to be used as the body for the request

Note

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


StevenMMortimer/rdynamicscrm documentation built on July 9, 2019, 11:37 a.m.