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": "625e17c6-7e44-4d75-905b-62f19b5b16e3",
"Detail": "sample string 3",
"IsActive": true,
"CreatedBy": "cc671417-3ceb-4794-85ef-f7d46695b09e",
"CreatedDate": "2026-09-04T01:16:50.4660391-07:00",
"ModifiedBy": "f3ab2286-a80e-4e18-a2d5-d79570bccca1",
"ModifiedDate": "2026-09-04T01:16:50.4660391-07:00",
"DeletedBy": "b0b82450-e3e3-4cd5-94b6-f1886f3bb147",
"DeletedDate": "2026-09-04T01:16:50.4660391-07: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">cc671417-3ceb-4794-85ef-f7d46695b09e</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2026-09-04T01:16:50.4660391-07:00</CreatedDate> <DeletedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">b0b82450-e3e3-4cd5-94b6-f1886f3bb147</DeletedBy> <DeletedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2026-09-04T01:16:50.4660391-07: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">625e17c6-7e44-4d75-905b-62f19b5b16e3</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">f3ab2286-a80e-4e18-a2d5-d79570bccca1</ModifiedBy> <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2026-09-04T01:16:50.4660391-07: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. |