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

From Updox API
Jump to: navigation, search
(Created page with " "recipientFaxNumbers": [ "1111111111" ], "fromName": "FROMNAME", "fromFaxNumber": "FROMNUM", "faxContent": "FAX_CONTENT",")
 
Line 1: Line 1:
     "recipientFaxNumbers": [
+
     recipientFaxNumbers = {
 
         "1111111111"
 
         "1111111111"
     ],
+
     },
     "fromName": "FROMNAME",
+
     fromName = "FROMNAME",
     "fromFaxNumber": "FROMNUM",
+
     fromFaxNumber = "FROMNUM",
     "faxContent": "FAX_CONTENT",
+
     faxContent "FAX_CONTENT",

Revision as of 10:01, 1 July 2015

   recipientFaxNumbers = {
       "1111111111"
   },
   fromName = "FROMNAME",
   fromFaxNumber = "FROMNUM",
   faxContent =  "FAX_CONTENT",