PUT Notes/File/{noteFileID}?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
noteFileID | integer |
Required |
|
validateOnly | boolean |
Default value is False |
Body Parameters
NoteFileDTOName | Description | Type | Additional information |
---|---|---|---|
NoteFileID | integer |
None. |
|
NoteFileKey | string |
None. |
|
NoteID | integer |
None. |
|
NoteTypeID | integer |
None. |
|
FileTypeID | integer |
None. |
|
FileTypeName | string |
None. |
|
BinaryID | integer |
None. |
|
Description | string |
None. |
|
FileName | string |
None. |
|
FileExtension | string |
None. |
|
FileSize | integer |
None. |
|
FileDateUtc | date |
None. |
|
Props | Collection of Object |
None. |
|
Comments | string |
None. |
|
Data | string |
None. |
|
DataCompressionType | CompressionType |
None. |
|
DataProps | 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:
{ "noteFileID": 1, "noteFileKey": "sample string 2", "noteID": 3, "noteTypeID": 4, "fileTypeID": 5, "fileTypeName": "sample string 6", "binaryID": 7, "description": "sample string 8", "fileName": "sample string 9", "fileExtension": "sample string 10", "fileSize": 11, "fileDateUtc": "2024-12-04T07:44:23.1710945+00:00", "comments": "sample string 13", "dataCompressionType": 1, "dataProps": [], "recordState": 1, "createdByUserID": 15, "lastUpdatedByUserID": 16, "created": { "dateUtc": "2024-12-04T07:44:23.5436416+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:44:23 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T07:44:23.5436416+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:44:23 AM" }, "summary": "sample string 9" }
application/xml, text/xml
Sample:
<NoteFileDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <BinaryID>7</BinaryID> <Comments>sample string 13</Comments> <Created> <DateUtc>2024-12-04T07:44:23.5436416+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <CreatedByUserID>15</CreatedByUserID> <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.IO" i:nil="true" /> <DataAsString i:nil="true" /> <DataCompressionType>None</DataCompressionType> <DataProps xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" /> <Description>sample string 8</Description> <FileDateUtc>2024-12-04T07:44:23.1710945+00:00</FileDateUtc> <FileExtension>sample string 10</FileExtension> <FileName>sample string 9</FileName> <FileSize>11</FileSize> <FileTypeID>5</FileTypeID> <FileTypeName>sample string 6</FileTypeName> <LastUpdated> <DateUtc>2024-12-04T07:44:23.5436416+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <LastUpdatedByUserID>16</LastUpdatedByUserID> <NoteFileID>1</NoteFileID> <NoteFileKey>sample string 2</NoteFileKey> <NoteID>3</NoteID> <NoteTypeID>4</NoteTypeID> <Props xmlns:d2p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" i:nil="true" /> <RecordState>Active</RecordState> </NoteFileDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� �Q�N�0�ҭ��Ba��&�hLfXM\T�ڒ�����2~��`�Qе����=�}}�#! \V5\�PF�^C�2�oj�Q�x���N��M�t���Ѻ>a�o�IRl�*�T�ԉ�JЅ�SI1��>m6)ȋgB�� $���� �ъ�Ma��L78�(͂�$�4:�8��_H�A=M-[2��%ohW�=�[���S�����R�kc'wt��˳6נ��۽�L��)�F�����=�aLI<v�ِ�ݹ��;��7L9O �K�t#�!�;�A�o�C��L):| !)M��
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. |