---
title: "Update Price Sheet"
method: PUT
path: "/api/v1.0/price_sheets/{id}"
tags: ["Price Sheets"]
---

# Update Price Sheet

`PUT /api/v1.0/price_sheets/{id}`

## Path parameters

- `id` string, required

## Request body

- PriceSheet
  - `created_at` number — The date/time the Price Sheet was created at represented as an integer
  - `id` string — The ID of the Price Sheet
  - `label` string — The name of the Price Sheet
  - `owner_id` integer — The ID of the Campaign or Company that owns the Price Sheet
  - `owner_type` 'Campaign' | 'Company' — Whether the Price Sheet is owned by a Campaign or a Company
  - `purchasable_custom_fields` object[] — The Custom Fields on the Purchasable object for the given Price Sheet
    - `id` string — The unique ID of the Price Sheet, unique per Price Sheet
    - `name` string — The name of the Custom Field
    - `options` string[] — The available options of the Custom Field. Used only for select and multiselect Custom Fields
    - `type` 'text' | 'select' | 'multiselect' | 'decimal' | 'integer' — The type of the Custom Field
    - `required` boolean — A boolean representing whether the field is required or not when creating a Purchasable
  - `purchase_custom_fields` object[] — The Custom Fields on any Purchase object created from a Purchasable on this Price Sheet
    - `id` string — The unique ID of the Price Sheet, unique per Price Sheet
    - `name` string — The name of the Custom Field
    - `options` string[] — The available options of the Custom Field. Used only for select and multiselect Custom Fields
    - `type` 'text' | 'select' | 'multiselect' | 'decimal' | 'integer' — The type of the Custom Field
    - `required` boolean — A boolean representing whether the field is required or not when creating a Purchasable
    - `description` string — An optional description providing context about what the Custom Field represents (max 120 characters)
  - `order` integer — An integer ordering the Price Sheet in the UI from lowest order to highest order

## Response `200`

Success

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/wingmateapp/apis/wingmate-api.md) · [All operations](https://skmtc.dev/wingmateapp/apis/wingmate-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wingmateapp/wingmate-api/revisions/d6fccce94b7c/schema)
