Response body schema for POST /loyalties/members/{memberId}/transactions/export
and for POST /loyalties/{campaignId}/members/{memberId}/transactions/export
.
Name | Type | Description | Notes |
---|---|---|---|
id | String | Unique export ID. | |
_object | ObjectEnum | The type of object being represented. This object stores information about the export. | |
createdAt | OffsetDateTime | Timestamp representing the date and time when the export was scheduled in ISO 8601 format. | |
status | StatusEnum | 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. | |
channel | String | The channel through which the export was triggered. | [optional] |
result | Object | Contains the URL of the CSV file. | |
userId | String | Identifies the specific user who initiated the export through the Voucherify Dashboard; returned when the channel value is WEBSITE. | |
exportedObject | ExportedObjectEnum | The type of object to be exported. | |
parameters | LoyaltiesMembersTransactionsExportCreateRequestBodyParameters | [optional] |
Name | Value |
---|---|
EXPORT | "export" |
Name | Value |
---|---|
SCHEDULED | "SCHEDULED" |
Name | Value |
---|---|
VOUCHER_TRANSACTIONS | "voucher_transactions" |