Complete Info Gathering
Complete Info Gathering for a job
This endpoint allows you to complete the Info Gathering phase for a given job regardless of any outstanding missing items.
Endpoint
Method | Url |
---|---|
POST | v1.0/jobs/{job_id}/complete-info-gathering |
Url Parameters
job_id
•
guid
The job's ID.
Sample Request
Copied1curl -X POST 'https://api.worklayer.com/v1.0/jobs/499d692d-67aa-4127-a45c-b9e27f54afad/complete-info-gathering' \2-H 'Authorization: Bearer {token}'
Response
The job with Info Gathering complete. See the job reference page for more details.
Sample Response
Copied1{2 "id": "499d692d-67aa-4127-a45c-b9e27f54afad",3 "short_id": "TWQXJWMABW8",4 "name": null,5 "description": "Tony Stark | 2021 | 1040",6 "status": "UNCLAIMED",7 "create_time": "2021-04-28T13:45:25.781Z",8 "update_time": "2021-04-28T13:52:27.379Z",9 "transmit_time": null,10 "deadline_time": null,11 "total_amount": 10,12 "members": [13 {14 "role": "CHAMPION",15 "type": "CLIENT",16 "user_id": "a4feef24-00da-4340-8b7c-a532e0607fdd",17 "given_name": "Tony",18 "family_name": "Stark",19 "display_name": "Tony Stark"20 }21 ]22}
Last updated on October 5, 2023
Privacy PolicyTerms & Conditions© 2024 Taxfyle