PUT api/PutPatient?likeSearch={likeSearch}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
likeSearch

boolean

Default value is False

Body Parameters

Patient
NameDescriptionTypeAdditional information
IdRec

integer

None.

UidMem

string

None.

Id

string

None.

Name

string

None.

Gender

integer

None.

Age

integer

None.

Infectious

boolean

None.

SetDate

date

None.

Description

string

None.

Birthday

date

None.

UserID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdRec": 1,
  "UidMem": "sample string 1",
  "Id": "sample string 2",
  "Name": "sample string 3",
  "Gender": 4,
  "Age": 5,
  "Infectious": true,
  "SetDate": "2026-01-11T13:41:47.670165+03:30",
  "Description": "sample string 8",
  "Birthday": "2026-01-11T13:41:47.670165+03:30",
  "UserID": "sample string 10"
}

application/xml, text/xml

Sample:
<Classes.Patient xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SpsDentalWebApi.App_Cls">
  <Age>5</Age>
  <Birthday>2026-01-11T13:41:47.670165+03:30</Birthday>
  <Description>sample string 8</Description>
  <Gender>4</Gender>
  <Id>sample string 2</Id>
  <IdRec>1</IdRec>
  <Infectious>true</Infectious>
  <Name>sample string 3</Name>
  <SetDate>2026-01-11T13:41:47.670165+03:30</SetDate>
  <UidMem>sample string 1</UidMem>
  <UserID>sample string 10</UserID>
</Classes.Patient>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.