Z
ZohoBooksApi
Arcade Native

AcceptEstimate

ZohoBooksApi.AcceptEstimate

Arcade Native Built and maintained by Arcade with full support
Supported by Arcade

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"
  ]
}