GET api/LookUpCust/GetLinkedCompletes?pOperCode={pOperCode}&pSurgCode={pSurgCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pOperCode | integer |
Required |
|
pSurgCode | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AutoCompleteLinkName | Description | Type | Additional information |
---|---|---|---|
complete_code | integer |
None. |
|
surg_code | integer |
None. |
|
oper_code | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "complete_code": 1, "surg_code": 2, "oper_code": 3 }, { "complete_code": 1, "surg_code": 2, "oper_code": 3 } ]
application/xml, text/xml
Sample:
<ArrayOfAutoCompleteLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog"> <AutoCompleteLink> <complete_code>1</complete_code> <oper_code>3</oper_code> <surg_code>2</surg_code> </AutoCompleteLink> <AutoCompleteLink> <complete_code>1</complete_code> <oper_code>3</oper_code> <surg_code>2</surg_code> </AutoCompleteLink> </ArrayOfAutoCompleteLink>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.