Z
AcceptEstimate
ZohoBooksApi.AcceptEstimate
Description
Mark a sent estimate as accepted if the customer has accepted it.
Use this tool to update the status of a sent estimate to accepted once your customer has approved it.
Input Parameters
{
"parameters": [
{
"name": "organization_id",
"required": true,
"inferrable": true,
"description": "ID for the organization related to the estimate acceptance.",
"value_schema": {
"val_type": "string"
}
},
{
"name": "estimate_identifier",
"required": true,
"inferrable": true,
"description": "Unique identifier of the estimate to be marked as accepted.",
"value_schema": {
"val_type": "string"
}
}
]
} Output
{
"description": "Response from the API endpoint 'mark_estimate_accepted'.",
"value_schema": {
"val_type": "json"
},
"available_modes": [
"value",
"error"
]
}