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": "609b7164-8564-407c-9261-5559968e3955",
"Parameter": {
"FileType": 1,
"CalendarAppointmentId": 1,
"LinkedId": 1,
"ExplanationOfBenefits": "sample string 2",
"PatientAppointmentUid": "46f9df07-92ce-429d-b6cd-659f916bb7de",
"Token": "sample string 4",
"Reason": "sample string 5",
"IncludeInactiveClinicPersonnel": true,
"IncludeClinicPersonnelIds": [
1,
2,
3
],
"BookingSteps": 1,
"ClinicUid": "28ea06dd-4841-4a23-a9ed-5bf6f683fc8b",
"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">28ea06dd-4841-4a23-a9ed-5bf6f683fc8b</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">46f9df07-92ce-429d-b6cd-659f916bb7de</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>609b7164-8564-407c-9261-5559968e3955</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.