POST api/v1/cuhk/applydoctor
Request Information
URI Parameters
None.
Body Parameters
Collection of HK_ApplyDoctorName | Description | Type | Additional information |
---|---|---|---|
DisplayName | string |
None. |
|
StaffCode | string |
None. |
|
ShortcutCode | string |
None. |
|
Department | string |
None. |
|
Gender | string |
None. |
|
string |
None. |
||
PhoneNumber | string |
None. |
|
Telephone | string |
None. |
|
Comment | string |
None. |
|
Disable | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "$id": "1", "displayName": "sample string 1", "staffCode": "sample string 2", "shortcutCode": "sample string 3", "department": "sample string 4", "gender": "sample string 5", "email": "sample string 6", "phoneNumber": "sample string 7", "telephone": "sample string 8", "comment": "sample string 9", "disable": "sample string 10" }, { "$ref": "1" } ]
text/html
Sample:
[{"$id":"1","displayName":"sample string 1","staffCode":"sample string 2","shortcutCode":"sample string 3","department":"sample string 4","gender":"sample string 5","email":"sample string 6","phoneNumber":"sample string 7","telephone":"sample string 8","comment":"sample string 9","disable":"sample string 10"},{"$ref":"1"}]
application/xml, text/xml
Sample:
<ArrayOfHK_ApplyDoctor xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <HK_ApplyDoctor> <DisplayName>sample string 1</DisplayName> <StaffCode>sample string 2</StaffCode> <ShortcutCode>sample string 3</ShortcutCode> <Department>sample string 4</Department> <Gender>sample string 5</Gender> <Email>sample string 6</Email> <PhoneNumber>sample string 7</PhoneNumber> <Telephone>sample string 8</Telephone> <Comment>sample string 9</Comment> <Disable>sample string 10</Disable> </HK_ApplyDoctor> <HK_ApplyDoctor> <DisplayName>sample string 1</DisplayName> <StaffCode>sample string 2</StaffCode> <ShortcutCode>sample string 3</ShortcutCode> <Department>sample string 4</Department> <Gender>sample string 5</Gender> <Email>sample string 6</Email> <PhoneNumber>sample string 7</PhoneNumber> <Telephone>sample string 8</Telephone> <Comment>sample string 9</Comment> <Disable>sample string 10</Disable> </HK_ApplyDoctor> </ArrayOfHK_ApplyDoctor>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.