Difference between revisions of "Template:Json BulkFax Block - CSharp"

From Updox API
Jump to: navigation, search
Line 1: Line 1:
     recipientFaxNumbers = {
+
     recipientFaxNumbers = new List<String>() {
 
         "1111111111"
 
         "1111111111"
 
     },
 
     },

Revision as of 10:12, 1 July 2015

   recipientFaxNumbers = new List<String>() {
       "1111111111"
   },
   fromName = "FROMNAME",
   fromFaxNumber = "FROMNUM",
   faxContent =  "FAX_CONTENT",