Procurify · Example Payload

Put Api V3 Custom Fields Id

custom-fields

Put Api V3 Custom Fields Id 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/custom-fields/{id}/",
  "method": "PUT",
  "operationId": "custom_fields_update",
  "summary": "Update Order Item Custom Field Dropdown Choices",
  "tags": [
    "custom-fields"
  ]
}