POST api/patientsurgeries/insert
Request Information
URI Parameters
None.
Body Parameters
PatientSurgeriesInsertRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SurgeryId | string |
None. |
|
| PatientId | string |
None. |
|
| SurgeonId | string |
None. |
|
| HospitalId | string |
None. |
|
| ImplantId | string |
None. |
|
| SurgeryDate | string |
None. |
|
| Outcome | string |
None. |
|
| Remarks | string |
None. |
|
| CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SurgeryId": "sample string 1",
"PatientId": "sample string 2",
"SurgeonId": "sample string 3",
"HospitalId": "sample string 4",
"ImplantId": "sample string 5",
"SurgeryDate": "sample string 6",
"Outcome": "sample string 7",
"Remarks": "sample string 8",
"CreatedBy": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.