GET api/Patients/GetEmptyPatientAppointment
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PatientAddAppointment| Name | Description | Type | Additional information |
|---|---|---|---|
| CustNum | integer |
None. |
|
| DLine | integer |
None. |
|
| BranchCode | integer |
None. |
|
| OperCode | integer |
None. |
|
| InsurCode | integer |
None. |
|
| InsurDistrictCode | integer |
None. |
|
| InsurBranchCode | integer |
None. |
|
| ObligNum | string |
None. |
|
| SendSms | boolean |
None. |
|
| SendEmail | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"CustNum": 1,
"DLine": 2,
"BranchCode": 3,
"OperCode": 4,
"InsurCode": 5,
"InsurDistrictCode": 1,
"InsurBranchCode": 1,
"ObligNum": "sample string 6",
"SendSms": true,
"SendEmail": true
}
application/xml, text/xml
Sample:
<PatientAddAppointment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.AssignTimetableManage"> <BranchCode>3</BranchCode> <CustNum>1</CustNum> <DLine>2</DLine> <InsurBranchCode>1</InsurBranchCode> <InsurCode>5</InsurCode> <InsurDistrictCode>1</InsurDistrictCode> <ObligNum>sample string 6</ObligNum> <OperCode>4</OperCode> <SendEmail>true</SendEmail> <SendSms>true</SendSms> </PatientAddAppointment>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.