Export receipt task confirmation
Goods In: Receipts
Export receipt task confirmation
Generate and download a receipt confirmation document for a completed receipt task. Returns the confirmation in the configured export format (CSV, JSON, or EDI).
GET
Export receipt task confirmation
Behavior
- Generates a receipt confirmation document for the specified task
- The task must be a completed receipt (RCV) task
- Output format depends on system configuration (CSV, JSON, or EDI)
- Returns the file content directly in the response body
- Returns 404 if the task does not exist
- Returns 422 if the task is not a completed receipt task
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Path Parameters
The unique identifier of the completed receipt task
Response
Receipt task confirmation document
Receipt confirmation data in the configured export format

