POST api/PatientManagement/SaveInsuranceWorkerCompensationVerification

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": "21d9cb6e-9436-4065-9047-d32be9b71837",
  "Parameter": {
    "PatientId": 1,
    "InsuranceId": 1,
    "Date": "2025-05-30 20:49",
    "CaseNo": "sample string 2",
    "EmpName": "sample string 3",
    "EmpAddress": "sample string 4",
    "InsName": "sample string 5",
    "InsPhone": "sample string 6",
    "InsAddress": "sample string 7",
    "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 20:49",
      "Address": "sample string 7",
      "City": "sample string 8",
      "ZipCode": "sample string 9",
      "State": "sample string 10"
    },
    "AuthorizationFormImagePath": "sample string 9"
  }
}

application/xml, text/xml

Sample:
<AuthenticatedInputOfInsuranceWorkerCompensationModelDtoN1Ow66A0 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:AuthorizationFormImagePath>sample string 9</d2p1:AuthorizationFormImagePath>
    <d2p1:CaseNo>sample string 2</d2p1:CaseNo>
    <d2p1:Date>2025-05-30T20:49:56.8947593+00:00</d2p1:Date>
    <d2p1:EmpAddress>sample string 4</d2p1:EmpAddress>
    <d2p1:EmpName>sample string 3</d2p1:EmpName>
    <d2p1:InsAddress>sample string 7</d2p1:InsAddress>
    <d2p1:InsName>sample string 5</d2p1:InsName>
    <d2p1:InsPhone>sample string 6</d2p1:InsPhone>
    <d2p1:InsuranceId>1</d2p1:InsuranceId>
    <d2p1:InsuranceIsCoveredByOther>true</d2p1:InsuranceIsCoveredByOther>
    <d2p1:InsuredInfo>
      <d2p1:Address>sample string 7</d2p1:Address>
      <d2p1:City>sample string 8</d2p1:City>
      <d2p1:DateOfBirth>2025-05-30T20:49:56.8947593+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>
  </Parameter>
  <AppContextId>21d9cb6e-9436-4065-9047-d32be9b71837</AppContextId>
</AuthenticatedInputOfInsuranceWorkerCompensationModelDtoN1Ow66A0>

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.