POST api/unsubscribes

Creates the given .

Request Information

URI Parameters

None.

Body Parameters

UnsubscribeDto
NameDescriptionTypeAdditional 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": "06fae476-95d2-4b97-a946-73bc79db2e19",
  "CreationDate": "2025-12-11T00:41:45.5010767+00:00",
  "CompanyId": "ecc70843-e834-41e2-969b-108c6f3e2f8c",
  "PersonId": "feb9e093-ce69-4702-b9db-23f42c73354f"
}

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>ecc70843-e834-41e2-969b-108c6f3e2f8c</CompanyId>
  <CreationDate>2025-12-11T00:41:45.5010767+00:00</CreationDate>
  <Id>06fae476-95d2-4b97-a946-73bc79db2e19</Id>
  <PersonId>feb9e093-ce69-4702-b9db-23f42c73354f</PersonId>
</UnsubscribeDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.