Difference between revisions of "Template:Json Request BulkFaxSend"

From Updox API
Jump to: navigation, search
 
Line 6: Line 6:
 
     "fromName": "Us",
 
     "fromName": "Us",
 
     "fromFaxNumber": "123-456-7890",
 
     "fromFaxNumber": "123-456-7890",
     "faxContent": "OurSpecialFax",
+
     "faxContent": "OurSpecialFax"
 
}
 
}

Latest revision as of 13:14, 10 July 2015

{

   "recipientFaxNumbers": [
       "123-456-7890",
       "(123) 456-7890"
   ],
   "fromName": "Us",
   "fromFaxNumber": "123-456-7890",
   "faxContent": "OurSpecialFax"

}