Update Scope-change Status
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"is_scope_variation": 123,
"scope_change_id": 123344
}
Request Code Samples
curl --location --request PUT 'https://client-backend-quantum-project.test/cbre-client/api/projects//scope-change/change-status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_scope_variation": 123,
"scope_change_id": 123344
}'
Responses
application/json {
"status": "Success",
"message": "Success",
"data": null,
"success": true
}
Modified at 2024-07-08 12:48:47