POST api/CalendarPatientFile/SaveDocuments

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": "f2c1d936-e88b-4fb8-8894-5a1f4f6d6087",
  "Parameter": {
    "FileType": 1,
    "CalendarAppointmentId": 1,
    "LinkedId": 1,
    "Documents": null,
    "PatientAppointmentUid": "a2f2b428-44ab-41a2-ac06-31ba42dfa9cb",
    "Token": "sample string 3",
    "Reason": "sample string 4",
    "IncludeInactiveClinicPersonnel": true,
    "IncludeClinicPersonnelIds": [
      1,
      2,
      3
    ],
    "BookingSteps": 1,
    "ClinicUid": "944b7e66-45ed-4c63-bf65-458d6675b5f8",
    "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">944b7e66-45ed-4c63-bf65-458d6675b5f8</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">a2f2b428-44ab-41a2-ac06-31ba42dfa9cb</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>f2c1d936-e88b-4fb8-8894-5a1f4f6d6087</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.