POST api/CalendarPatientFile/SaveExplanationOfBenefits
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": "c260b5e4-06f3-4c63-8475-cb0469986261", "Parameter": { "FileType": 1, "CalendarAppointmentId": 1, "LinkedId": 1, "ExplanationOfBenefits": "sample string 2", "PatientAppointmentUid": "e3cf0b7b-a9ad-4a0d-875c-dc0c13f086d2", "Token": "sample string 4", "Reason": "sample string 5", "IncludeInactiveClinicPersonnel": true, "IncludeClinicPersonnelIds": [ 1, 2, 3 ], "BookingSteps": 1, "ClinicUid": "391d2185-2c5c-4d67-8ee7-7f82fab644fd", "PatientId": 8 } }
application/xml, text/xml
Sample:
<AuthenticatedInputOfPatientFileExplanationOfBenefitsModelhPlxEcab 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.OnlineBooking.Models"> <ClinicUid xmlns="http://schemas.datacontract.org/2004/07/CMT.UP.EHR.Scheduling.Models">391d2185-2c5c-4d67-8ee7-7f82fab644fd</ClinicUid> <PatientAppointmentUid xmlns="http://schemas.datacontract.org/2004/07/CMT.UP.EHR.Scheduling.Models">00000000-0000-0000-0000-000000000000</PatientAppointmentUid> <PatientId xmlns="http://schemas.datacontract.org/2004/07/CMT.UP.EHR.Scheduling.Models">8</PatientId> <BookingSteps xmlns="http://schemas.datacontract.org/2004/07/CMT.UP.EHR.Scheduling.Models">1</BookingSteps> <CalendarAppointmentId xmlns="http://schemas.datacontract.org/2004/07/CMT.UP.EHR.Scheduling.Models">0</CalendarAppointmentId> <IncludeClinicPersonnelIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/CMT.UP.EHR.Scheduling.Models"> <d3p1:int>1</d3p1:int> <d3p1:int>2</d3p1:int> <d3p1:int>3</d3p1:int> </IncludeClinicPersonnelIds> <IncludeInactiveClinicPersonnel xmlns="http://schemas.datacontract.org/2004/07/CMT.UP.EHR.Scheduling.Models">true</IncludeInactiveClinicPersonnel> <PatientAppointmentUid xmlns="http://schemas.datacontract.org/2004/07/CMT.UP.EHR.Scheduling.Models">e3cf0b7b-a9ad-4a0d-875c-dc0c13f086d2</PatientAppointmentUid> <Reason xmlns="http://schemas.datacontract.org/2004/07/CMT.UP.EHR.Scheduling.Models">sample string 5</Reason> <Token xmlns="http://schemas.datacontract.org/2004/07/CMT.UP.EHR.Scheduling.Models">sample string 4</Token> <d2p1:CalendarAppointmentId>1</d2p1:CalendarAppointmentId> <d2p1:ExplanationOfBenefits>sample string 2</d2p1:ExplanationOfBenefits> </Parameter> <AppContextId>c260b5e4-06f3-4c63-8475-cb0469986261</AppContextId> </AuthenticatedInputOfPatientFileExplanationOfBenefitsModelhPlxEcab>
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.