PUT Contacts/Notification/{contactID}/{type}?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
contactID | integer |
Required |
|
type | string |
Required |
|
validateOnly | boolean |
Default value is False |
Body Parameters
ContactNotificationDTOName | Description | Type | Additional information |
---|---|---|---|
ContactID | integer |
None. |
|
Type | string |
None. |
|
SubType | string |
None. |
|
Severity | EntityNotificationSeverityType |
None. |
|
DateUtc | date |
None. |
|
Reason | string |
None. |
|
Comments | string |
None. |
|
Props | Collection of Object |
None. |
|
RecordState | ClinicalRecordState |
None. |
|
CreatedByUserID | integer |
None. |
|
LastUpdatedByUserID | integer |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
Summary | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "contactID": 1, "type": "sample string 2", "subType": "sample string 3", "severity": 2, "dateUtc": "2024-12-04T08:08:34.6528686+00:00", "reason": "sample string 5", "comments": "sample string 6", "recordState": 1, "createdByUserID": 7, "lastUpdatedByUserID": 8, "created": { "dateUtc": "2024-12-04T08:08:34.6684869+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:08:34 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:08:34.6684869+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:08:34 AM" }, "summary": "ContactNotificationDTO" }
application/xml, text/xml
Sample:
<ContactNotificationDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <Comments>sample string 6</Comments> <ContactID>1</ContactID> <Created> <DateUtc>2024-12-04T08:08:34.6684869+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <CreatedByUserID>7</CreatedByUserID> <DateUtc>2024-12-04T08:08:34.6528686+00:00</DateUtc> <LastUpdated> <DateUtc>2024-12-04T08:08:34.6684869+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <LastUpdatedByUserID>8</LastUpdatedByUserID> <Props xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" i:nil="true" /> <Reason>sample string 5</Reason> <RecordState>Active</RecordState> <Severity>Information</Severity> <SubType>sample string 3</SubType> <Type>sample string 2</Type> </ContactNotificationDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� ͒�N!�_��խe)E����zp��ECR`S�M�'��#� ���4��j�������L� ޮ@���[P���7�dL.<��c�5�b�����h[4��Q�g5�Q�P��[�s�dRHqF���X��9�I�H&zo�(>S���ف۔ ����f��Y.*��mߝ��c-��_�Br).��ے����y��0�H�fs>[��lru�����m����uD��Fê������3
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. |