POST api/ClinicManagement/PostClinicInfo

Posts the clinic information.

Request Information

Parameters

NameDescriptionAdditional information
request
The request.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "AppContextId": "6661cf9c-0d8d-4659-9c21-bcab3fec1595",
  "Parameter": {
    "UsePatientPrefix": true,
    "PatientPrefix": "sample string 2",
    "OrganizationId": 3,
    "OrganizationType": 0,
    "ClinicStatus": 1,
    "HasInterns": false,
    "HasSmsModuleEnabled": true,
    "HasIEVModuleEnabled": true,
    "HasCreditCardModuleEnabled": true,
    "Modules": [
      {
        "ModuleId": 1,
        "Name": "sample string 2",
        "Active": true,
        "Timestamp": "2025-05-30 15:48"
      },
      {
        "ModuleId": 1,
        "Name": "sample string 2",
        "Active": true,
        "Timestamp": "2025-05-30 15:48"
      },
      {
        "ModuleId": 1,
        "Name": "sample string 2",
        "Active": true,
        "Timestamp": "2025-05-30 15:48"
      }
    ],
    "SubscriptionStartDate": "2025-05-30 15:48",
    "NoOfPaidPractitionerAccounts": 1,
    "NoOfPaidStaffAccounts": 1,
    "NoOfPaidInternAccounts": 1,
    "OrganizationName": "sample string 7",
    "Timezone": "00:00:00.1234567",
    "IsSoloClinic": false,
    "IsNegativeTimezone": true,
    "TimezoneValue": "00:00:00",
    "LicenseNo1": "sample string 8",
    "UseNccaom": true,
    "LicenseNo2": "sample string 10",
    "LicenseNo3": "sample string 11",
    "LicenseNo4": "sample string 12",
    "LicenseNo5": "sample string 13",
    "ProfileImage": "sample string 14",
    "ProfileImageFile": null,
    "TaxIdNo": "sample string 15",
    "Settings": "sample string 16",
    "ProviderName": "sample string 17",
    "FacilityNpiNo": "sample string 18",
    "UniqueId": "8c12e5ba-0ada-47fb-be1e-7e7078e60f2d",
    "PrimaryContactPersonId": 1,
    "Subdomain": "sample string 20",
    "PricingPlan": 1,
    "HelioClinicId": 1
  }
}

application/xml, text/xml

Sample:
<AuthenticatedInputOfClinicInfoxuv6Fhnt 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.Web.Models">
    <d2p1:ClinicStatus>Active</d2p1:ClinicStatus>
    <d2p1:FacilityNpiNo>sample string 18</d2p1:FacilityNpiNo>
    <d2p1:HasCreditCardModuleEnabled>true</d2p1:HasCreditCardModuleEnabled>
    <d2p1:HasIEVModuleEnabled>true</d2p1:HasIEVModuleEnabled>
    <d2p1:HasSmsModuleEnabled>true</d2p1:HasSmsModuleEnabled>
    <d2p1:HelioClinicId>1</d2p1:HelioClinicId>
    <d2p1:IsNegativeTimezone>true</d2p1:IsNegativeTimezone>
    <d2p1:LicenseNo1>sample string 8</d2p1:LicenseNo1>
    <d2p1:LicenseNo2>sample string 10</d2p1:LicenseNo2>
    <d2p1:LicenseNo3>sample string 11</d2p1:LicenseNo3>
    <d2p1:LicenseNo4>sample string 12</d2p1:LicenseNo4>
    <d2p1:LicenseNo5>sample string 13</d2p1:LicenseNo5>
    <d2p1:Modules xmlns:d3p1="http://schemas.datacontract.org/2004/07/CMT.UP.Model.Settings">
      <d3p1:OrganizationModuleModel>
        <d3p1:Active>true</d3p1:Active>
        <d3p1:ModuleId>1</d3p1:ModuleId>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:Timestamp>2025-05-30T15:48:54.66247+00:00</d3p1:Timestamp>
      </d3p1:OrganizationModuleModel>
      <d3p1:OrganizationModuleModel>
        <d3p1:Active>true</d3p1:Active>
        <d3p1:ModuleId>1</d3p1:ModuleId>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:Timestamp>2025-05-30T15:48:54.66247+00:00</d3p1:Timestamp>
      </d3p1:OrganizationModuleModel>
      <d3p1:OrganizationModuleModel>
        <d3p1:Active>true</d3p1:Active>
        <d3p1:ModuleId>1</d3p1:ModuleId>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:Timestamp>2025-05-30T15:48:54.66247+00:00</d3p1:Timestamp>
      </d3p1:OrganizationModuleModel>
    </d2p1:Modules>
    <d2p1:NoOfPaidInternAccounts>1</d2p1:NoOfPaidInternAccounts>
    <d2p1:NoOfPaidPractitionerAccounts>1</d2p1:NoOfPaidPractitionerAccounts>
    <d2p1:NoOfPaidStaffAccounts>1</d2p1:NoOfPaidStaffAccounts>
    <d2p1:OrganizationId>3</d2p1:OrganizationId>
    <d2p1:OrganizationName>sample string 7</d2p1:OrganizationName>
    <d2p1:OrganizationType>NotSpecified</d2p1:OrganizationType>
    <d2p1:PatientPrefix>sample string 2</d2p1:PatientPrefix>
    <d2p1:PricingPlan>EnhancedStarter</d2p1:PricingPlan>
    <d2p1:PrimaryContactPersonId>1</d2p1:PrimaryContactPersonId>
    <d2p1:ProfileImage>sample string 14</d2p1:ProfileImage>
    <d2p1:ProfileImageFile xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Web" i:nil="true" />
    <d2p1:ProviderName>sample string 17</d2p1:ProviderName>
    <d2p1:Settings>sample string 16</d2p1:Settings>
    <d2p1:Subdomain>sample string 20</d2p1:Subdomain>
    <d2p1:SubscriptionStartDate>2025-05-30T15:48:54.66247+00:00</d2p1:SubscriptionStartDate>
    <d2p1:TaxIdNo>sample string 15</d2p1:TaxIdNo>
    <d2p1:Timezone>PT0.1234567S</d2p1:Timezone>
    <d2p1:TimezoneValue>PT0S</d2p1:TimezoneValue>
    <d2p1:UniqueId>8c12e5ba-0ada-47fb-be1e-7e7078e60f2d</d2p1:UniqueId>
    <d2p1:UseNccaom>true</d2p1:UseNccaom>
    <d2p1:UsePatientPrefix>true</d2p1:UsePatientPrefix>
  </Parameter>
  <AppContextId>6661cf9c-0d8d-4659-9c21-bcab3fec1595</AppContextId>
</AuthenticatedInputOfClinicInfoxuv6Fhnt>

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.