v1

latestOpenAPI 3.0.12026-07-24310590875.6 KB
bill-approvals

Approve or deny a bill

Approve or deny a bill. Approved bills can be paid. In the request, create an array of objects, where each object represents a single bill along with its approval or denial status.

post/v3/bill-approvals/actions

Headers

sessionIdstring nullable

API session ID generated with /v3/login

Example:{{session_id}}
devKeystring nullable

Developer key generated with your BILL developer account

Example:{{developer_key}}

Request body

billIdstring required

BILL-generated ID of the bill. The value begins with 00n.

action'APPROVE' | 'DENY' required

Approve or deny the bill. Approved bills can be paid.

commentstring

Reason of the decision

Response

Approve or deny a bill response

status'SUCCESS' | 'FAILURE'

Request status