POST api/Intake/CopyChart

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
req
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "AppContextId": "bba12e35-e199-47ea-a3bd-40a96b403cf0",
  "Parameter": {
    "CopyFromIntakeId": 1,
    "CopyToCalendarAppointmentId": 2,
    "CopyToIntakeId": 3,
    "Sections": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "Levels": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "CopyCpts": true,
    "CopyIcds": true
  }
}

application/xml, text/xml

Sample:
<AuthenticatedInputOfCopyIntakeChartModelFsQZum3F xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMT.UP">
  <Parameter xmlns:d2p1="http://schemas.datacontract.org/2004/07/CMT.UP.EHR.Entities.Intake">
    <d2p1:CopyCpts>true</d2p1:CopyCpts>
    <d2p1:CopyFromIntakeId>1</d2p1:CopyFromIntakeId>
    <d2p1:CopyIcds>true</d2p1:CopyIcds>
    <d2p1:CopyToCalendarAppointmentId>2</d2p1:CopyToCalendarAppointmentId>
    <d2p1:CopyToIntakeId>3</d2p1:CopyToIntakeId>
    <d2p1:Levels xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
      <d3p1:string>sample string 3</d3p1:string>
    </d2p1:Levels>
    <d2p1:Sections xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
      <d3p1:string>sample string 3</d3p1:string>
    </d2p1:Sections>
  </Parameter>
  <AppContextId>bba12e35-e199-47ea-a3bd-40a96b403cf0</AppContextId>
</AuthenticatedInputOfCopyIntakeChartModelFsQZum3F>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.