Skip to main content

Get last service advisor for a customer

Get last service advisor for a customer

Path Parameters
    customer_uuid string required
    department_token string required
Responses

OK


Schema
    statusCode int32
    dealerAssociateUuid string
    advisorDetails object
    userUuid string
    departmentUuid string
    firstName string
    lastName string
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
GET /department/:department_token/customer/:customer_uuid/lastServiceAdvisor

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/order/v2
Username
Password
customer_uuid — path required
department_token — path required
curl / cURL
curl -L -X GET '/order/v2/department/:department_token/customer/:customer_uuid/lastServiceAdvisor' \
-H 'Accept: */*'