Procurify · Example Payload

Put Api V3 Account Codes Id

account-codes

Put Api V3 Account Codes 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/account-codes/{id}/",
  "method": "PUT",
  "operationId": "account_codes_update",
  "summary": "Update Account Code",
  "tags": [
    "account-codes"
  ]
}