Table of Contents

Name

Description

CancelFax

Cancel request for a previously submitted job using the JobId string

CheckService

Check the connectivity with Concord Web Services

GetFaxAccountSettings

Method to validate an account and retrieve basic account information

GetFaxBroadcastReport

Submit a report request for a previously submitted fax broadcast job using the job ID string

GetFaxBroadcastStatus

Request status of a fax broadcast using the job ID string. The out parameter contains error information (if the job status failed). This function requires a fax broadcast account.

GetFaxCoverList

Retrieve a list of built-in cover pages.

GetFaxStatus

Query the current status of multiple previously submitted fax jobs using the job ID string. The out parameters contain the fax status array (one per Job ID) and error information (if the job submission failed). This function requires a Fax Online or Fax Pro(100/300/1000) Account.

GetRealTimeFaxStatus

Query the real time status (including pages sent) of multiple previously submitted fax jobs using the job ID string. The out parameters contain the real time fax status array (one per Job ID) and error information (if the job submission failed). This function requires a Fax Online or Fax Pro(100/300/1000) Account.

GetRealTimeFaxStatusEx

Query the real time status (including pages sent if job is in progress) of multiple previously submitted fax jobs using the job ID string. The out parameters contain the real time fax status array (one per Job ID) and error information (if the job submission failed). If the request is sent after the job has been delivered it also returns fax call duration, delivery date/time and remote fax CSID. This function requires a Fax Online or Fax Pro(100/300/1000) Account.

GetRealTimeFaxStatusEx2

This method has the same functionalities as GetRealTimeFaxStatus except it also returns ReferenceId as part of the response message.

GetRealTimeFaxStatusEx3

This method has the same functionalities as GetRealTimeFaxStatus with additional properties returned as part of the response message.

SendFax

To send multiple files as a fax to multiple recipients. The user can specify additional details about the recipients. The out parameters contain the job IDs (one per recipient), estimated time in seconds till job starts and error information (if the job submission failed). This function requires a Fax Online or Fax Pro(100/300/1000) Account.

SendFaxBroadcast

To send multiple files as a fax to multiple recipients. The user can specify additional details about the recipients as well as the fax broadcast job (schedule, cover page, user specified fields, etc.). The out parameters contain the job ID, estimated time in seconds till job starts and error information (if the job submission failed). This function requires a fax broadcast account.

SendFaxBroadcastEx

To send multiple files as a fax to multiple recipients. The recipient information is uploaded through a CSV file (See Broadcast CSV File Format). The user can specify additional details about the recipients as well as the fax broadcast job (schedule, cover page, user specified fields, etc.). The out parameters contain the job ID, estimated time in seconds till job starts and error information (if the job submission failed). This function requires a fax broadcast account.

SendFaxEx

To send multiple files as a fax to multiple recipients. The user can specify additional details about the recipients as well as the fax job (schedule, cover page, etc.). The out parameters contain the job IDs (one per recipient), estimated time in seconds till job starts and error information (if the job submission failed). This function requires a Fax Online or Fax Pro(100/300/1000) Account.

SimpleGetFaxStatus

Query the current status of a previously submitted fax job using the job ID string. It can be used to query a single job’s status at a time. This function requires a Fax Online or Fax Pro(100/300/1000) Account.

SimpleSendFax

Send a TIFF file as a fax. It requires minimal information from the user and can be used to send faxes to a single recipient. This function requires a Fax Online or Fax Pro(100/300/1000) Account. Note: This method only supports TIFF. If you need to send a different document type you will need to use the SendFax or SendFaxEx method.

See Also