POST api/CalendarPatientFile/SaveDocuments
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": "d571e7a5-1aee-48ce-a9f2-d05b4e84732c", "Parameter": { "FileType": 1, "CalendarAppointmentId": 1, "LinkedId": 1, "Documents": null, "PatientAppointmentUid": "8c578bd6-4409-442f-a8a4-09ce077df036", "Token": "sample string 3", "Reason": "sample string 4", "IncludeInactiveClinicPersonnel": true, "IncludeClinicPersonnelIds": [ 1, 2, 3 ], "BookingSteps": 1, "ClinicUid": "1dfaa88d-cb78-4232-a958-f9d11ff30a3e", "PatientId": 7 } }
application/xml, text/xml
Sample:
<AuthenticatedInputOfAppointmentPatientFileDocumentsModelhPlxEcab 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">1dfaa88d-cb78-4232-a958-f9d11ff30a3e</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">7</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">8c578bd6-4409-442f-a8a4-09ce077df036</PatientAppointmentUid> <Reason xmlns="http://schemas.datacontract.org/2004/07/CMT.UP.EHR.Scheduling.Models">sample string 4</Reason> <Token xmlns="http://schemas.datacontract.org/2004/07/CMT.UP.EHR.Scheduling.Models">sample string 3</Token> <d2p1:CalendarAppointmentId>1</d2p1:CalendarAppointmentId> <d2p1:Documents xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" /> </Parameter> <AppContextId>d571e7a5-1aee-48ce-a9f2-d05b4e84732c</AppContextId> </AuthenticatedInputOfAppointmentPatientFileDocumentsModelhPlxEcab>
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.