Skip to main content
PUT
Batch update purchase order lines

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.

Path Parameters

purchaseOrderId
string<uuid>
required

Body

application/json;charset=UTF-8
lineId
string<uuid>
description
string | null
costCenterId
string<uuid> | null
accountId
string<uuid> | null
taxCodeId
string<uuid> | null
quantity
number | null
unitPrice
integer<int64> | null
customProperties
(object | null)[] | null

List of custom properties to set on the vendor. Replaces the existing set.

Response

default - application/json;charset=UTF-8

default response

id
string<uuid>
companyId
string<uuid>
purchaseOrderId
string<uuid>
description
string
costCenterId
string<uuid>
accountId
string<uuid>
taxCodeId
string<uuid>
quantity
number
unitPrice
integer<int64>
amount
integer<int64>
netAmount
integer<int64>
createdAt
string<date-time>
updatedAt
string<date-time>
customProperties
(object | null)[]

Custom properties set on the vendor.