invoices_update_invoice_items
Update specific fields of invoice items in ServiceTitan using the provided JSON payload, ensuring tenant and invoice ID are specified for accurate modifications.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
invoiceId | Yes | Format - int64. | |
payload | No | The request body as a JSON object. Each key represents a field to be updated. The values are the new values for the respective fields. | |
tenant | Yes | Format - int64. Tenant ID |