/api/v1/projects/{projectId}/change-orders/{changeOrderId}Copy Pagepatch https://api.capmo.de/api/v1/projects/{projectId}/change-orders/{changeOrderId}This can be used to update a specific project change order by its ID.Path ParamsprojectIdstringrequiredchangeOrderIdstringrequiredBody ParamsnamestringThe display name of the change order.order_numberstring | nullThe order number.reason_for_changestring | nullThe reason for change.project_categoriesarray of strings | nullCategory IDs.project_categoriesADD stringchange_order_typearray of strings | nullThe change order type (VOBB enum).change_order_typeADD stringbill_of_quantitiesstring | nullBill of quantities reference.project_companiesarray of strings | nullCompany IDs.project_companiesADD stringprobabilityarray of strings | nullProbability assessment.probabilityADD stringassigneearray of strings | nullAssignee IDs.assigneeADD stringcostnumber | nullCost value.is_completedboolean | nullCompletion flag.falsetruefalsedescriptionstring | nullRich text description.step_idstring | nullThe step ID to place the change order in.HeadersRequest-IdstringThe HTTP Request-Id request header is an optional and unofficial HTTP header, used to trace individual HTTP requests from the client to the server and back again. It allows the client and server to correlate each HTTP request. If not provided by the client, the server should generate a unique request ID and include it in the response.Responses 200The project change order has been successfully updated. 400Bad request, Invalid input 401Unauthorized 403Forbidden 404Object not found 409Conflict 500Internal server errorUpdated 3 months ago /api/v1/projects/{projectId}/change-orders/{changeOrderId}/api/v1/projects/{projectId}/change-orders/{changeOrderId}Did this page help you?YesNo