v1

latestSwagger 2.02026-07-1361110219.8 KB
Estimation

Update an existing estimation

post/api/estimation/update

Headers

x-auth-keystring required
x-auth-secretstring required

Request body

Idinteger

estimation id

ClientIdinteger

The client to whom this estimation is assigned

ClonedFromIdinteger

Indicate from which estimation this estimation has been cloned from

Numberstring

Unique estimation number

IssuedOnstring date-time

Indicates when the estimation was issued

ExpiresOnstring date-time

Indicates when the estimation will be proclamed as due

PoNumberstring

Unique number generated by the buyer

Termsstring

Terms of agreement

Notesstring

Internal note regarding the estimation

Status'Draft' | 'Accepted' | 'Rejected'

Indicate the status of the estimation (paid/unpaid/overdue)

CurrencyIdinteger

Id of the currency for the estimation amounts

Response

OK

Idinteger

Estimation id

ClonedFromIdinteger

Indicate from which estimation this estimation has been cloned from

Numberstring

Unique estimation number

IssuedOnstring date-time

Indicates when the estimation was issued

ExpiresOnstring date-time

Indicates when the estimation will be proclamed as due

PoNumberstring

Unique number generated by the buyer

DiscountAmountnumber double

Amount that goes as a discount

TaxAmountnumber double

Amount that goes to the tax

SubTotalAmountnumber double

Total amount of the estimation without tax

TotalAmountnumber double

Total amount of the estimation with tax

Termsstring

Terms of agreement

Notesstring

Internal note regarding the estimation

Status'Draft' | 'Accepted' | 'Rejected'

Indicate the status of the estimation (paid/unpaid/overdue)

AccessTokenstring

Security access token used for accessing the estimation anonymously