jobs (deprecated)

  • GET jobs/get_cancelledThis method returns information related with jobs that are cancelled
  • GET jobs/get_close_to_estimated_completion_timeThis method returns information related with jobs that are close to estimated completion time.
  • GET jobs/get_completedThis method returns information related with jobs that are completed.
  • GET jobs/get_draftThis method returns information related with jobs that are draft
  • GET jobs/get_in_progressThis method returns information related with jobs that are in progress.
  • GET jobs/get_overdueThis method returns information related with jobs that are overdue.
  • GET jobs/get_pendingThis method returns information related with jobs that are pending.
  • GET jobs/listThis method returns information related with jobs. Multiple jobs are returned by each call
  • GET jobs/showThis method returns information related with a job.  Single job is returned by each call
  • POST jobs/billIt bills one job based on a specific as of date
  • POST jobs/cancelThis method cancels a job, which is not already completed or cancelled. 
  • POST jobs/completeThis method completes a job, which is already in progress
  • POST jobs/createThis method creates a job. Single job can be created by each call. Only customer jobs can be created through this method.
  • POST jobs/preview_billIt previews the bill of one job based on a specific as of date
  • POST jobs/start_progressThis method sets a job in progress. This method can be applied only on pending jobs
  • POST jobs/updateThis method updates jobs. Single job can be updated by each call. Fields which are not specified are not updated at all. Fields which are specified as null will be set as null.

Starting from CRM.COM R10.0.0 the specified Web API method will be deprecated, and although they will still be available in CRM.COM R10.0.0 they will not be maintained furthermore.