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": "3a4c8165-aa69-4d07-810a-33472d608aff",
"CreationDate": "2025-12-11T00:41:53.4736595+00:00",
"CompanyId": "1a3a8ef6-e288-47fb-8fbb-aed39439fdd2",
"PersonId": "b41fc1ea-9f6b-4557-8516-f33301395951"
}
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>1a3a8ef6-e288-47fb-8fbb-aed39439fdd2</CompanyId> <CreationDate>2025-12-11T00:41:53.4736595+00:00</CreationDate> <Id>3a4c8165-aa69-4d07-810a-33472d608aff</Id> <PersonId>b41fc1ea-9f6b-4557-8516-f33301395951</PersonId> </UnsubscribeDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.