POST api/Alert/Acknowledge?packageId={packageId}
The acknowledge.
Request Informationen
URI Parameter
| Name | Beschreibung | Typ | Zusatzinformation |
|---|---|---|---|
| packageId |
The package id. |
integer |
Keine. |
Body Parameter
The request.
AcknowledgeRequest| Name | Beschreibung | Typ | Zusatzinformation |
|---|---|---|---|
| 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>