Procurify · Example Payload

Post Api V2 Ap Company Payment Methods

ap

Post Api V2 Ap Company Payment Methods is an example object payload from Procurify, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pathmethodoperationIdsummarytagsrequestExamples

Example Payload

Raw ↑
{
  "path": "/api/v2/ap/company-payment-methods/",
  "method": "POST",
  "operationId": "ap_company_payment_methods_create",
  "summary": "Create Company Payment Method",
  "tags": [
    "ap"
  ],
  "requestExamples": {
    "CompanyPaymentMethodPayloadExample": {
      "name": "Bank Account",
      "type": 0,
      "data": {
        "description": "Bank Account description"
      },
      "gl_code": "9000",
      "currency": 3
    }
  }
}