jobs (deprecated)
- GET jobs/get_cancelled — This method returns information related with jobs that are cancelled
- GET jobs/get_close_to_estimated_completion_time — This method returns information related with jobs that are close to estimated completion time.
- GET jobs/get_completed — This method returns information related with jobs that are completed.
- GET jobs/get_draft — This method returns information related with jobs that are draft
- GET jobs/get_in_progress — This method returns information related with jobs that are in progress.
- GET jobs/get_overdue — This method returns information related with jobs that are overdue.
- GET jobs/get_pending — This method returns information related with jobs that are pending.
- GET jobs/list — This method returns information related with jobs. Multiple jobs are returned by each call
- GET jobs/show — This method returns information related with a job. Single job is returned by each call
- POST jobs/bill — It bills one job based on a specific as of date
- POST jobs/cancel — This method cancels a job, which is not already completed or cancelled.
- POST jobs/complete — This method completes a job, which is already in progress
- POST jobs/create — This method creates a job. Single job can be created by each call. Only customer jobs can be created through this method.
- POST jobs/preview_bill — It previews the bill of one job based on a specific as of date
- POST jobs/start_progress — This method sets a job in progress. This method can be applied only on pending jobs
- POST jobs/update — This 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.