POST api/Watch/Acknowledge?packageId={packageId}

The acknowledge.

Request Informationen

URI Parameter

NameBeschreibungTypZusatzinformation
packageId

The package id.

integer

Keine.

Body Parameter

The request.

AcknowledgeRequest
NameBeschreibungTypZusatzinformation
InsolvencyId

integer

Keine.

Request Formate

application/json, text/json

Beispiel
{
  "InsolvencyId": 1
}

application/x-www-form-urlencoded

Beispiel 1

application/xml, text/xml

Beispiel
<AcknowledgeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <InsolvencyId>1</InsolvencyId>
</AcknowledgeRequest>

application/octet-stream

Beispiel
<AcknowledgeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><InsolvencyId>1</InsolvencyId></AcknowledgeRequest>

Response Informationen

Response Formate

application/json, text/json

Beispiel
{
  "Acknowledge": true,
  "Header": null
}

application/xml, text/xml

Beispiel
<AcknowledgeResponse xmlns="http://schemas.datacontract.org/2004/07/Inso.WebAPI.Domain.Models" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Header i:nil="true" />
  <Acknowledge>true</Acknowledge>
</AcknowledgeResponse>

application/octet-stream

Beispiel
<AcknowledgeResponse xmlns="http://schemas.datacontract.org/2004/07/Inso.WebAPI.Domain.Models" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Header i:nil="true"/><Acknowledge>true</Acknowledge></AcknowledgeResponse>
URI parameters
=
Headers | Add header
: Delete
Body
Samples:
Status
Headers
Body