POST Subscribe
Request Information
URI Parameters
None.
Body Parameters
SubscribeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EmailAddress | string |
Required |
|
| Id | globally unique identifier |
None. |
|
| Detail | string |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedBy | globally unique identifier |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedBy | globally unique identifier |
None. |
|
| ModifiedDate | date |
None. |
|
| DeletedBy | globally unique identifier |
None. |
|
| DeletedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmailAddress": "sample string 1",
"Id": "c0f87b0a-df5f-4ece-97e5-ec840e6b3a04",
"Detail": "sample string 3",
"IsActive": true,
"CreatedBy": "a6d4a2eb-4556-4fe5-a028-b98b95515bb1",
"CreatedDate": "2025-12-11T00:38:59.1764112-08:00",
"ModifiedBy": "f928942a-1772-4e9e-b7d0-4e56dfb42b2d",
"ModifiedDate": "2025-12-11T00:38:59.1764112-08:00",
"DeletedBy": "0ddb0ff9-d6e2-462c-a56d-05f906cf26a9",
"DeletedDate": "2025-12-11T00:38:59.1764112-08:00"
}
application/xml, text/xml
Sample:
<SubscribeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Subscription"> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">a6d4a2eb-4556-4fe5-a028-b98b95515bb1</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-12-11T00:38:59.1764112-08:00</CreatedDate> <DeletedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">0ddb0ff9-d6e2-462c-a56d-05f906cf26a9</DeletedBy> <DeletedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-12-11T00:38:59.1764112-08:00</DeletedDate> <Detail xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">sample string 3</Detail> <Id xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">c0f87b0a-df5f-4ece-97e5-ec840e6b3a04</Id> <IsActive xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">true</IsActive> <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">f928942a-1772-4e9e-b7d0-4e56dfb42b2d</ModifiedBy> <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-12-11T00:38:59.1764112-08:00</ModifiedDate> <EmailAddress>sample string 1</EmailAddress> </SubscribeModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |