PUT api/Patient/UpdatePatient
Request Information
URI Parameters
None.
Body Parameters
PatientUpdateObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | unsigned integer |
None. |
|
| CategoryId | unsigned integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| PersonalId | string |
None. |
|
| ContactNo | string |
None. |
|
| FileNo | string |
None. |
|
| ModifiedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CategoryId": 2,
"FirstName": "sample string 3",
"LastName": "sample string 4",
"PersonalId": "sample string 5",
"ContactNo": "sample string 6",
"FileNo": "sample string 7",
"ModifiedBy": 8
}
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. |