POST api/appointments/move
Request Information
URI Parameters
None.
Body Parameters
AppointmentMoveInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| Environment | string |
None. |
|
| APIKey | string |
None. |
|
| AppointmentID | integer |
None. |
|
| ClinicID | integer |
None. |
|
| PatientID | integer |
None. |
|
| PatientDB | integer |
None. |
|
| AppointmentDate | string |
None. |
|
| AppointmentStartTime | string |
None. |
|
| AppointmentEndTime | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Environment": "sample string 1",
"APIKey": "sample string 2",
"AppointmentID": 3,
"ClinicID": 4,
"PatientID": 1,
"PatientDB": 1,
"AppointmentDate": "sample string 5",
"AppointmentStartTime": "sample string 6",
"AppointmentEndTime": "sample string 7"
}
text/html, text/plain
Sample:
{"Environment":"sample string 1","APIKey":"sample string 2","AppointmentID":3,"ClinicID":4,"PatientID":1,"PatientDB":1,"AppointmentDate":"sample string 5","AppointmentStartTime":"sample string 6","AppointmentEndTime":"sample string 7"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Appointment| Name | Description | Type | Additional information |
|---|---|---|---|
| ReturnCode | integer |
None. |
|
| Message | string |
None. |
|
| AppointmentID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ReturnCode": 1,
"Message": "sample string 2",
"AppointmentID": 3
}
text/html, text/plain
Sample:
{"ReturnCode":1,"Message":"sample string 2","AppointmentID":3}