Skip to main content
POST
Add Project Estimate

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

Body

application/json
title
string
required

Title of estimate

cost
string
required

Cost of the estimate

datetime
string<date>
required

Date of the estimate

currency_id
integer

Currency of the project-estimate

fee_id
integer

Related Fee

Response

200 - application/json

Project estimate created successfully

id
integer
title
string
cost
string
datetime
string<date>
currency_id
integer
fee_id
integer