Headers
Value must be 'Bearer <token>' where <token> is an API key prefixed with 'bc_' or a JWT token.
"Bearer bc_1234567890abcdef"
Required if Authorization is a JWT token. The organization ID to operate within.
Path Parameters
The sale estimate id
Body
The id of the customer
1
The date of the estimate
"2021-01-01"
The expiration date of the estimate
"2021-01-01"
The reference of the estimate
"123456"
The exchange rate of the estimate
1
The id of the warehouse
1
The id of the branch
1
The entries of the estimate
[
{
"index": 1,
"itemId": 1,
"description": "This is a description",
"quantity": 100,
"cost": 100
}
]
The note of the estimate
"This is a note"
The terms and conditions of the estimate
"This is a terms and conditions"
The email to send the estimate to
The attachments of the estimate
[{ "key": "123456" }]
The discount of the estimate
1
The type of the discount
"amount"
The adjustment of the estimate
1
Response
Sale estimate edited successfully