Skip to main content

Creates a new messaging service for the dealer for given department

Newly created messaging service will lie under the dealer's subaccount for passed department

Path Parameters
    dealerUUID string required
Query Parameters
    name string required
    departmentType string required
Responses

OK


Schema
    messagingServiceSid string
    status string

    Possible values: [SUCCESS, FAILURE]

    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
Loading...