Zuora · Capability

API Reference — Summary Journal Entries

API Reference — Summary Journal Entries. 6 operations. Lead operation: Create a summary journal entry. Self-contained Naftiko capability covering one Zuora business surface.

Run with Naftiko ZuoraSummary Journal Entries

What You Can Do

POST
Postsummaryjournalentry — Create a summary journal entry
/v1/v1/journal-entries
GET
Getallsummaryjournalentries — List all summary journal entries in a journal run
/v1/v1/journal-entries/journal-runs/{jr-number}
GET
Getsummaryjournalentry — Retrieve a summary journal entry
/v1/v1/journal-entries/{je-number}
DELETE
Deletesummaryjournalentry — Delete a summary journal entry
/v1/v1/journal-entries/{je-number}
PUT
Putbasicsummaryjournalentry — Update a summary journal entry
/v1/v1/journal-entries/{je-number}/basic-information
PUT
Putsummaryjournalentry — Cancel a summary journal entry
/v1/v1/journal-entries/{je-number}/cancel

MCP Tools

create-summary-journal-entry

Create a summary journal entry

list-all-summary-journal-entries

List all summary journal entries in a journal run

read-only idempotent
retrieve-summary-journal-entry

Retrieve a summary journal entry

read-only idempotent
delete-summary-journal-entry

Delete a summary journal entry

idempotent
update-summary-journal-entry

Update a summary journal entry

idempotent
cancel-summary-journal-entry

Cancel a summary journal entry

idempotent

Capability Spec

v1-summary-journal-entries.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: API Reference — Summary Journal Entries
  description: 'API Reference — Summary Journal Entries. 6 operations. Lead operation: Create a summary journal entry. Self-contained
    Naftiko capability covering one Zuora business surface.'
  tags:
  - Zuora
  - Summary Journal Entries
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ZUORA_API_KEY: ZUORA_API_KEY
capability:
  consumes:
  - type: http
    namespace: v1-summary-journal-entries
    baseUri: https://rest.zuora.com
    description: API Reference — Summary Journal Entries business capability. Self-contained, no shared references.
    resources:
    - name: v1-journal-entries
      path: /v1/journal-entries
      operations:
      - name: postsummaryjournalentry
        method: POST
        description: Create a summary journal entry
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Request
          in: body
          type: string
          required: true
    - name: v1-journal-entries-journal-runs-jr-number
      path: /v1/journal-entries/journal-runs/{jr-number}
      operations:
      - name: getallsummaryjournalentries
        method: GET
        description: List all summary journal entries in a journal run
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: jr-number
          in: path
          type: string
          description: Journal run number.
          required: true
    - name: v1-journal-entries-je-number
      path: /v1/journal-entries/{je-number}
      operations:
      - name: getsummaryjournalentry
        method: GET
        description: Retrieve a summary journal entry
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: je-number
          in: path
          type: string
          required: true
      - name: deletesummaryjournalentry
        method: DELETE
        description: Delete a summary journal entry
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: je-number
          in: path
          type: string
          description: Journal entry number in the format JE-00000001.
          required: true
    - name: v1-journal-entries-je-number-basic-information
      path: /v1/journal-entries/{je-number}/basic-information
      operations:
      - name: putbasicsummaryjournalentry
        method: PUT
        description: Update a summary journal entry
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: je-number
          in: path
          type: string
          description: Journal entry number in the format JE-00000001.
          required: true
        - name: Request
          in: body
          type: string
          required: true
    - name: v1-journal-entries-je-number-cancel
      path: /v1/journal-entries/{je-number}/cancel
      operations:
      - name: putsummaryjournalentry
        method: PUT
        description: Cancel a summary journal entry
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: je-number
          in: path
          type: string
          description: Journal entry number in the format JE-00000001.
          required: true
  exposes:
  - type: rest
    namespace: v1-summary-journal-entries-rest
    port: 8080
    description: REST adapter for API Reference — Summary Journal Entries. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/journal-entries
      name: v1-journal-entries
      description: REST surface for v1-journal-entries.
      operations:
      - method: POST
        name: postsummaryjournalentry
        description: Create a summary journal entry
        call: v1-summary-journal-entries.postsummaryjournalentry
        with:
          Request: rest.Request
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/journal-entries/journal-runs/{jr-number}
      name: v1-journal-entries-journal-runs-jr-number
      description: REST surface for v1-journal-entries-journal-runs-jr-number.
      operations:
      - method: GET
        name: getallsummaryjournalentries
        description: List all summary journal entries in a journal run
        call: v1-summary-journal-entries.getallsummaryjournalentries
        with:
          jr-number: rest.jr-number
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/journal-entries/{je-number}
      name: v1-journal-entries-je-number
      description: REST surface for v1-journal-entries-je-number.
      operations:
      - method: GET
        name: getsummaryjournalentry
        description: Retrieve a summary journal entry
        call: v1-summary-journal-entries.getsummaryjournalentry
        with:
          je-number: rest.je-number
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletesummaryjournalentry
        description: Delete a summary journal entry
        call: v1-summary-journal-entries.deletesummaryjournalentry
        with:
          je-number: rest.je-number
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/journal-entries/{je-number}/basic-information
      name: v1-journal-entries-je-number-basic-information
      description: REST surface for v1-journal-entries-je-number-basic-information.
      operations:
      - method: PUT
        name: putbasicsummaryjournalentry
        description: Update a summary journal entry
        call: v1-summary-journal-entries.putbasicsummaryjournalentry
        with:
          je-number: rest.je-number
          Request: rest.Request
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/journal-entries/{je-number}/cancel
      name: v1-journal-entries-je-number-cancel
      description: REST surface for v1-journal-entries-je-number-cancel.
      operations:
      - method: PUT
        name: putsummaryjournalentry
        description: Cancel a summary journal entry
        call: v1-summary-journal-entries.putsummaryjournalentry
        with:
          je-number: rest.je-number
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: v1-summary-journal-entries-mcp
    port: 9090
    transport: http
    description: MCP adapter for API Reference — Summary Journal Entries. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: create-summary-journal-entry
      description: Create a summary journal entry
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: v1-summary-journal-entries.postsummaryjournalentry
      with:
        Request: tools.Request
      outputParameters:
      - type: object
        mapping: $.
    - name: list-all-summary-journal-entries
      description: List all summary journal entries in a journal run
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: v1-summary-journal-entries.getallsummaryjournalentries
      with:
        jr-number: tools.jr-number
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-summary-journal-entry
      description: Retrieve a summary journal entry
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: v1-summary-journal-entries.getsummaryjournalentry
      with:
        je-number: tools.je-number
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-summary-journal-entry
      description: Delete a summary journal entry
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: v1-summary-journal-entries.deletesummaryjournalentry
      with:
        je-number: tools.je-number
      outputParameters:
      - type: object
        mapping: $.
    - name: update-summary-journal-entry
      description: Update a summary journal entry
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: v1-summary-journal-entries.putbasicsummaryjournalentry
      with:
        je-number: tools.je-number
        Request: tools.Request
      outputParameters:
      - type: object
        mapping: $.
    - name: cancel-summary-journal-entry
      description: Cancel a summary journal entry
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: v1-summary-journal-entries.putsummaryjournalentry
      with:
        je-number: tools.je-number
      outputParameters:
      - type: object
        mapping: $.