POST api/FinalizeCasePaper
Request Information
URI Parameters
None.
Body Parameters
FinalizeCasePaper| Name | Description | Type | Additional information |
|---|---|---|---|
| CasePaperId | string |
None. |
|
| PatientId | string |
None. |
|
| FollowUpDate | string |
None. |
|
| User | string |
None. |
|
| ContactNo | string |
None. |
|
| DoctorId | integer |
None. |
|
| TreatmentNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CasePaperId": "sample string 1",
"PatientId": "sample string 2",
"FollowUpDate": "sample string 3",
"User": "sample string 4",
"ContactNo": "sample string 5",
"DoctorId": 6,
"TreatmentNumber": 1
}
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. |