---
title: "PUT /purchase_orders/{purchase_order_uid}"
method: PUT
path: "/purchase_orders/{purchase_order_uid}"
---

# PUT /purchase_orders/{purchase_order_uid}

`PUT /purchase_orders/{purchase_order_uid}`

## Path parameters

- `purchase_order_uid` string, required

## Request body

- object
  - `purchase_order` object
    - `purchase_order_title` string
    - `remarks` string
    - `delivery_method` string
    - `due_date` string, date
    - `ship_to` object
      - `street` string
      - `city` string
      - `country` string
      - `email` string
      - `phone_number` string
      - `zip_code` string
      - `state` string
      - `geo_cordinates` number[]
      - `landmark` string
    - `billing_address` object
      - `street` string
      - `city` string
      - `country` string
      - `email` string
      - `phone_number` string
      - `zip_code` string
      - `state` string
      - `geo_cordinates` number[]
      - `landmark` string
    - `reference_number` string
    - `payment_term` string — payment term uid
    - `template` string
    - `custom_fields` object[]
    - `estimate` string — Quote uid
    - `job` string — Job uid
    - `vendor` string — vendor uid
    - `line_items` object[]
      - `line_item_uid` string
      - `line_item_type` string
      - `product_id` string
      - `product_uid` string
      - `location_uid` string
      - `location_name` string
      - `image` string
      - `name` string
      - `brand` string
      - `specification` string
      - `uom` string
      - `description` string
      - `remarks` string
      - `quantity` string
      - `unit_price` string
      - `product_type` string — PRODUCT/ PARTS
      - `purchase_price` string
      - `serial_nos` string[]
      - `vendor_sku` string
    - `job_attachments_uids` string
    - `job_measurement_uids` string

## Response `200`

---

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