POST api/PatientManagement/SaveOnboardingForm
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"AppContextId": "4f57b2ae-5551-43ae-abee-7a5b6b0e8a21",
"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": "9875af01-e8a8-43c8-8fac-84fba6d50712",
"UIMode": 0,
"ContentActionFunction": null,
"IsBeta": true,
"PersonId": 5,
"PatientId": 5,
"OrganizationUid": "b474c4f5-1368-4cb5-bdb8-e1e34dbcd40e",
"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>b474c4f5-1368-4cb5-bdb8-e1e34dbcd40e</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>9875af01-e8a8-43c8-8fac-84fba6d50712</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>4f57b2ae-5551-43ae-abee-7a5b6b0e8a21</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.