Skip to main content

update dealer associate group purpose types

**DO NOT USE: TALK TO YATHARTH**
Path Parameters
    purposeKey string required
Request Body required
    name The new or the existing name of the DA Group Purpose Type. If nothing is passed then it remain the same.
    authoritiesToAdd object[]
  • Array [
  • authority string
    description string
  • ]
  • authoritiesToRemove object[]
  • Array [
  • authority string
    description string
  • ]
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    purposeDto object
    key The key which is a unique identifier for a group purpose type. Can only contain lowercase characters and "-","_"
    name The name for the group purpose type
    authorities object[]
  • Array [
  • authority string
    description string
  • ]
  • uuid string
Loading...