---
title: "Update integration configuration"
method: PUT
path: "/v1/resourceowner/integration"
tags: ["ResourceOwnerIntegration"]
---

# Update integration configuration

`PUT /v1/resourceowner/integration`

If you want to update one integration but not the rest you can exclude them from the model.

## Request body

- IntegrationConfigurationModel
  - `AutoPlanActive` boolean
  - `AlphabetActive` boolean
  - `BilredaActive` boolean
  - `BilredaVehicleId` integer

## Response `200`

Integration configuration successfully retrieved

- HttpResponseMessage
  - `Version` Version
    - `Major` integer
    - `Minor` integer
    - `Build` integer
    - `Revision` integer
    - `MajorRevision` integer
    - `MinorRevision` integer
  - `Content` HttpContent
    - `Headers` StringStringIEnumerableKeyValuePair[]
      - `Key` string
      - `Value` string[]
  - `StatusCode` 100 | 101 | 102 | 103 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 207 | 208 | 226 | 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308 | 400 | 401 | 402 | 403 | 404 | 405 | 406 | 407 | 408 | 409 | 410 | 411 | 412 | 413 | 414 | 415 | 416 | 417 | 421 | 422 | 423 | 424 | 426 | 428 | 429 | 431 | 451 | 500 | 501 | 502 | 503 | 504 | 505 | 506 | 507 | 508 | 510 | 511
  - `ReasonPhrase` string
  - `Headers` StringStringIEnumerableKeyValuePair[]
    - `Key` string
    - `Value` string[]
  - `TrailingHeaders` StringStringIEnumerableKeyValuePair[]
    - `Key` string
    - `Value` string[]
  - `RequestMessage` HttpRequestMessage
    - `Version` Version
      - `Major` integer
      - `Minor` integer
      - `Build` integer
      - `Revision` integer
      - `MajorRevision` integer
      - `MinorRevision` integer
    - `VersionPolicy` 0 | 1 | 2
    - `Content` HttpContent
      - `Headers` StringStringIEnumerableKeyValuePair[]
        - `Key` string
        - `Value` string[]
    - `Method` HttpMethod
      - `Method` string
    - `RequestUri` string, uri
    - `Headers` StringStringIEnumerableKeyValuePair[]
      - `Key` string
      - `Value` string[]
    - `Properties` object
    - `Options` object
  - `IsSuccessStatusCode` boolean

## Other responses

- `403` — User have no organization or is not authorized to this organization
- `500` — Internal server error

---

[API](https://skmtc.net/automile/apis/automile-api.md) · [All operations](https://skmtc.net/automile/apis/automile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/automile/automile-api/revisions/bd42075f6b02/schema)
