Export expense document file
GET/api/documents/:id/download
This API endpoint has been purposefully crafted to export expense document.
Request
Path Parameters
id stringrequired
Document identifier
Responses
- 200
- 400
- 401
- 403
OK - The request was processed successfully.
- application/octet-stream
- Schema
Schema
string
Bad Request -- Your request is invalid.
- application/json
- Schema
- Example (from schema)
Schema
title string
type string
detail string
{
"title": "string",
"type": "string",
"detail": "string"
}
Unauthorised -- Your access token is wrong.
- application/json
- Schema
- Example (from schema)
Schema
type string
title string
detail string
{
"type": "string",
"title": "string",
"detail": "string"
}
Forbidden -- Access to the requested resource or action is forbidden.
- application/json
- Schema
- Example (from schema)
Schema
type string
title string
detail string
{
"type": "string",
"title": "string",
"detail": "string"
}
Loading...