POST Subscribe
Request Information
URI Parameters
None.
Body Parameters
SubscribeModelName | 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": "d2829ac4-254a-4b12-8099-482ab2734108", "Detail": "sample string 3", "IsActive": true, "CreatedBy": "cdf3aee0-fc97-49b5-acd8-864f85a9b368", "CreatedDate": "2025-06-14T23:33:13.2694046-07:00", "ModifiedBy": "ea330005-cd8b-4516-8ced-4df5822b51e5", "ModifiedDate": "2025-06-14T23:33:13.2694046-07:00", "DeletedBy": "9b41fa7f-ad69-4f6a-8e49-5a64176e3c4c", "DeletedDate": "2025-06-14T23:33:13.2694046-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">cdf3aee0-fc97-49b5-acd8-864f85a9b368</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-06-14T23:33:13.2694046-07:00</CreatedDate> <DeletedBy xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">9b41fa7f-ad69-4f6a-8e49-5a64176e3c4c</DeletedBy> <DeletedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-06-14T23:33:13.2694046-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">d2829ac4-254a-4b12-8099-482ab2734108</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">ea330005-cd8b-4516-8ced-4df5822b51e5</ModifiedBy> <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/LifeHub.Ubico.Common.Models.Base">2025-06-14T23:33:13.2694046-07:00</ModifiedDate> <EmailAddress>sample string 1</EmailAddress> </SubscribeModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |