W3builders
AOP API

AOP API/Item Catalog

Update Catalog Item

PATCH/finance/items/{id}
JWT bearer

Partially update a catalog item.

Endpoint

PATCHhttps://api.w3builders.com/v1/finance/items/{id}

Response parameters

FieldType
successvalue
itemvalue
Update Catalog Item
curl -X PATCH https://api.w3builders.com/v1/finance/items/123 \
-H "Authorization: Bearer $TOKEN"
{
"shape": "{ success, item }"
}
Was this page helpful?