Approve a Job Scope Change
Accept a scope change.
The approve endpoint will apply the scope change to the job.
The job's price will be updated to reflect the new totals and the job will be moved back to the CLAIMED
status.
Endpoint
Method | Url |
---|---|
POST | v1.0/jobs/{job_id}/scope_change/approve |
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/scope_change/approve' \2-H 'Authorization: Bearer {token}'
Response
The updated Job. See the job reference page for more details.
Sample Response
Copied1{2 "id": "499d692d-67aa-4127-a45c-b9e27f54afad",3 "short_id": "TWQXJWMABW8",4 "name": "Name from service package",5 "description": "Tony Stark | 2021 | 1040",6 "status": "CLAIMED",7 "create_time": "2021-04-28T13:45:25.781Z",8 "update_time": "2021-04-28T13:52:27.379Z",9 "transmit_time": "2022-11-30T20:26:23.1891131Z",10 "deadline_time": "2022-12-05T20:53:27.994Z",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 December 12, 2022
Privacy PolicyTerms & Conditions© 2024 Taxfyle