Guest User

Untitled

a guest
Jun 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. generateBodyClass obj = new generateBodyClass();
  2. List<Element__c> listRecords = [Select object_name__c, action__c, record_id__c from element__c];
  3. System.debug('This is the JSON that gets generated : ' + obj.getRequestBody(listRecords));
Add Comment
Please, Sign In to add comment