POST api/TablesManagement/AduIcd9Link?pType={pType}&applyAll={applyAll}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pType | string |
Required |
|
| applyAll | boolean |
Required |
Body Parameters
Icd9ForOper| Name | Description | Type | Additional information |
|---|---|---|---|
| oper_code | integer |
None. |
|
| Icd9_code | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"oper_code": 1,
"Icd9_code": 2
}
application/xml, text/xml
Sample:
<Icd9ForOper xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog"> <Icd9_code>2</Icd9_code> <oper_code>1</oper_code> </Icd9ForOper>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
None.