Difference between revisions of "Template:Json BulkFax Block - CSharp"
From Updox API
(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 = new List<String>() { | |
− | " | + | "123-456-7890" |
− | + | }, | |
− | + | fromName = "Us", | |
− | + | fromFaxNumber = "123-456-7890", | |
− | + | faxContent = "Base64EncodedSecretContent", |
Latest revision as of 09:28, 1 July 2015
recipientFaxNumbers = new List<String>() { "123-456-7890" }, fromName = "Us", fromFaxNumber = "123-456-7890", faxContent = "Base64EncodedSecretContent",