Currently, the Wello API allows changing the status of a job from 'Completed' to a virtual status that is a child of the 'Completed' status.
Endpoint:
HTTP PUT : api/Jobs/ChangeToVirtualStatus
Request body:
Params:
Sample 1: Update the job's status using the Id of the virtual status
{ "jobs_id":"2044B92D-6F7D-460E-AEDA-00E69B68BAC7", "target_job_status_id":"284B65D7-D5C8-419F-91D5-10A2F5132BAB" }
Sample 2: Update the job's status using the code of the virtual status
{ "jobs_id":"2044B92D-6F7D-460E-AEDA-00E69B68BAC7", "target_job_status_code":"ERP_IMP" }