Uploads a single expense ticket file and creates a draft expense from its contents.
Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
POST
/api-v1/expenses/draft/upload
curl \
--request POST 'https://wyzio.app/api-v1/expenses/draft/upload' \
--header "Content-Type: multipart/form-data" \
--form "file=@file"
Response examples (200)
{}