POST api/PatientManagement/SaveInsuranceBasicVerification

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": "a52b8e03-7de7-41e1-be1a-76717669603d",
  "Parameter": {
    "PatientId": 1,
    "Priority": 2,
    "InsuranceId": 1,
    "InsuranceCompanyName": "sample string 3",
    "PlanType": "sample string 4",
    "InsuranceCardID": "sample string 5",
    "GroupNumber": "sample string 6",
    "InsuranceProviderPhone": "sample string 7",
    "ClaimAddress": "sample string 8",
    "City": "sample string 9",
    "ZipCode": "sample string 10",
    "State": "sample string 11",
    "InsuranceIsCoveredByOther": true,
    "InsuredInfo": {
      "PatientRelationtionshipToInsuredType": 1,
      "FirstName": "sample string 2",
      "MiddleName": "sample string 3",
      "LastName": "sample string 4",
      "Gender": "sample string 5",
      "PhoneNumber": "sample string 6",
      "DateOfBirth": "2025-05-30 18:50",
      "Address": "sample string 7",
      "City": "sample string 8",
      "ZipCode": "sample string 9",
      "State": "sample string 10"
    },
    "CardFrontImagePath": "sample string 13",
    "CardBackImagePath": "sample string 14"
  }
}

application/xml, text/xml

Sample:
<AuthenticatedInputOfInsuranceBasicModelDtoN1Ow66A0 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:CardBackImagePath>sample string 14</d2p1:CardBackImagePath>
    <d2p1:CardFrontImagePath>sample string 13</d2p1:CardFrontImagePath>
    <d2p1:City>sample string 9</d2p1:City>
    <d2p1:ClaimAddress>sample string 8</d2p1:ClaimAddress>
    <d2p1:GroupNumber>sample string 6</d2p1:GroupNumber>
    <d2p1:InsuranceCardID>sample string 5</d2p1:InsuranceCardID>
    <d2p1:InsuranceCompanyName>sample string 3</d2p1:InsuranceCompanyName>
    <d2p1:InsuranceId>1</d2p1:InsuranceId>
    <d2p1:InsuranceIsCoveredByOther>true</d2p1:InsuranceIsCoveredByOther>
    <d2p1:InsuranceProviderPhone>sample string 7</d2p1:InsuranceProviderPhone>
    <d2p1:InsuredInfo>
      <d2p1:Address>sample string 7</d2p1:Address>
      <d2p1:City>sample string 8</d2p1:City>
      <d2p1:DateOfBirth>2025-05-30T18:50:36.9354561+00:00</d2p1:DateOfBirth>
      <d2p1:FirstName>sample string 2</d2p1:FirstName>
      <d2p1:Gender>sample string 5</d2p1:Gender>
      <d2p1:LastName>sample string 4</d2p1:LastName>
      <d2p1:MiddleName>sample string 3</d2p1:MiddleName>
      <d2p1:PatientRelationtionshipToInsuredType>1</d2p1:PatientRelationtionshipToInsuredType>
      <d2p1:PhoneNumber>sample string 6</d2p1:PhoneNumber>
      <d2p1:State>sample string 10</d2p1:State>
      <d2p1:ZipCode>sample string 9</d2p1:ZipCode>
    </d2p1:InsuredInfo>
    <d2p1:PatientId>1</d2p1:PatientId>
    <d2p1:PlanType>sample string 4</d2p1:PlanType>
    <d2p1:Priority>2</d2p1:Priority>
    <d2p1:State>sample string 11</d2p1:State>
    <d2p1:ZipCode>sample string 10</d2p1:ZipCode>
  </Parameter>
  <AppContextId>a52b8e03-7de7-41e1-be1a-76717669603d</AppContextId>
</AuthenticatedInputOfInsuranceBasicModelDtoN1Ow66A0>

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.