billcom_approve_bill
Approve or deny a Bill.com bill by its exact bill ID, changing its status to approved (4) or denied (5). Requires authenticated project access and approval authority.
Instructions
Set one Bill.com bill to approved (4) or denied (5). Approval required.
Args: objectId (required): Exact bill id. approvalStatus (required): '4' approved or '5' denied. project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Claimed read or write effect; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| effect | No | ||
| objectId | No | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| approvalStatus | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |