---
title: "Update"
method: PUT
path: "/api/v3/purchase-orders/{order_id}/rows"
tags: ["Purchase Orders"]
---

# Update

`PUT /api/v3/purchase-orders/{order_id}/rows`

Actualizar orden de compra

## Path parameters

- `order_id` integer, required

## Request body

- PurchaseOrderUpdate
  - `proveedor_id` integer, nullable
  - `supplier` object
  - `establecimiento_id` integer, nullable
  - `tipo_moneda_id` integer, nullable
  - `fecha_de_emision` union
    - string, date
    - string
  - `fecha_entrega` union
    - string, date
    - string
  - `estado_entrega` 'pendiente' | 'parcial' | 'completo'
  - `estado_doc` 'registrado' | 'facturado' | 'anulado'
  - `estado_pago` 'por_pagar' | 'pago_parcial' | 'pagado'
  - `observaciones` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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