Receipts
Upload receipts for autoscanning.
End Points
Upload Receipts
Upload Receipts
Upload receipts for autoscanning.
Arguments
receipt
binary
(Required)
File Path of the Receipt to be uploaded.
$ curl https://expense.zoho.com/api/v1/expenses
-X POST
-H "X-com-zoho-expense-organizationid: 10234695"
-H "Content-Type: multipart/form-data"
-H "Authorization: Zoho-oauthtoken 1000.41d9f2cfbd1b7a8f9e314b7aff7bc2d1.8fcc9810810a216793f385b9dd6e125f"
-f 'receipt=@/receipt.jpg'
{
"code": 0,
"message": "The receipt has been uploaded successfully."
}