Difference between revisions of "Template:Json Request BulkFaxSend"

From Updox API
Jump to: navigation, search
(Created page with "{ "recipientFaxNumbers": [ "123-456-7890" ], "fromName": "Us", "fromFaxNumber": "123-456-7890", "faxContent": "OurSpecialFax", }")
 
Line 1: Line 1:
 
{
 
{
 
     "recipientFaxNumbers": [
 
     "recipientFaxNumbers": [
         "123-456-7890"
+
         "123-456-7890",
 +
        "(123) 456-7890"
 
     ],
 
     ],
 
     "fromName": "Us",
 
     "fromName": "Us",

Revision as of 11:53, 1 July 2015

{

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

}