GET api/Detail/GetPublications?insolvencyId={insolvencyId}&packageId={packageId}

Liefert eine Liste von Beschlüssen zu einem Insolvenzverfahren zurück.

Request Informationen

URI Parameter

NameBeschreibungTypZusatzinformation
insolvencyId

The insolvency id.

integer

Required

packageId

The package id.

integer

Keine.

Body Parameter

Keine.

Response Informationen

Response Formate

application/json, text/json

Beispiel
{
  "Publications": [
    {
      "PublicationId": 1,
      "PublicationDate": "2025-05-20T10:15:46.5594871+02:00",
      "Content": "Text1"
    },
    {
      "PublicationId": 2,
      "PublicationDate": "2025-05-20T10:15:46.5594871+02:00",
      "Content": "Text2"
    }
  ],
  "Header": null
}

application/xml, text/xml

Beispiel
<GetPublicationsResponse xmlns="http://schemas.datacontract.org/2004/07/Inso.WebAPI.Domain.Models" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Header i:nil="true" />
  <Publications>
    <Publication>
      <Content>Text1</Content>
      <PublicationDate>2025-05-20T10:15:46.5594871+02:00</PublicationDate>
      <PublicationId>1</PublicationId>
    </Publication>
    <Publication>
      <Content>Text2</Content>
      <PublicationDate>2025-05-20T10:15:46.5594871+02:00</PublicationDate>
      <PublicationId>2</PublicationId>
    </Publication>
  </Publications>
</GetPublicationsResponse>

application/octet-stream

Beispiel
<GetPublicationsResponse xmlns="http://schemas.datacontract.org/2004/07/Inso.WebAPI.Domain.Models" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Header i:nil="true"/><Publications><Publication><Content>Text1</Content><PublicationDate>2025-05-20T10:15:46.5594871+02:00</PublicationDate><PublicationId>1</PublicationId></Publication><Publication><Content>Text2</Content><PublicationDate>2025-05-20T10:15:46.5594871+02:00</PublicationDate><PublicationId>2</PublicationId></Publication></Publications></GetPublicationsResponse>
URI parameters
=
Headers | Add header
: Delete
Body
Samples:
Status
Headers
Body