Export expense document file
This API endpoint has been purposefully crafted to export expense document.
Path Parameters
- id string required
Document identifier
Responses
- 200
- 400
- 401
- 403
OK - The request was processed successfully.
- application/octet-stream
- Schema
Schema
- string binary
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...