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": "8fdb85da-b1b7-4048-8b3f-38dad529491c",
"Detail": "sample string 3",
"IsActive": true,
"CreatedBy": "bc20a813-cfc2-4d1c-9525-cda5b2474767",
"CreatedDate": "2026-08-05T17:49:07.4226157-07:00",
"ModifiedBy": "762bcd79-5521-452a-9607-b485cb5e98b8",
"ModifiedDate": "2026-08-05T17:49:07.4226157-07:00",
"DeletedBy": "ccbdd173-dfee-4f5d-a502-795f8b80f827",
"DeletedDate": "2026-08-05T17:49:07.4226157-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">bc20a813-cfc2-4d1c-9525-cda5b2474767</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2026-08-05T17:49:07.4226157-07:00</CreatedDate> <DeletedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">ccbdd173-dfee-4f5d-a502-795f8b80f827</DeletedBy> <DeletedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2026-08-05T17:49:07.4226157-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">8fdb85da-b1b7-4048-8b3f-38dad529491c</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">762bcd79-5521-452a-9607-b485cb5e98b8</ModifiedBy> <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2026-08-05T17:49:07.4226157-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. |