POST api/PatientManagement/SaveInsuranceAutoAccidentVerification
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "AppContextId": "a385d78a-e211-488d-98a1-65f2e99c4382", "Parameter": { "PatientId": 1, "InsuranceId": 1, "AccidentDate": "2025-05-30 15:29", "CaseClaimNo": "sample string 2", "CaseManagerName": "sample string 3", "CaseManagerPhone": "sample string 4", "CaseManagerAddress": "sample string 5", "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 15:29", "Address": "sample string 7", "City": "sample string 8", "ZipCode": "sample string 9", "State": "sample string 10" }, "AuthorizationFormImagePath": "sample string 7" } }
application/xml, text/xml
Sample:
<AuthenticatedInputOfInsuranceAutoAccidentModelDtoN1Ow66A0 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:AccidentDate>2025-05-30T15:29:15.1320429+00:00</d2p1:AccidentDate> <d2p1:AuthorizationFormImagePath>sample string 7</d2p1:AuthorizationFormImagePath> <d2p1:CaseClaimNo>sample string 2</d2p1:CaseClaimNo> <d2p1:CaseManagerAddress>sample string 5</d2p1:CaseManagerAddress> <d2p1:CaseManagerName>sample string 3</d2p1:CaseManagerName> <d2p1:CaseManagerPhone>sample string 4</d2p1:CaseManagerPhone> <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-30T15:29:15.1320429+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>a385d78a-e211-488d-98a1-65f2e99c4382</AppContextId> </AuthenticatedInputOfInsuranceAutoAccidentModelDtoN1Ow66A0>
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.