POST api/PatientManagement/UpdatePatient

Updates the patient.

Request Information

Parameters

NameDescriptionAdditional information
request
The request.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "AppContextId": "4398896b-fe91-4c5f-9061-ffb9fc16302c",
  "Parameter": {
    "DateModified": "2025-12-15 20:08",
    "IsActive": true,
    "IsExisting": true,
    "IsImported": true,
    "PPUserId": "sample string 4",
    "StreamUserId": "ac66dac8-2ce9-4267-aae8-c8eeee3f820e",
    "Properties": null,
    "PrimaryPractitionerId": 1,
    "ReferringProviderId": 1,
    "UniqueId": "f8b21d6f-ca7f-4463-b96d-41d40544289a",
    "PatientCode": "sample string 6",
    "RegisteredByClinicPersonId": 1,
    "PersonTypes": [
      1,
      1,
      1
    ],
    "OrganizationId": 7,
    "OrganizationName": "sample string 8",
    "Gender": "sample string 9",
    "OtherGender": "sample string 10",
    "FirstName": "sample string 11",
    "LastName": "sample string 12",
    "MiddleName": "sample string 13",
    "BirthDate": "2025-12-15 20:08",
    "FullName": "sample string 11 sample string 13 sample string 12",
    "InversedFullName": "sample string 12, sample string 11 sample string 13",
    "PersonId": 14
  }
}

application/xml, text/xml

Sample:
<AuthenticatedInputOfPatientInfoxuv6Fhnt 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.Web.Models">
    <d2p1:PersonId>14</d2p1:PersonId>
    <d2p1:BirthDate>2025-12-15T20:08:08.451651+00:00</d2p1:BirthDate>
    <d2p1:FirstName>sample string 11</d2p1:FirstName>
    <d2p1:Gender>sample string 9</d2p1:Gender>
    <d2p1:LastName>sample string 12</d2p1:LastName>
    <d2p1:MiddleName>sample string 13</d2p1:MiddleName>
    <d2p1:OtherGender>sample string 10</d2p1:OtherGender>
    <d2p1:OrganizationId>7</d2p1:OrganizationId>
    <d2p1:OrganizationName>sample string 8</d2p1:OrganizationName>
    <d2p1:PersonTypes>
      <PersonTypeEnum>Patient</PersonTypeEnum>
      <PersonTypeEnum>Patient</PersonTypeEnum>
      <PersonTypeEnum>Patient</PersonTypeEnum>
    </d2p1:PersonTypes>
    <d2p1:RegisteredByClinicPersonId>1</d2p1:RegisteredByClinicPersonId>
    <d2p1:PatientCode>sample string 6</d2p1:PatientCode>
    <d2p1:PrimaryPractitionerId>1</d2p1:PrimaryPractitionerId>
    <d2p1:ReferringProviderId>1</d2p1:ReferringProviderId>
    <d2p1:UniqueId>f8b21d6f-ca7f-4463-b96d-41d40544289a</d2p1:UniqueId>
    <d2p1:DateModified>2025-12-15T20:08:08.451651+00:00</d2p1:DateModified>
    <d2p1:IsActive>true</d2p1:IsActive>
    <d2p1:IsExisting>true</d2p1:IsExisting>
    <d2p1:IsImported>true</d2p1:IsImported>
    <d2p1:PPUserId>sample string 4</d2p1:PPUserId>
    <d2p1:Properties xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
    <d2p1:StreamUserId>ac66dac8-2ce9-4267-aae8-c8eeee3f820e</d2p1:StreamUserId>
  </Parameter>
  <AppContextId>4398896b-fe91-4c5f-9061-ffb9fc16302c</AppContextId>
</AuthenticatedInputOfPatientInfoxuv6Fhnt>

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.