POST api/PatientManagement/SaveOnboardingForm

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "AppContextId": "8bf9d4bc-2e3e-4e1d-9eb8-3a99fd50aba3",
  "Parameter": {
    "ContentValues": null,
    "ControlsValues": [
      {
        "FormControlValue": {
          "Id": "sample string 1",
          "Type": "sample string 2",
          "ValueWrapper": null
        }
      },
      {
        "FormControlValue": {
          "Id": "sample string 1",
          "Type": "sample string 2",
          "ValueWrapper": null
        }
      },
      {
        "FormControlValue": {
          "Id": "sample string 1",
          "Type": "sample string 2",
          "ValueWrapper": null
        }
      }
    ],
    "IsOnboardingForm": true,
    "FormUniqueId": "b9a56474-dde6-4e08-939c-d49cede8e9d3",
    "UIMode": 0,
    "ContentActionFunction": null,
    "IsBeta": true,
    "PersonId": 5,
    "PatientId": 5,
    "OrganizationUid": "5c4c972a-b3bb-4243-931b-95f56c235f3f",
    "PersonTypes": [
      1,
      1,
      1
    ],
    "OrganizationId": 7,
    "OrganizationName": "sample string 8"
  }
}

application/xml, text/xml

Sample:
<AuthenticatedInputOfPatientFileOnboardingFormSaveModelN1Ow66A0 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.PatientManagement.Models">
    <d2p1:OrganizationId>7</d2p1:OrganizationId>
    <d2p1:OrganizationName>sample string 8</d2p1:OrganizationName>
    <d2p1:OrganizationUid>5c4c972a-b3bb-4243-931b-95f56c235f3f</d2p1:OrganizationUid>
    <d2p1:PatientId>5</d2p1:PatientId>
    <d2p1:PersonId>5</d2p1:PersonId>
    <d2p1:PersonTypes>
      <PersonTypeEnum>Patient</PersonTypeEnum>
      <PersonTypeEnum>Patient</PersonTypeEnum>
      <PersonTypeEnum>Patient</PersonTypeEnum>
    </d2p1:PersonTypes>
    <d2p1:ContentActionFunction xmlns:d3p1="http://schemas.datacontract.org/2004/07/System" i:nil="true" />
    <d2p1:FormUniqueId>b9a56474-dde6-4e08-939c-d49cede8e9d3</d2p1:FormUniqueId>
    <d2p1:IsBeta>true</d2p1:IsBeta>
    <d2p1:UIMode>Display</d2p1:UIMode>
    <d2p1:ContentValues xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Specialized" i:nil="true" />
    <d2p1:ControlsValues xmlns:d3p1="http://schemas.datacontract.org/2004/07/CMT.UP.Web.Content.Models.Controls.Input">
      <d3p1:FormControlValue>
        <d3p1:Id>sample string 1</d3p1:Id>
        <d3p1:Type>sample string 2</d3p1:Type>
        <d3p1:ValueWrapper i:nil="true" />
      </d3p1:FormControlValue>
      <d3p1:FormControlValue>
        <d3p1:Id>sample string 1</d3p1:Id>
        <d3p1:Type>sample string 2</d3p1:Type>
        <d3p1:ValueWrapper i:nil="true" />
      </d3p1:FormControlValue>
      <d3p1:FormControlValue>
        <d3p1:Id>sample string 1</d3p1:Id>
        <d3p1:Type>sample string 2</d3p1:Type>
        <d3p1:ValueWrapper i:nil="true" />
      </d3p1:FormControlValue>
    </d2p1:ControlsValues>
    <d2p1:IsOnboardingForm>true</d2p1:IsOnboardingForm>
  </Parameter>
  <AppContextId>8bf9d4bc-2e3e-4e1d-9eb8-3a99fd50aba3</AppContextId>
</AuthenticatedInputOfPatientFileOnboardingFormSaveModelN1Ow66A0>

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.