PUT api/PutTask?likeSearch={likeSearch}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| likeSearch | boolean |
Default value is False |
Body Parameters
Patient| Name | Description | Type | Additional 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:37:57.3142838+03:30",
"Description": "sample string 8",
"Birthday": "2026-01-11T13:37:57.3142838+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:37:57.3142838+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:37:57.3142838+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| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |