Skip to main content
PUT
Update Project Cost

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
integer
required
project_cost_id
integer
required

Body

application/json
title
string
required

Title of cost

cost
number<float>
required

Cost

datetime
string<date>
required

Date of the estimate

label_id
integer

Related Label

project_estimate_id
integer

Related project estimate

id_project_history
integer

Related project history

Response

200 - application/json

Project cost updated successfully

id
integer
title
string
cost
number<float>
datetime
string<date>
label_id
integer
project_estimate_id
integer
id_project_history
integer