Unified.to · Capability

Unified.to API — creditmemo

Unified.to API — creditmemo. 6 operations. Lead operation: List all creditmemoes. Self-contained Naftiko capability covering one Unified To business surface.

Run with Naftiko Unified Tocreditmemo

What You Can Do

GET
Listaccountingcreditmemoes — List all creditmemoes
/v1/accounting/{connection-id}/creditmemo
POST
Createaccountingcreditmemo — Create a creditmemo
/v1/accounting/{connection-id}/creditmemo
DELETE
Removeaccountingcreditmemo — Remove a creditmemo
/v1/accounting/{connection-id}/creditmemo/{id}
GET
Getaccountingcreditmemo — Retrieve a creditmemo
/v1/accounting/{connection-id}/creditmemo/{id}
PATCH
Patchaccountingcreditmemo — Update a creditmemo
/v1/accounting/{connection-id}/creditmemo/{id}
PUT
Updateaccountingcreditmemo — Update a creditmemo
/v1/accounting/{connection-id}/creditmemo/{id}

MCP Tools

list-all-creditmemoes

List all creditmemoes

read-only idempotent
create-creditmemo

Create a creditmemo

remove-creditmemo

Remove a creditmemo

idempotent
retrieve-creditmemo

Retrieve a creditmemo

read-only idempotent
update-creditmemo

Update a creditmemo

idempotent
update-creditmemo-2

Update a creditmemo

idempotent

Capability Spec

accounting-creditmemo.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Unified.to  API — creditmemo
  description: 'Unified.to  API — creditmemo. 6 operations. Lead operation: List all creditmemoes. Self-contained Naftiko
    capability covering one Unified To business surface.'
  tags:
  - Unified To
  - creditmemo
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    UNIFIED_TO_API_KEY: UNIFIED_TO_API_KEY
capability:
  consumes:
  - type: http
    namespace: accounting-creditmemo
    baseUri: https://api.unified.to
    description: Unified.to  API — creditmemo business capability. Self-contained, no shared references.
    resources:
    - name: accounting-connection_id-creditmemo
      path: /accounting/{connection_id}/creditmemo
      operations:
      - name: listaccountingcreditmemoes
        method: GET
        description: List all creditmemoes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: number
        - name: offset
          in: query
          type: number
        - name: updated_gte
          in: query
          type: string
          description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ
            format)
        - name: sort
          in: query
          type: string
        - name: order
          in: query
          type: string
        - name: query
          in: query
          type: string
          description: Query string to search. eg. email address or name
        - name: contact_id
          in: query
          type: string
          description: The contact ID to filter by (reference to AccountingContact)
        - name: org_id
          in: query
          type: string
          description: The org ID to filter by (reference to AccountingOrganization)
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
      - name: createaccountingcreditmemo
        method: POST
        description: Create a creditmemo
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounting-connection_id-creditmemo-id
      path: /accounting/{connection_id}/creditmemo/{id}
      operations:
      - name: removeaccountingcreditmemo
        method: DELETE
        description: Remove a creditmemo
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Creditmemo
          required: true
      - name: getaccountingcreditmemo
        method: GET
        description: Retrieve a creditmemo
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Creditmemo
          required: true
      - name: patchaccountingcreditmemo
        method: PATCH
        description: Update a creditmemo
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Creditmemo
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updateaccountingcreditmemo
        method: PUT
        description: Update a creditmemo
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Creditmemo
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: authorization
      value: '{{env.UNIFIED_TO_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: accounting-creditmemo-rest
    port: 8080
    description: REST adapter for Unified.to  API — creditmemo. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/accounting/{connection-id}/creditmemo
      name: accounting-connection-id-creditmemo
      description: REST surface for accounting-connection_id-creditmemo.
      operations:
      - method: GET
        name: listaccountingcreditmemoes
        description: List all creditmemoes
        call: accounting-creditmemo.listaccountingcreditmemoes
        with:
          limit: rest.limit
          offset: rest.offset
          updated_gte: rest.updated_gte
          sort: rest.sort
          order: rest.order
          query: rest.query
          contact_id: rest.contact_id
          org_id: rest.org_id
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createaccountingcreditmemo
        description: Create a creditmemo
        call: accounting-creditmemo.createaccountingcreditmemo
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounting/{connection-id}/creditmemo/{id}
      name: accounting-connection-id-creditmemo-id
      description: REST surface for accounting-connection_id-creditmemo-id.
      operations:
      - method: DELETE
        name: removeaccountingcreditmemo
        description: Remove a creditmemo
        call: accounting-creditmemo.removeaccountingcreditmemo
        with:
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getaccountingcreditmemo
        description: Retrieve a creditmemo
        call: accounting-creditmemo.getaccountingcreditmemo
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchaccountingcreditmemo
        description: Update a creditmemo
        call: accounting-creditmemo.patchaccountingcreditmemo
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateaccountingcreditmemo
        description: Update a creditmemo
        call: accounting-creditmemo.updateaccountingcreditmemo
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: accounting-creditmemo-mcp
    port: 9090
    transport: http
    description: MCP adapter for Unified.to  API — creditmemo. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-all-creditmemoes
      description: List all creditmemoes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: accounting-creditmemo.listaccountingcreditmemoes
      with:
        limit: tools.limit
        offset: tools.offset
        updated_gte: tools.updated_gte
        sort: tools.sort
        order: tools.order
        query: tools.query
        contact_id: tools.contact_id
        org_id: tools.org_id
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
      outputParameters:
      - type: object
        mapping: $.
    - name: create-creditmemo
      description: Create a creditmemo
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: accounting-creditmemo.createaccountingcreditmemo
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: remove-creditmemo
      description: Remove a creditmemo
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: accounting-creditmemo.removeaccountingcreditmemo
      with:
        connection_id: tools.connection_id
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-creditmemo
      description: Retrieve a creditmemo
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: accounting-creditmemo.getaccountingcreditmemo
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: update-creditmemo
      description: Update a creditmemo
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: accounting-creditmemo.patchaccountingcreditmemo
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: update-creditmemo-2
      description: Update a creditmemo
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: accounting-creditmemo.updateaccountingcreditmemo
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.