Favourite Drivers

Create favourite driver(block)

POST create favourite driver

Endpoint

POST /api/v1/favourite_drivers

Parameters

Name Description
favourite_driver[job_driver_id] required Favourite driver job driver

Request

Route

POST /api/v1/favourite_drivers

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIzNzAiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NjM2MjYzNjksImV4cCI6MTc2NjIxODM2OSwianRpIjoiMGYxN2M5ZWMtODFkYi00MWQ0LThjMGItNzU2ZWMzNjgzZTUyIn0.hZjA49Il4HYSmOpvcRvELjey-0W5bEUt80IU2ylYmO8
Host: example.org
Cookie: 

Body

{
  "favourite_driver": {
    "job_driver_id": 104
  }
}

Response

Simulated Response

Status

200

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"d9cd01629b95aa04796c58b125e0ac43"
cache-control: max-age=0, private, must-revalidate
x-request-id: 887d0ff7-ec19-43aa-953e-bbe8b9fc38f2
x-runtime: 0.016688
content-length: 221

Body

{
  "favourite_driver": {
    "id": 8,
    "chat_id": 205,
    "driver": {
      "id": 371,
      "financial_company_id": null,
      "first_name": "Kimiko",
      "last_name": "Weissnat",
      "profile_id": 114,
      "referral_code": "731717"
    },
    "job_name": "Product Real-Estate Architect"
  }
}