POST Contacts/Notification?validateOnly={validateOnly}
Add contactNotification
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly |
Validate data, but don't post it |
boolean |
Default value is False |
Body Parameters
EntityNotification data
ContactNotificationDTOName | Description | Type | Additional information |
---|---|---|---|
ContactID |
Contact ID |
integer |
None. |
Type |
Type |
string |
None. |
SubType |
Sub Type |
string |
None. |
Severity |
Severity |
EntityNotificationSeverityType |
None. |
DateUtc |
Date Utc |
date |
None. |
Reason |
Reason |
string |
None. |
Comments |
Comments |
string |
None. |
Props |
Props |
Collection of Object |
None. |
RecordState |
Record State |
ClinicalRecordState |
None. |
CreatedByUserID |
Created By User ID |
integer |
None. |
LastUpdatedByUserID |
Last Updated By User ID |
integer |
None. |
Created |
Created |
AuditDataDTO |
None. |
LastUpdated |
Last Updated |
AuditDataDTO |
None. |
Summary |
Summary |
string |
None. |
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. |