POST api/Content/OnboardingForm

Called when the [form] is saved.

Request Information

Parameters

NameDescriptionAdditional information
request
The request.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "AppContextId": "493b7f10-49e3-46f2-9f73-3ec501a827b2",
  "Parameter": {
    "UniqueId": "42885c9a-8456-407c-a094-57696403128d",
    "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>42885c9a-8456-407c-a094-57696403128d</d2p1:UniqueId>
  </Parameter>
  <AppContextId>493b7f10-49e3-46f2-9f73-3ec501a827b2</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.