POST /data-exports.json

POST /data-exports.json
application/json

Body Required

Responses

POST /data-exports.json
curl \
 -X POST http://api.example.com/v1/data-exports.json \
 -H "Authorization: Bearer $ACCESS_TOKEN" \
 -H "Content-Type: application/json" \
 -d '{"adminNotes":"string","completedAt":"2024-05-04T09:42:00+00:00","dropshipProviderId":42,"exportType":"adjustments","fileUri":"string","intercomMessageId":"string","inventoryExportId":42,"inventoryFeedId":42,"muteError":false,"queueName":"string","queuedAt":"2024-05-04T09:42:00+00:00","read":false,"retries":42,"startedAt":"2024-05-04T09:42:00+00:00","status":"pending","statusProblem":{},"stockTakeId":42,"templateId":42,"userId":42}'
Request example
{
  "adminNotes": "string",
  "completedAt": "2024-05-04T09:42:00+00:00",
  "dropshipProviderId": 42,
  "exportType": "adjustments",
  "fileUri": "string",
  "intercomMessageId": "string",
  "inventoryExportId": 42,
  "inventoryFeedId": 42,
  "muteError": false,
  "queueName": "string",
  "queuedAt": "2024-05-04T09:42:00+00:00",
  "read": false,
  "retries": 42,
  "startedAt": "2024-05-04T09:42:00+00:00",
  "status": "pending",
  "statusProblem": {},
  "stockTakeId": 42,
  "templateId": 42,
  "userId": 42
}
Response examples (200)
{
  "adminNotes": "string",
  "completedAt": "2024-05-04T09:42:00+00:00",
  "createdAt": "2024-05-04T09:42:00+00:00",
  "dropshipProviderId": 42,
  "exportType": "adjustments",
  "fileUri": "string",
  "id": 42,
  "intercomMessageId": "string",
  "inventoryExportId": 42,
  "inventoryFeedId": 42,
  "muteError": false,
  "queueName": "string",
  "queuedAt": "2024-05-04T09:42:00+00:00",
  "read": false,
  "retries": 42,
  "startedAt": "2024-05-04T09:42:00+00:00",
  "status": "pending",
  "statusProblem": {},
  "stockTakeId": 42,
  "templateId": 42,
  "updatedAt": "2024-05-04T09:42:00+00:00",
  "userId": 42
}