Yardi · Capability

Yardi Voyager API — Vendor Invoicing

Yardi Voyager API — Vendor Invoicing. 2 operations. Lead operation: Yardi Get vendor invoices. Self-contained Naftiko capability covering one Yardi business surface.

Run with Naftiko YardiVendor Invoicing

What You Can Do

POST
Getvendorinvoiceslogin — Yardi Get vendor invoices
/v1/itfvendorinvoice-asmx/getvendorinvoices-login
POST
Importvendorinvoiceslogin — Yardi Import vendor invoices
/v1/itfvendorinvoice-asmx/importvendorinvoices-login

MCP Tools

yardi-get-vendor-invoices

Yardi Get vendor invoices

read-only
yardi-import-vendor-invoices

Yardi Import vendor invoices

Capability Spec

voyager-vendor-invoicing.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Yardi Voyager API — Vendor Invoicing
  description: 'Yardi Voyager API — Vendor Invoicing. 2 operations. Lead operation: Yardi Get vendor invoices. Self-contained
    Naftiko capability covering one Yardi business surface.'
  tags:
  - Yardi
  - Vendor Invoicing
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    YARDI_API_KEY: YARDI_API_KEY
capability:
  consumes:
  - type: http
    namespace: voyager-vendor-invoicing
    baseUri: https://{server}.yardi.com/{clientUrl}/webservices
    description: Yardi Voyager API — Vendor Invoicing business capability. Self-contained, no shared references.
    resources:
    - name: ItfVendorInvoice.asmx-GetVendorInvoices_Login
      path: /ItfVendorInvoice.asmx/GetVendorInvoices_Login
      operations:
      - name: getvendorinvoiceslogin
        method: POST
        description: Yardi Get vendor invoices
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: ItfVendorInvoice.asmx-ImportVendorInvoices_Login
      path: /ItfVendorInvoice.asmx/ImportVendorInvoices_Login
      operations:
      - name: importvendorinvoiceslogin
        method: POST
        description: Yardi Import vendor invoices
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.YARDI_USER}}'
      password: '{{env.YARDI_PASS}}'
  exposes:
  - type: rest
    namespace: voyager-vendor-invoicing-rest
    port: 8080
    description: REST adapter for Yardi Voyager API — Vendor Invoicing. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/itfvendorinvoice-asmx/getvendorinvoices-login
      name: itfvendorinvoice-asmx-getvendorinvoices-login
      description: REST surface for ItfVendorInvoice.asmx-GetVendorInvoices_Login.
      operations:
      - method: POST
        name: getvendorinvoiceslogin
        description: Yardi Get vendor invoices
        call: voyager-vendor-invoicing.getvendorinvoiceslogin
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/itfvendorinvoice-asmx/importvendorinvoices-login
      name: itfvendorinvoice-asmx-importvendorinvoices-login
      description: REST surface for ItfVendorInvoice.asmx-ImportVendorInvoices_Login.
      operations:
      - method: POST
        name: importvendorinvoiceslogin
        description: Yardi Import vendor invoices
        call: voyager-vendor-invoicing.importvendorinvoiceslogin
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: voyager-vendor-invoicing-mcp
    port: 9090
    transport: http
    description: MCP adapter for Yardi Voyager API — Vendor Invoicing. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: yardi-get-vendor-invoices
      description: Yardi Get vendor invoices
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: voyager-vendor-invoicing.getvendorinvoiceslogin
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: yardi-import-vendor-invoices
      description: Yardi Import vendor invoices
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: voyager-vendor-invoicing.importvendorinvoiceslogin
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.