Difference between revisions of "Template:Json Request BulkFaxSend"
From Updox API
(Created page with "{ "recipientFaxNumbers": [ "123-456-7890" ], "fromName": "Us", "fromFaxNumber": "123-456-7890", "faxContent": "OurSpecialFax", }") |
|||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
{ | { | ||
"recipientFaxNumbers": [ | "recipientFaxNumbers": [ | ||
− | "123-456-7890" | + | "123-456-7890", |
+ | "(123) 456-7890" | ||
], | ], | ||
"fromName": "Us", | "fromName": "Us", | ||
"fromFaxNumber": "123-456-7890", | "fromFaxNumber": "123-456-7890", | ||
− | "faxContent": "OurSpecialFax" | + | "faxContent": "OurSpecialFax" |
} | } |
Latest revision as of 12:14, 10 July 2015
{
"recipientFaxNumbers": [ "123-456-7890", "(123) 456-7890" ], "fromName": "Us", "fromFaxNumber": "123-456-7890", "faxContent": "OurSpecialFax"
}