DealerAI
API Reference

/api/v1/assistant/predefined-tasks/{taskKey}/execute

POST
/api/v1/assistant/predefined-tasks/{taskKey}/execute
AuthorizationBasic <token>

Basic Authorization header

In: header

Path Parameters

taskKey*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://api.dealerai.com/api/v1/assistant/predefined-tasks/string/execute" \  -H "Content-Type: application/json" \  -d '{}'
{
  "task_key": "string",
  "dealer_id": "string",
  "status": "string",
  "completed_date": "2019-08-24T14:15:22Z",
  "output": "string"
}
{
  "message": "string",
  "details": null
}
{
  "message": "string",
  "details": null
}
{
  "message": "string",
  "details": null
}