<!-- POST to the following url
	http://api.v4.swiftreach.com/api/Messages/Fax/Create
	-->

 {
	"VoiceCode":0,
        "Body":
		[{
		"$type":"SwiftReach.Swift911.Core.Messages.Voice.FAX_TEXT_SOURCE_TEXT, SwiftReach.Swift911.Core",
		"Text":"this is the body of my fax",
		"TextType":0
		}],
	"CallerID":"2012361344",
	"CapacityLimit":0,
	"RingSeconds":60,
	"CongestionAttempts":3,
	"AutoRetries":1,
	"AutoRetriesInterval":3,
	"EnableWaterfall":false,
	"EnableAnsweringMachineDetection":false,
	"Name":"API Fax",
	"Description":"created by api",
	"VoiceType":19,
	"Visibility":0,
	"DeleteLocked":false
}