Response body schema for POST v1/vouchers/{code}/transactions/export
.
Name | Type | Description | Notes |
---|---|---|---|
id | str | Unique export ID. | [optional] |
object | str | The type of object being represented. This object stores information about the `export`. | [optional] [default to 'export'] |
created_at | datetime | Timestamp representing the date and time when the export was scheduled in ISO 8601 format. | [optional] |
status | str | Status of the export. Informs you whether the export has already been completed, i.e. indicates whether the file containing the exported data has been generated. | [optional] [default to 'SCHEDULED'] |
channel | str | The channel through which the export was triggered. | [optional] [default to 'API'] |
exported_object | str | The type of exported object. | [optional] [default to 'voucher_transactions'] |
parameters | VoucherTransactionsFilters | ||
result | VouchersTransactionsExportCreateResponseBodyResult | [optional] | |
user_id | str | Identifies the specific user who initiated the export through the Voucherify Dashboard; returned when the `channel` value is `WEBSITE`. | [optional] |