POST api/Content/OnboardingForm
Called when the [form] is saved.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | The request. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"AppContextId": "f4e930ac-90c9-490b-8e7d-289f65f9fe03",
"Parameter": {
"UniqueId": "4af9771a-820c-4cd0-92b0-f11b26fd7325",
"Token": "sample string 2",
"PostData": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4",
"sample string 5": "sample string 6"
}
}
}
application/xml, text/xml
Sample:
<AuthenticatedInputOfOnboardingFormDatamUDg3lAR 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.Scheduling.Models">
<d2p1:PostData xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringstring>
<d3p1:Key>sample string 1</d3p1:Key>
<d3p1:Value>sample string 2</d3p1:Value>
</d3p1:KeyValueOfstringstring>
<d3p1:KeyValueOfstringstring>
<d3p1:Key>sample string 3</d3p1:Key>
<d3p1:Value>sample string 4</d3p1:Value>
</d3p1:KeyValueOfstringstring>
<d3p1:KeyValueOfstringstring>
<d3p1:Key>sample string 5</d3p1:Key>
<d3p1:Value>sample string 6</d3p1:Value>
</d3p1:KeyValueOfstringstring>
</d2p1:PostData>
<d2p1:Token>sample string 2</d2p1:Token>
<d2p1:UniqueId>4af9771a-820c-4cd0-92b0-f11b26fd7325</d2p1:UniqueId>
</Parameter>
<AppContextId>f4e930ac-90c9-490b-8e7d-289f65f9fe03</AppContextId>
</AuthenticatedInputOfOnboardingFormDatamUDg3lAR>
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.