Attach Files to a Job

Attach files to a Job

POST route is used to attach files for a job.
Attach files to a job placed with “skip_files” flag set to TRUE

Resource URI

POST /jobs/{job_id}/files

Input Parameters

@param fr {string} front URL or file_uuid for artwork.
@param bk {string} back URL or file_uuid for artwork.

Sample Request URI

html

https://api.4over.com/jobs/Z3472021234-001/files

Sample Request Body

JSON

{
  "files": [
    {
       "fr": "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png",            
       "bk": "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"       
    }
  ]
}

Sample Response

JSON

 ["File(s) succesfully attached to the order: Z3472021234-001"]