jobs/generic_purpose

  • GET jobs/generic_purpose/get_latestThis method returns information related to the latest jobs of fulfillment scope Generic Purpose. Multiple jobs are returned by each call. Results are sorted based on the date that they were updated in a descending order
  • GET jobs/generic_purpose/get_requested_by_unitThis method returns the Units through which a Job will be fulfilled. Multiple Units might be returned by each call.
  • GET jobs/generic_purpose/showThis method returns information related with a job of fullfilment scope Generic Purpose.  Single job is returned by each call
  • POST jobs/generic_purpose/createThis method creates a job of fulfillment scope Generic Purpose. A single job can be created by each call. Only customer jobs can be created through this method.
  • POST jobs/generic_purpose/updateThis method updates jobs of fulfillment scope Generic Purpose. 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.