Procurify · Example Payload

Get Api V2 Ap Vendor Payment Methods

ap

Get Api V2 Ap Vendor Payment Methods 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/v2/ap/vendor-payment-methods/",
  "method": "GET",
  "operationId": "ap_vendor_payment_methods_list",
  "summary": "Get list of Vendor Payment Methods",
  "tags": [
    "ap"
  ]
}