Zohobook API Integration Vol.3
These are the list of integration use cases supported by Knit for Zohobook API as part of the ACCOUNTING category
Update Recurring Invoice
ID
: put_update_recurring_invoiceOperation
: writeEntities
: recurring invoice, line item, customerSummary
: The Update Recurring Invoice API allows users to update details of an existing recurring invoice in Zoho Books. It requires an OAuth token for authorization and accepts various parameters such as recurrence_name, customer_id, and recurrence_frequency as part of the request body. The API updates the recurring invoice with the provided details and returns a response containing the updated invoice information, including line items, billing and shipping addresses, and payment options.Input Fields
: Input FieldsOutput Fields
: Output Fields
Update a recurring invoice using a custom field's unique value
ID
: put_update_recurring_invoice_custom_fieldOperation
: writeEntities
: recurring invoice, line item, customerSummary
: This API allows you to update a recurring invoice using a custom field's unique value. The custom field must be configured to not accept duplicate values. You provide the API name of the custom field in the X-Unique-Identifier-Key header and its value in the X-Unique-Identifier-Value header. If the X-Upsert header is set to true and the custom field's unique value is not found, a new recurring invoice will be created if the necessary payload details are available. The request requires an OAuth token for authorization. The body of the request includes details such as recurrence name, customer ID, currency ID, start and end dates, line items, and more. The response includes the updated or newly created recurring invoice details.Input Fields
: Input FieldsOutput Fields
: Output Fields
Update Recurring Invoice Template
ID
: put_update_recurring_invoice_templateOperation
: writeEntities
: template, recurring invoiceSummary
: This API updates the PDF template associated with a recurring invoice in Zoho Books. It requires the unique IDs of the recurring invoice and the template as path parameters, and the organization ID as a query parameter. The request must include an OAuth token in the headers for authorization. The body can contain custom fields to be updated. The response returns a code and a message indicating the success of the operation.Input Fields
: Input FieldsOutput Fields
: Output Fields
Update retainer invoice template
ID
: put_update_retainer_invoice_templateOperation
: writeEntities
: template, organization, retainer invoiceSummary
: The 'Update retainer invoice template' API allows users to update the PDF template associated with a specific retainer invoice in Zoho Books. The API requires an OAuth token for authorization, which should be included in the request headers. The request URL must include the retainer invoice ID and the template ID as path parameters, and the organization ID as a query parameter. No request body is needed. Upon successful execution, the API returns a response code and a message indicating that the retainer invoice information has been updated.Input Fields
: Input FieldsOutput Fields
: Output Fields
Update a sales order using a custom field's unique value
ID
: put_update_sales_order_custom_fieldOperation
: writeEntities
: custom field, line item, sales orderSummary
: This API allows updating a sales order using a custom field's unique value. The custom field must be configured to not accept duplicate values. The API requires the custom field's API name in the 'X-Unique-Identifier-Key' header and its value in the 'X-Unique-Identifier-Value' header to identify the sales order. An optional 'X-Upsert' header can be used to create a new sales order if the unique value is not found. The request body includes various parameters such as 'customer_id', 'currency_id', 'contact_persons', 'date', 'shipment_date', 'custom_fields', 'line_items', and more. The response includes details of the updated sales order, such as 'salesorder_id', 'customer_name', 'currency_code', 'line_items', 'total', and more.Input Fields
: Input FieldsOutput Fields
: Output Fields
Update sales order template
ID
: put_update_sales_order_templateOperation
: writeEntities
: organization, template, sales orderSummary
: The 'Update sales order template' API allows users to update the PDF template associated with a specific sales order in Zoho Books. The API requires a PUT request to the specified URL with the sales order ID and template ID as path parameters, and the organization ID as a query parameter. The request must include an 'Authorization' header with a valid OAuth token. The response will include a code and message indicating the success of the operation.Input Fields
: Input FieldsOutput Fields
: Output Fields
Update shipping address
ID
: put_update_shipping_addressOperation
: writeEntities
: address, invoice, organizationSummary
: The 'Update shipping address' API updates the shipping address for a specific invoice. It requires an OAuth token for authorization and accepts a JSON body with the new shipping address details, including address, street2, city, state, zip, country, and fax. The API responds with a code and message indicating the success of the operation.Input Fields
: Input FieldsOutput Fields
: Output Fields
Update a tax authority [US and CA Edition only]
ID
: put_update_tax_authority_us_ca_editionOperation
: writeEntities
: description, tax authority, registration numberSummary
: This API updates the details of a tax authority for US and CA editions only. It requires an OAuth token for authorization and accepts a JSON body with the tax authority's name, description, registration number, and registration number label. The organization ID must be provided as a query parameter. Upon successful update, it returns a response with a code, message, and the updated tax authority details.Input Fields
: Input FieldsOutput Fields
: Output Fields
Update a tax exemption [US Edition only]
ID
: put_update_tax_exemption_us_editionOperation
: writeEntities
: item, tax exemption, customerSummary
: This API updates the details of a tax exemption for the US edition in Zoho Books. It requires an OAuth token for authorization and the organization ID as a query parameter. The request body must include the tax exemption code and type, with an optional description. The response includes a code and message indicating the success of the operation, along with the updated tax exemption details.Input Fields
: Input FieldsOutput Fields
: Output Fields
Update time entry
ID
: put_update_time_entryOperation
: writeEntities
: project, task, userSummary
: The 'Update time entry' API allows users to update a logged time entry in a project. It requires the project ID, task ID, user ID, and log date as mandatory fields. Optional fields include log time, begin and end times, billable status, notes, start timer, and cost rate. The API uses OAuth for authorization and expects a JSON body with the specified parameters. Upon successful update, it returns a response with the updated time entry details including project, task, and user information, along with log times and billing status.Input Fields
: Input FieldsOutput Fields
: Output Fields
Update User Details
ID
: put_update_user_detailsOperation
: writeEntities
: project, organization, userSummary
: The Update User Details API allows you to update the details of a user in a specific project within an organization. The API requires the project ID, user ID, and organization ID as path and query parameters. The request must include an OAuth token for authorization and a JSON body with optional fields such as user_name, user_role, rate, budget_hours, and cost_rate. The response returns a code and message indicating the success of the operation, along with the updated user details.Input Fields
: Input FieldsOutput Fields
: Output Fields
Update vendor credit
ID
: put_update_vendor_creditOperation
: writeEntities
: tax, vendor credit, line itemSummary
: The 'Update vendor credit' API allows you to update an existing vendor credit in the Zoho Books system. This API requires the vendor credit ID and organization ID as path and query parameters respectively. The request must include an authorization header with a valid OAuth token. The body of the request can include various parameters such as vendor ID, currency ID, VAT treatment, vendor credit number, GST treatment, tax treatment, and more. The response will include details of the updated vendor credit, including its ID, number, date, source and destination of supply, GST number, and more. The response also includes line items, taxes, documents, custom fields, and any comments or refunds associated with the vendor credit.Input Fields
: Input FieldsOutput Fields
: Output Fields
Update vendor credit refund
ID
: put_update_vendor_credit_refundOperation
: writeEntities
: vendor credit, refund, accountSummary
: The 'Update vendor credit refund' API allows you to update the details of a refunded transaction in Zoho Books. It requires an OAuth token for authorization and accepts a PUT request to the specified URL. The request body must include the date of the vendor credit, the amount, and the account ID, while other fields like refund mode, reference number, exchange rate, and description are optional. The response includes a confirmation message and details of the updated vendor credit refund, including any imported transactions associated with it.Input Fields
: Input FieldsOutput Fields
: Output Fields
Update a vendor payment
ID
: put_update_vendor_paymentOperation
: writeEntities
: bill, vendor, paymentSummary
: The 'Update a vendor payment' API allows you to update an existing vendor payment in Zoho Books. This API requires an OAuth token for authorization and supports updating various details of a vendor payment, including the vendor ID, bill details, payment date, exchange rate, total amount, payment mode, and more. The request must include the payment ID as a path parameter and the total amount of the vendor payment in the body. Other fields such as vendor ID, bills, and custom fields are optional. The response includes the updated details of the vendor payment, such as payment ID, vendor name, payment mode, and associated bills. This API is useful for modifying the amount applied to bills and updating payment details in Zoho Books.Input Fields
: Input FieldsOutput Fields
: Output Fields
Update a bill
ID
: update_a_billOperation
: writeEntities
: bill, line item, vendorSummary
: The 'Update a bill' API allows you to update the details of an existing bill in the Zoho Books system. It requires the vendor ID and bill number as mandatory fields. The API supports various optional fields such as currency ID, VAT treatment, purchase order IDs, and more. You can also attach files to the bill. The response includes the updated bill details, including line items, taxes, and payment information. The API uses OAuth for authorization and requires the 'ZohoBooks.bills.UPDATE' scope.Input Fields
: Input FieldsOutput Fields
: Output Fields
Update a sales order
ID
: update_a_sales_orderOperation
: writeEntities
: sales order, line item, customerSummary
: The 'Update a sales order' API allows you to update an existing sales order in Zoho Books. You can modify various details of the sales order such as customer information, currency, contact persons, dates, custom fields, line items, and more. The API requires the sales order ID and organization ID as path and query parameters respectively. The request body can include a wide range of optional fields to update the sales order details. The response returns a confirmation message along with the updated sales order details.Input Fields
: Input FieldsOutput Fields
: Output Fields
Update a contact using a custom field's unique value
ID
: update_contact_using_custom_field_unique_valueOperation
: writeEntities
: shipping address, billing address, contactSummary
: This API allows you to update a contact in Zoho Books using a custom field's unique value. The custom field must be configured to not accept duplicate values. You provide the API name of the custom field in the 'X-Unique-Identifier-Key' header and its value in the 'X-Unique-Identifier-Value' header. If the 'X-Upsert' header is set to true and the unique value is not found, a new contact will be created if the necessary payload details are available. The request includes various parameters such as contact name, company name, payment terms, contact type, currency ID, and more. The response returns the updated contact details, including contact ID, name, company name, credit limit, tax details, and more.Input Fields
: Input FieldsOutput Fields
: Output Fields
Update custom field in existing estimates
ID
: update_custom_field_in_existing_estimatesOperation
: writeEntities
: custom field, organization, estimateSummary
: This API updates the value of a custom field in existing estimates in Zoho Books. It requires an OAuth token for authorization and the organization ID as a query parameter. The request body must include the custom field ID and the new value to update. The API returns a response code and message indicating whether the update was successful.Input Fields
: Input FieldsOutput Fields
: Output Fields
Update custom field in existing purchaseorders
ID
: update_custom_field_in_existing_purchaseordersOperation
: writeEntities
: custom field, purchase order, organizationSummary
: This API updates the value of a custom field in existing purchase orders in Zoho Books. It requires an OAuth token for authorization and the organization ID as a query parameter. The request body must include an array of objects, each containing a 'customfield_id' and the new 'value' for that field. The API responds with a code and message indicating the success of the operation.Input Fields
: Input FieldsOutput Fields
: Output Fields
Update custom field in existing salesorders
ID
: update_custom_field_in_existing_salesordersOperation
: writeEntities
: custom field, salesorder, organizationSummary
: This API updates the value of a custom field in existing sales orders in Zoho Books. It requires the organization ID as a query parameter and the custom field details in the request body. The request must include an OAuth token in the headers for authorization. The response indicates whether the update was successful.Input Fields
: Input FieldsOutput Fields
: Output Fields
Update a vendor payment using a custom field's unique value
ID
: update_vendor_payment_using_custom_field_unique_valueOperation
: writeEntities
: bill payment, custom field, vendor paymentSummary
: This API allows you to update a vendor payment using a custom field's unique value. The custom field must be configured to not accept duplicate values. You provide the API name of the custom field in the X-Unique-Identifier-Key header and its value in the X-Unique-Identifier-Value header. If the X-Upsert header is set to true and the unique value is not found, a new vendor payment will be created if the necessary payload details are available. The request requires an OAuth token for authorization and the organization ID as a query parameter. The body of the request can include details such as vendor ID, bills, date, exchange rate, amount, payment mode, and custom fields. The response includes the updated vendor payment details, including payment ID, vendor name, payment mode, custom fields, and more.Input Fields
: Input FieldsOutput Fields
: Output Fields
Updated 7 days ago