POST Notes/Detail?validateOnly={validateOnly}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
validateOnly

boolean

Default value is False

Body Parameters

NoteDetailDTO
NameDescriptionTypeAdditional information
NoteDetailID

integer

None.

NoteID

integer

None.

NoteTypeID

integer

None.

NoteDetailDateUtc

date

None.

NoteDetailContents

string

None.

NoteDetailCustomStatus

string

None.

RecordState

ClinicalRecordState

None.

CreatedByUserID

integer

None.

LastUpdatedByUserID

integer

None.

Created

AuditDataDTO

None.

LastUpdated

AuditDataDTO

None.

Request Formats

application/json, text/json

Sample:
{
  "noteDetailID": 1,
  "noteID": 2,
  "noteTypeID": 3,
  "noteDetailDateUtc": "2024-12-04T08:12:54.256714+00:00",
  "noteDetailContents": "sample string 5",
  "noteDetailCustomStatus": "sample string 6",
  "recordState": 1,
  "createdByUserID": 7,
  "lastUpdatedByUserID": 8,
  "created": {
    "dateUtc": "2024-12-04T08:12:54.256714+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 8:12:54 AM"
  },
  "lastUpdated": {
    "dateUtc": "2024-12-04T08:12:54.256714+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 8:12:54 AM"
  }
}

application/xml, text/xml

Sample:
<NoteDetailDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models">
  <Created>
    <DateUtc>2024-12-04T08:12:54.256714+00:00</DateUtc>
    <UserName>sample string 2</UserName>
  </Created>
  <CreatedByUserID>7</CreatedByUserID>
  <LastUpdated>
    <DateUtc>2024-12-04T08:12:54.256714+00:00</DateUtc>
    <UserName>sample string 2</UserName>
  </LastUpdated>
  <LastUpdatedByUserID>8</LastUpdatedByUserID>
  <NoteDetailContents>sample string 5</NoteDetailContents>
  <NoteDetailCustomStatus>sample string 6</NoteDetailCustomStatus>
  <NoteDetailDateUtc>2024-12-04T08:12:54.256714+00:00</NoteDetailDateUtc>
  <NoteDetailID>1</NoteDetailID>
  <NoteID>2</NoteID>
  <NoteTypeID>3</NoteTypeID>
  <RecordState>Active</RecordState>
</NoteDetailDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/x-compressed-json

Sample:
�ŏ�n�0�_ź����F��CYJ�JN)�#�2D�'��G�+�UE������ww���/�<a�d��{Zdca��7�v|�dwhaK�@��R-�\ru�;-���J曭P�5�p?�����梱m�,R8�˧X��O2���MBV>���r0���/#�Av�Ac"�m=���Y���E�V�ř�L��YkB?�1k�.���l�׉��m�7C"

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.