POST operationsAppointment/deleteOperationsAppointment
Request Information
URI Parameters
None.
Body Parameters
dataOperationsAppointment| Name | Description | Type | Additional information |
|---|---|---|---|
| operationinAppointmentId | integer |
None. |
|
| memberId | integer |
None. |
|
| operationId | integer |
None. |
|
| dateOfOperation | string |
None. |
|
| notes | string |
None. |
|
| language | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"operationinAppointmentId": 1,
"memberId": 2,
"operationId": 3,
"dateOfOperation": "sample string 4",
"notes": "sample string 5",
"language": "sample string 6"
}
application/xml, text/xml
Sample:
<dataOperationsAppointment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Refit.Models.operationsAppointment"> <dateOfOperation>sample string 4</dateOfOperation> <language>sample string 6</language> <memberId>2</memberId> <notes>sample string 5</notes> <operationId>3</operationId> <operationinAppointmentId>1</operationinAppointmentId> </dataOperationsAppointment>
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. |