GET api/AssignTimetable/GetAppointmentDelReason?pCode={pCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pCode | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DelReasonName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
reason | string |
Required String length: inclusive between 0 and 50 |
|
interface_code | string |
String length: inclusive between 0 and 10 |
|
old_code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "reason": "sample string 2", "interface_code": "sample string 3", "old_code": 1 }
application/xml, text/xml
Sample:
<DelReason xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog"> <code>1</code> <interface_code>sample string 3</interface_code> <old_code>1</old_code> <reason>sample string 2</reason> </DelReason>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.