POST api/DeletePtDietChart
Request Information
URI Parameters
None.
Body Parameters
DietChartRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientID | integer |
None. |
|
| DietCategory | integer |
None. |
|
| age | integer |
None. |
|
| PatientName | string |
None. |
|
| Language | string |
None. |
|
| VNMeal | string |
None. |
|
| CasePaperNo | integer |
None. |
|
| DoctorName | string |
None. |
|
| DoctorUUID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientID": 1,
"DietCategory": 2,
"age": 3,
"PatientName": "sample string 4",
"Language": "sample string 5",
"VNMeal": "sample string 6",
"CasePaperNo": 7,
"DoctorName": "sample string 8",
"DoctorUUID": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
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. |