POST api/Intake/IntakeSignAndClose

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": "eb027e18-d234-4015-8b3a-b31d57a6b4e6",
  "Parameter": {
    "IntakeId": 1,
    "ReviewAction": 1,
    "ContextId": "58fb04e3-5904-461c-9fbd-05e08e29a510",
    "PersonTypes": [
      1,
      1,
      1
    ],
    "OrganizationId": 3,
    "PractitionerId": 4,
    "OrganizationName": "sample string 5",
    "PersonId": 6,
    "BypassFullscriptValidation": true,
    "BypassHelioscriptValidation": true,
    "CalendarAppointmentId": 9,
    "AppointmentDate": "2025-05-30 20:21"
  }
}

application/xml, text/xml

Sample:
<AuthenticatedInputOfIntakeRequestModelFsQZum3F 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:AppointmentDate>2025-05-30T20:21:45.3144655+00:00</d2p1:AppointmentDate>
    <d2p1:BypassFullscriptValidation>true</d2p1:BypassFullscriptValidation>
    <d2p1:BypassHelioscriptValidation>true</d2p1:BypassHelioscriptValidation>
    <d2p1:CalendarAppointmentId>9</d2p1:CalendarAppointmentId>
    <d2p1:ContextId>58fb04e3-5904-461c-9fbd-05e08e29a510</d2p1:ContextId>
    <d2p1:IntakeId>1</d2p1:IntakeId>
    <d2p1:OrganizationId>3</d2p1:OrganizationId>
    <d2p1:OrganizationName>sample string 5</d2p1:OrganizationName>
    <d2p1:PersonId>6</d2p1:PersonId>
    <d2p1:PersonTypes>
      <PersonTypeEnum>Patient</PersonTypeEnum>
      <PersonTypeEnum>Patient</PersonTypeEnum>
      <PersonTypeEnum>Patient</PersonTypeEnum>
    </d2p1:PersonTypes>
    <d2p1:PractitionerId>4</d2p1:PractitionerId>
    <d2p1:ReviewAction>SubmittedForReview</d2p1:ReviewAction>
  </Parameter>
  <AppContextId>eb027e18-d234-4015-8b3a-b31d57a6b4e6</AppContextId>
</AuthenticatedInputOfIntakeRequestModelFsQZum3F>

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.