GET api/ApplyOnline/GetStaff?cmbStaffNo={cmbStaffNo}¢aStaffNo={centaStaffNo}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cmbStaffNo | string |
Required |
|
centaStaffNo | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
StaffResponseName | Description | Type | Additional information |
---|---|---|---|
StaffInfo | StaffInfoModel |
None. |
|
ResponseCode | ResponseCode |
None. |
|
AlertMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "StaffInfo": { "StaffNo": "sample string 1", "StaffName": "sample string 2", "StaffPhone": "sample string 3", "CMBStaffNo": "sample string 4", "CMBStaffName": "sample string 5", "CMBStaffEmail": "sample string 6", "TCLink": "sample string 7", "SCLink": "sample string 8", "ENLink": "sample string 9" }, "ResponseCode": 1, "AlertMessage": "sample string 1" }
text/xml
Sample:
<StaffResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CentaMortgageWebAPI.Models"> <AlertMessage>sample string 1</AlertMessage> <ResponseCode>Success</ResponseCode> <StaffInfo> <CMBStaffEmail>sample string 6</CMBStaffEmail> <CMBStaffName>sample string 5</CMBStaffName> <CMBStaffNo>sample string 4</CMBStaffNo> <ENLink>sample string 9</ENLink> <SCLink>sample string 8</SCLink> <StaffName>sample string 2</StaffName> <StaffNo>sample string 1</StaffNo> <StaffPhone>sample string 3</StaffPhone> <TCLink>sample string 7</TCLink> </StaffInfo> </StaffResponse>