DELETE api/Watch/RemoveFromWatchList?insolvencyId={insolvencyId}&packageId={packageId}
Entfernt ein einzelnes Verfahren aus der Überwachungsliste.
Request Informationen
URI Parameter
| Name | Beschreibung | Typ | Zusatzinformation |
|---|---|---|---|
| insolvencyId |
The insolvency id. |
integer |
Required |
| packageId |
The package id. |
integer |
Keine. |
Body Parameter
Keine.
Response Informationen
Response Formate
application/json, text/json
Beispiel
{
"Removed": true,
"WatchListLeft": 10,
"Header": null
}
application/xml, text/xml
Beispiel
<RemoveFromWatchListResponse xmlns="http://schemas.datacontract.org/2004/07/Inso.WebAPI.Domain.Models" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Header i:nil="true" /> <Removed>true</Removed> <WatchListLeft>10</WatchListLeft> </RemoveFromWatchListResponse>
application/octet-stream
Beispiel
<RemoveFromWatchListResponse xmlns="http://schemas.datacontract.org/2004/07/Inso.WebAPI.Domain.Models" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Header i:nil="true"/><Removed>true</Removed><WatchListLeft>10</WatchListLeft></RemoveFromWatchListResponse>