---
title: "PUT /api/v1/Consumers/{id}"
method: PUT
path: "/api/v1/Consumers/{id}"
tags: ["Consumers"]
---

# PUT /api/v1/Consumers/{id}

`PUT /api/v1/Consumers/{id}`

## Path parameters

- `id` integer, required

## Request body

- Consumer
  - `id` integer
  - `name` string, nullable
  - `legalName` string, nullable
  - `organization` ObjectReference
    - `id` integer
    - `name` string, nullable

## Response `200`

Success

- Consumer
  - `id` integer
  - `name` string, nullable
  - `legalName` string, nullable
  - `organization` ObjectReference
    - `id` integer
    - `name` string, nullable

---

[API](https://skmtc.net/crayon/apis/crayon-group-customer-api.md) · [All operations](https://skmtc.net/crayon/apis/crayon-group-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crayon/crayon-group-customer-api/versions/a04494a78f65/schema)
