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",")
 
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
     "recipientFaxNumbers": [
+
     recipientFaxNumbers = new List<String>() {
         "1111111111"
+
         "123-456-7890"
     ],
+
     },
     "fromName": "FROMNAME",
+
     fromName = "Us",
     "fromFaxNumber": "FROMNUM",
+
     fromFaxNumber = "123-456-7890",
     "faxContent": "FAX_CONTENT",
+
     faxContent "Base64EncodedSecretContent",

Latest revision as of 10:28, 1 July 2015

   recipientFaxNumbers = new List<String>() {
       "123-456-7890"
   },
   fromName = "Us",
   fromFaxNumber = "123-456-7890",
   faxContent =  "Base64EncodedSecretContent",