PUT Clients/Notification/{clientID}/{type}?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientID | integer |
Required |
|
type | string |
Required |
|
validateOnly | boolean |
Default value is False |
Body Parameters
ClientNotificationDTOName | Description | Type | Additional information |
---|---|---|---|
ClientID | 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:
{ "clientID": 1, "type": "sample string 2", "subType": "sample string 3", "severity": 2, "dateUtc": "2024-12-04T08:03:13.9145543+00:00", "reason": "sample string 5", "comments": "sample string 6", "recordState": 1, "createdByUserID": 7, "lastUpdatedByUserID": 8, "created": { "dateUtc": "2024-12-04T08:03:13.9145543+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:03:13 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:03:13.9145543+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:03:13 AM" }, "summary": "ClientNotificationDTO" }
application/xml, text/xml
Sample:
<ClientNotificationDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <ClientID>1</ClientID> <Comments>sample string 6</Comments> <Created> <DateUtc>2024-12-04T08:03:13.9145543+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <CreatedByUserID>7</CreatedByUserID> <DateUtc>2024-12-04T08:03:13.9145543+00:00</DateUtc> <LastUpdated> <DateUtc>2024-12-04T08:03:13.9145543+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> </ClientNotificationDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� ͒1N�0��b���ڎ�[K�@r �d)�#�)�z2��p"�C7V���g�o�Н5� Y8�$$��ΐ���¡���c��̫����V�iP�AN�X0����+IK���&�J��JJs4����V��\K3x5�t��#�e���Eh���$ǻ\Щ�Mߞ���gAΔ�玝r=�s*sF�'�/�r\A�����'��A�'t;}�]@�l�B��~��'yVf�1
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. |