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", }") |
|||
Line 1: | Line 1: | ||
{ | { | ||
"recipientFaxNumbers": [ | "recipientFaxNumbers": [ | ||
− | "123-456-7890" | + | "123-456-7890", |
+ | "(123) 456-7890" | ||
], | ], | ||
"fromName": "Us", | "fromName": "Us", |
Revision as of 10:53, 1 July 2015
{
"recipientFaxNumbers": [ "123-456-7890", "(123) 456-7890" ], "fromName": "Us", "fromFaxNumber": "123-456-7890", "faxContent": "OurSpecialFax",
}