Data export webhook body resource.
dataExportId | string ID of the data export. | ||||||||||||||||||||||||||||||||||||
fileId | string ID of the data export file. | ||||||||||||||||||||||||||||||||||||
eventType | string Rebilly webhooks event type. | ||||||||||||||||||||||||||||||||||||
object Embedded objects. | |||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||
Array of objects Related links. | |||||||||||||||||||||||||||||||||||||
Returns any 2xx status to indicate that the data received.
{- "dataExportId": "string",
- "fileId": "string",
- "eventType": "data-export-completed",
- "_embedded": {
- "dataExport": {
- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "name": "string",
- "resource": "transactions",
- "format": "csv",
- "arguments": {
- "filter": "string",
- "sort": "string",
- "q": "string"
}, - "emailNotification": [
- "user@example.com"
], - "fields": [
- "string"
], - "recurring": {
- "instruction": "string",
- "start": "2019-08-24T14:15:22Z"
}, - "userId": "string",
- "recordCount": 0,
- "scheduledTime": "2019-08-24T14:15:22Z",
- "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z",
- "status": "pending",
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}
}, - "_links": [
- {
- "href": "string",
- "rel": "dataExport"
}
]
}