jobs/all_scopes
- GET jobs/all_scopes/get_cancelled — This method returns information related with jobs of all fulfillment scopes that are cancelled
- GET jobs/all_scopes/get_close_to_estimated_completion_time — This method returns information related with jobs of all fulfillment scopes that are close to estimated completion time.
- GET jobs/all_scopes/get_close_to_expiration_time — This method returns information related with jobs of all fulfillment scopes that are close to expiration time.
- GET jobs/all_scopes/get_completed — This method returns information related with jobs of all fulfillment scopes that are completed.
- GET jobs/all_scopes/get_draft — This method returns information related with jobs of all fulfillment scopes that are draft
- GET jobs/all_scopes/get_in_progress — This method returns information related with jobs of all fulfillment scopes that are in progress.
- GET jobs/all_scopes/get_job_quotation — This method returns information related with the quotation of either a specific job or for an accounts receivable. A job's quotation is available for all jobs, in any life cycle state.
- GET jobs/all_scopes/get_next_status_sequence — This method returns the status to which an existing job can be updated to based on the job type's Status Sequence. Multiple statuses might be returned by each call
- GET jobs/all_scopes/get_overdue — This method returns information related with jobs of all fulfillment scopes that are overdue.
- GET jobs/all_scopes/get_pending — This method returns information related with jobs of all fulfillment scopes that are pending.
- GET jobs/all_scopes/list — This method returns information related with jobs of all fulfillment scopes. Multiple jobs are returned by each call
- POST jobs/all_scopes/bill — It bills one job of any fulfillment scope
- POST jobs/all_scopes/calculate_rates — This method is used to calculate the rates that will be applied while processing a job and before submitting the actual request. The rates calculation can be applied on a single job of any fulfillment scope per each call. The method can only be used for calculating the rates of jobs whose job type defines them as billable.
- POST jobs/all_scopes/cancel — This method cancels a job of any fulfillment scope, which is not already completed or cancelled.
- POST jobs/all_scopes/complete — This method completes a job of any fulfillment scope, which is already in progress
- POST jobs/all_scopes/preview_bill — It previews the bill of one job of any fulfillment scope
- POST jobs/all_scopes/start_progress — This method sets a job of any fulfillment scope in progress. This method can be applied only on pending jobs