Query the manifest scope (open and closed today) of contracts for a dealership

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

API Parameters

Required Parameters

Response Structure

200 Success

object

Example Response

[
  {
    "id": 42,
    "ccpa": true,
    "confirmation_token": "7713738FG3",
    "contactless": true,
    "location_sequence": 42,
    "status": "booked",
    "created_at": "2020-06-15T20:12:26Z",
    "actual_dropoff_at": "2020-06-17T20:12:26Z",
    "actual_pickup_at": "2020-06-15T20:12:26Z",
    "days_on_loan": 4,
    "vehicle_stock_number": "ABC123",
    "vehicle_license": "ABC 123",
    "vin": "1G1JC524417418958",
    "service_vehicle_id": "1G1JC524417418958",
    "repair_order": "ABC123",
    "purchase_order": "PO123",
    "booking_application": "scheduler",
    "booking_channel": "mykaarma",
    "service_advisor_name": "Walter Skinner",
    "customer_name": "Fox Mulder",
    "customer_profile_complete": true,
    "vehicle_make": "Audi",
    "vehicle_model": "A2",
    "vehicle_year": 2022,
    "signed": true,
    "scheduled_pickup_at": "2020-06-15T20:12:26Z",
    "scheduled_dropoff_at": "2020-06-15T20:12:26Z",
    "fleet_name": "Courtesy",
    "links": {
      "vehicle": {
        "id": 2,
        "href": "https://api.dw-tst.com/admin/some_resources/2"
      },
      "employee": {
        "id": 2,
        "href": "https://api.dw-tst.com/admin/some_resources/2"
      },
      "customer": {
        "id": 2,
        "href": "https://api.dw-tst.com/admin/some_resources/2"
      },
      "fleet": {
        "id": 2,
        "href": "https://api.dw-tst.com/admin/some_resources/2"
      }
    }
  }
]