---
title: "Add_PurchaseOrderExtendedProperty"
method: POST
path: "/api/PurchaseOrder/Add_PurchaseOrderExtendedProperty"
tags: ["PurchaseOrder"]
---

# Add_PurchaseOrderExtendedProperty

`POST /api/PurchaseOrder/Add_PurchaseOrderExtendedProperty`

Adds extended properties to a purchase order. Property name must be unique otherwise the method throws an error. Maxium number of extended properties allowed for a single purchase order is 50. If total count of extended properties exceeds 50 an error will be thrown.
<b>Permissions Required: </b> GlobalPermissions.Inventory.PurchaseOrder.EditPurchaseOrderNode
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

## Request body

- PurchaseOrderAddPurchaseOrderExtendedPropertyRequest
  - `request` AddPurchaseOrderExtendedPropertyRequest
    - `PurchaseId` string, uuid — Purchase order uniqueidentifier
    - `ExtendedPropertyItems` AddPurchaseOrderExtendedPropertyItem[] — List of Extended Properties to be added to the purchase order
      - `PropertyName` string
      - `PropertyValue` string

## Response `200`

OK

- AddPurchaseOrderExtendedPropertyResponse
  - `Items` PurchaseOrderExtendedProperty[] — Added purchase order extended properties
    - `RowId` integer — Extended Property item id
    - `PurchaseID` string, uuid — Purchase order id (unique identifier)
    - `AddedDateTime` string, date-time — UTC date when the extended property was added
    - `UserName` string — User name which added the extended property, if the property is updated it will not be changed from original
    - `PropertyName` string — Property name (max 255)
    - `PropertyValue` string — Property value (max 600)

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/versions/0123569a22fb/schema)
