---
title: "Check if an invoice is already partially paid"
method: GET
path: "/Invoice/{invoiceId}/getIsPartiallyPaid"
tags: ["Invoice"]
---

# Check if an invoice is already partially paid

`GET /Invoice/{invoiceId}/getIsPartiallyPaid`

Returns 'true' if the given invoice is partially paid - 'false' if it is not.
    Invoices which are completely paid are regarded as not partially paid.

## Path parameters

- `invoiceId` integer, required

## Response `200`

Successful operation

- object
  - `objects` boolean

## Other responses

- `400` — Bad Request
- `401` — Authentication required
- `500` — Server Error

---

[API](https://skmtc.net/sevdesk/apis/sevdesk-api.md) · [All operations](https://skmtc.net/sevdesk/apis/sevdesk-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sevdesk/sevdesk-api/revisions/a32cec0fecea/schema)
