PUT api/unsubscribes/{id}
Updates the given .
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": "c87c9301-11bd-49c6-93c0-87dcb2976157",
"CreationDate": "2026-01-09T14:10:51.3455845+00:00",
"CompanyId": "a17acea6-5d44-4385-a227-80d71c0ffd73",
"PersonId": "86daa34a-2a4c-4566-8307-adcf3b279b4c"
}
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>a17acea6-5d44-4385-a227-80d71c0ffd73</CompanyId> <CreationDate>2026-01-09T14:10:51.3455845+00:00</CreationDate> <Id>c87c9301-11bd-49c6-93c0-87dcb2976157</Id> <PersonId>86daa34a-2a4c-4566-8307-adcf3b279b4c</PersonId> </UnsubscribeDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.