POST api/Patient/PatientUpdate
Request Information
URI Parameters
None.
Body Parameters
PatientUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Patient | PatientUpdate |
None. |
|
| PatientID | globally unique identifier |
None. |
|
| WebApiVersion | integer |
None. |
|
| Language | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Patient": {
"PartnerID": "cb23e9a7-c302-42e7-ae9d-c7793f9649af",
"ProviderType": 2,
"ProviderUserID": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"BirthDate": "2026-04-24T14:19:54.8042244+03:00",
"GenderID": "c2935f99-f84a-4301-8027-ffb87559c883",
"BloodTypeID": "77bca7ac-25f8-4037-91bd-90ed33cef4b5",
"MaritalStatusID": "b2028b76-f5f3-4714-b108-4bb84d623907",
"Phone": "sample string 6",
"LanguageID": "e9ecde26-bfca-4105-a9e6-5bd81f172fb3",
"NationalID": "sample string 7",
"BirthCity": "sample string 8",
"BirthCountry": "sample string 9",
"Height": 1.0,
"AddressStreet": "sample string 10",
"AddressCity": "sample string 11",
"AddressState": "sample string 12",
"AddressCountry": "sample string 13",
"AddressZipCode": "sample string 14",
"CountryID": "f8ee53ad-f998-4b77-8518-e2378bccd3df",
"PhoneCountryID": "707c68bf-c0e3-4510-8866-9a5e659dcca0",
"PhotoLink": "sample string 15"
},
"PatientID": "df2414d2-08a9-4f7a-93a9-9702e04fed17",
"WebApiVersion": 2,
"Language": "sample string 3"
}
application/xml, text/xml
Sample:
<PatientUpdateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO">
<Language>sample string 3</Language>
<PatientID>df2414d2-08a9-4f7a-93a9-9702e04fed17</PatientID>
<WebApiVersion>2</WebApiVersion>
<Patient>
<AddressCity>sample string 11</AddressCity>
<AddressCountry>sample string 13</AddressCountry>
<AddressState>sample string 12</AddressState>
<AddressStreet>sample string 10</AddressStreet>
<AddressZipCode>sample string 14</AddressZipCode>
<BirthCity>sample string 8</BirthCity>
<BirthCountry>sample string 9</BirthCountry>
<BirthDate>2026-04-24T14:19:54.8042244+03:00</BirthDate>
<BloodTypeID>77bca7ac-25f8-4037-91bd-90ed33cef4b5</BloodTypeID>
<CountryID>f8ee53ad-f998-4b77-8518-e2378bccd3df</CountryID>
<FirstName>sample string 4</FirstName>
<GenderID>c2935f99-f84a-4301-8027-ffb87559c883</GenderID>
<Height>1</Height>
<LanguageID>e9ecde26-bfca-4105-a9e6-5bd81f172fb3</LanguageID>
<LastName>sample string 5</LastName>
<MaritalStatusID>b2028b76-f5f3-4714-b108-4bb84d623907</MaritalStatusID>
<NationalID>sample string 7</NationalID>
<PartnerID>cb23e9a7-c302-42e7-ae9d-c7793f9649af</PartnerID>
<Phone>sample string 6</Phone>
<PhoneCountryID>707c68bf-c0e3-4510-8866-9a5e659dcca0</PhoneCountryID>
<PhotoLink>sample string 15</PhotoLink>
<ProviderType>2</ProviderType>
<ProviderUserID>sample string 3</ProviderUserID>
</Patient>
</PatientUpdateRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PatientResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Patient | Patient |
None. |
|
| WebApiVersion | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Patient": {
"PatientID": "e76c6d33-35c8-4805-bf8c-8acb0ab25cfa",
"PartnerID": "b1de0091-161d-4614-908d-bfbade2dba0d",
"ProviderType": 3,
"ProviderUserID": "sample string 4",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"BirthDate": "2026-04-24T14:19:54.8198532+03:00",
"GenderID": "e94f99df-44d8-44ed-bd35-06f2df8c985c",
"BloodTypeID": "166333e8-3af0-421e-9300-7a6c0790109d",
"MaritalStatusID": "551b7e77-83e2-4ea4-b8f8-ab6d975b2efb",
"Phone": "sample string 7",
"LanguageID": "45ad9180-75a9-49ca-a7cb-a991fca8098f",
"NationalID": "sample string 8",
"BirthCity": "sample string 9",
"BirthCountry": "sample string 10",
"Height": 1.0,
"AddressStreet": "sample string 11",
"AddressCity": "sample string 12",
"AddressState": "sample string 13",
"AddressCountry": "sample string 14",
"AddressZipCode": "sample string 15",
"CountryID": "76ebd058-559f-463c-8acb-91511a5d67ca",
"PhoneCountryID": "7b6383f8-1188-4b12-b934-1625e5da5457",
"PhotoLink": "sample string 16"
},
"WebApiVersion": 1
}
application/xml, text/xml
Sample:
<PatientResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO">
<WebApiVersion>1</WebApiVersion>
<Patient>
<AddressCity>sample string 12</AddressCity>
<AddressCountry>sample string 14</AddressCountry>
<AddressState>sample string 13</AddressState>
<AddressStreet>sample string 11</AddressStreet>
<AddressZipCode>sample string 15</AddressZipCode>
<BirthCity>sample string 9</BirthCity>
<BirthCountry>sample string 10</BirthCountry>
<BirthDate>2026-04-24T14:19:54.8198532+03:00</BirthDate>
<BloodTypeID>166333e8-3af0-421e-9300-7a6c0790109d</BloodTypeID>
<CountryID>76ebd058-559f-463c-8acb-91511a5d67ca</CountryID>
<FirstName>sample string 5</FirstName>
<GenderID>e94f99df-44d8-44ed-bd35-06f2df8c985c</GenderID>
<Height>1</Height>
<LanguageID>45ad9180-75a9-49ca-a7cb-a991fca8098f</LanguageID>
<LastName>sample string 6</LastName>
<MaritalStatusID>551b7e77-83e2-4ea4-b8f8-ab6d975b2efb</MaritalStatusID>
<NationalID>sample string 8</NationalID>
<PartnerID>b1de0091-161d-4614-908d-bfbade2dba0d</PartnerID>
<PatientID>e76c6d33-35c8-4805-bf8c-8acb0ab25cfa</PatientID>
<Phone>sample string 7</Phone>
<PhoneCountryID>7b6383f8-1188-4b12-b934-1625e5da5457</PhoneCountryID>
<PhotoLink>sample string 16</PhotoLink>
<ProviderType>3</ProviderType>
<ProviderUserID>sample string 4</ProviderUserID>
</Patient>
</PatientResponse>