Companies

Updates Color config

This endpoint stores Color config for the company at some entity level.

put/v2/companies/{companyId}/color-config

Query parameters

companyRole'ORG' | 'TMC' | 'PARTNER_TMC' | 'HR_FEED_CONNECTOR' | 'TRIPS_DATA_CONNECTOR' | 'GLOBAL' required

Role of the company.

Example:ORG

Request body

Example request

{
  "profileColors": [
    {
      "color": "#FF0000"
    }
  ]
}

Response

OK