Procurify · Example Payload

Post Api V3 Catalog Items

catalog

Post Api V3 Catalog Items is an example object payload from Procurify, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pathmethodoperationIdsummarytags

Example Payload

Raw ↑
{
  "path": "/api/v3/catalog-items/",
  "method": "POST",
  "operationId": "catalog_items_create",
  "summary": "Create Catalog Item",
  "tags": [
    "catalog"
  ]
}