v1

latestOpenAPI 3.0.12026-07-24310590875.6 KB
transactions

Add a transaction receipt

Add a receipt to an existing transaction.

In the request, use the same upload url that you used to upload the receipt image. See Create a transaction upload URL to learn about creating a transaction image upload URL.

post/v3/spend/transactions/{transactionId}/receipts

Path parameters

transactionIdstring required

BILL-generated ID or UUID of the transaction

Example:{{se_transaction_uuid}}

Headers

apiTokenstring nullable

Access token for Spend & Expense API authentication

Example:{{api_token}}

Request body

urlstring required

Uploaded receipt URL

Example request

{
  "url": "{{se_transaction_url}}"
}

Response

Add a transaction receipt response

urlstring required

Uploaded receipt URL

filenamestring required

Receipt file name

uuidstring required

BILL-generated UUID for the receipt image