PUT api/unsubscribes/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
UnsubscribeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CreationDate | date |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| PersonId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "5b474ca4-7158-467a-b8a9-02834aeea7f5",
"CreationDate": "2026-01-10T10:24:30.6978329+00:00",
"CompanyId": "ce2f17c9-23d8-4f3a-91cd-42f874310951",
"PersonId": "535a5013-077f-4d4c-afb2-10c0731a59ce"
}
application/xml, text/xml
Sample:
<UnsubscribeDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.EventManagement.Models"> <CompanyId>ce2f17c9-23d8-4f3a-91cd-42f874310951</CompanyId> <CreationDate>2026-01-10T10:24:30.6978329+00:00</CreationDate> <Id>5b474ca4-7158-467a-b8a9-02834aeea7f5</Id> <PersonId>535a5013-077f-4d4c-afb2-10c0731a59ce</PersonId> </UnsubscribeDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.