POST booking-service/v3/public/Dealers/{dealerId}/TimeSlots

Request Information

URI Parameters

NameDescriptionTypeAdditional information
dealerId

string

Required

Body Parameters

GetTimeSlots
NameDescriptionTypeAdditional information
filterOptions

Collection of FilterOption

None.

period

Period

Required

resources

Collection of Resource

None.

services

Collection of Service

None.

vehicle

Vehicle

Required

Request Formats

application/json, text/json

Sample:
{
  "filterOptions": [
    {
      "AdditionalInformation": {
        "address": [
          {
            "city": "sample string 1",
            "company": "sample string 2",
            "countryCode": "sample string 3",
            "line1": "sample string 4",
            "line2": "sample string 5",
            "postalCode": "sample string 6",
            "street": "sample string 7",
            "type": "sample string 8"
          },
          {
            "city": "sample string 1",
            "company": "sample string 2",
            "countryCode": "sample string 3",
            "line1": "sample string 4",
            "line2": "sample string 5",
            "postalCode": "sample string 6",
            "street": "sample string 7",
            "type": "sample string 8"
          }
        ],
        "comment": "sample string 1"
      },
      "FilterId": "sample string 1"
    },
    {
      "AdditionalInformation": {
        "address": [
          {
            "city": "sample string 1",
            "company": "sample string 2",
            "countryCode": "sample string 3",
            "line1": "sample string 4",
            "line2": "sample string 5",
            "postalCode": "sample string 6",
            "street": "sample string 7",
            "type": "sample string 8"
          },
          {
            "city": "sample string 1",
            "company": "sample string 2",
            "countryCode": "sample string 3",
            "line1": "sample string 4",
            "line2": "sample string 5",
            "postalCode": "sample string 6",
            "street": "sample string 7",
            "type": "sample string 8"
          }
        ],
        "comment": "sample string 1"
      },
      "FilterId": "sample string 1"
    }
  ],
  "period": {
    "endDateTime": "2024-05-07T23:26:51.9321579+02:00",
    "startDateTime": "2024-05-07T23:26:51.9321579+02:00"
  },
  "resources": [
    {
      "resourceId": "sample string 1"
    },
    {
      "resourceId": "sample string 1"
    }
  ],
  "services": [
    {
      "category": 1,
      "duration": 2.0,
      "durationType": "sample string 3",
      "origin": "sample string 4",
      "serviceId": "sample string 5"
    },
    {
      "category": 1,
      "duration": 2.0,
      "durationType": "sample string 3",
      "origin": "sample string 4",
      "serviceId": "sample string 5"
    }
  ],
  "vehicle": {
    "brand": "sample string 1",
    "category": "sample string 2",
    "driveUnit": "sample string 3",
    "fin": "sample string 4",
    "licensePlate": "sample string 5",
    "mileage": {
      "mileage": 1,
      "unit": "sample string 2"
    },
    "model": "sample string 6",
    "productGroup": "sample string 7",
    "variant": "sample string 8",
    "vin": "sample string 9"
  }
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.